Skip to content

A modern Laravel 12 starter kit with Blade and Alpine.js. This project includes pre-built components from PenguinUI to accelerate your development process.

Notifications You must be signed in to change notification settings

SalarHoushvand/blade-starter-kit

Repository files navigation

Laravel 12 Starter Kit with Blade and Alpine.js

A modern Laravel 12 starter kit with Blade and Alpine.js. This project includes pre-built components from PenguinUI to accelerate your development process.

Features

  • 🚀 Laravel 12.x
  • ⚡ Alpine.js for reactive components
  • 🔒 Authentication scaffolding
  • 🎨 TailwindCSS 4.x for styling

Getting Started

  1. Clone this repository:
gh repo clone SalarHoushvand/blade-starter-kit
cd blade-starter-kit
  1. Install PHP dependencies:
composer install
  1. Install Node.js dependencies:
npm install
  1. Copy the environment file:
cp .env.example .env
  1. Generate application key:
php artisan key:generate
  1. Run migrations:
php artisan migrate
  1. And finally:
composer dev

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is open-sourced software licensed under the MIT license.

Credits

About

A modern Laravel 12 starter kit with Blade and Alpine.js. This project includes pre-built components from PenguinUI to accelerate your development process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages