Simplify your Laravel development with Lara4! Build faster and smarter with tools like Inertia.js, Vue, multi-language support, SEO optimization, and Filament CMS - all ready to use.
A professional-grade Laravel starter kit designed for rapid development, performance, and scalability.
Lara4 is the perfect foundation for Laravel developers looking for a pre-configured, feature-rich environment. Built with Inertia.js, Vue 3, Tailwind CSS, and enhanced with multilingual support, SEO optimization, and the powerful Filament Admin Panel.
# Clone the repository
git clone https://github.com/abdessamadbettal/Lara4.git
# Install dependencies
composer install && npm install
# Configure environment
cp .env.example .env
php artisan key:generate
# Run migrations and seed database
php artisan migrate:fresh --seed
# Start development server
php artisan serve
npm run dev
Category | Technologies |
---|---|
Backend | Laravel 11, PHP 8.2+ |
Frontend | Vue 3, Inertia.js, Tailwind CSS |
Database | MySQL, Redis |
Admin | Filament Admin Panel |
DevOps | Docker, Laravel Sail |
Testing | PHPUnit, Pest |
Utilities | Spatie packages, Laravel Socialite |
Clone the repository:
git clone https://github.com/abdessamadbettal/Lara4.git
cd Lara4
Copy environment file and configure it:
cp .env.example .env
Install dependencies:
composer install
npm install
Generate application key:
php artisan key:generate
Start Docker containers (if using Sail):
sail up -d
Run migrations with seeders:
php artisan migrate:fresh --seed
Compile Vue i18n translations:
php artisan vue:translations
Run tests to verify installation:
php artisan test
Build frontend assets:
npm run build
[email protected]
password
npm run dev
npm run build
php artisan test
php artisan make:spatie-enum StatusEnum
php artisan make:service UserService
Coming soon
We welcome contributions to make Lara4 even better!
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)Please read our Contributing Guide for more details.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by Abdessamad Bettal