A modern Laravel 12 starter kit with Blade and Alpine.js. This project includes pre-built components from PenguinUI to accelerate your development process.
- 🚀 Laravel 12.x
- ⚡ Alpine.js for reactive components
- 🔒 Authentication scaffolding
- 🎨 TailwindCSS 4.x for styling
- Clone this repository:
gh repo clone SalarHoushvand/blade-starter-kit
cd blade-starter-kit
- Install PHP dependencies:
composer install
- Install Node.js dependencies:
npm install
- Copy the environment file:
cp .env.example .env
- Generate application key:
php artisan key:generate
- Run migrations:
php artisan migrate
- And finally:
composer dev
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open-sourced software licensed under the MIT license.