imacrayon / blade-starter-kit
The unofficial Laravel starter kit for Blade.
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 26
Watchers: 3
Forks: 2
Open Issues: 0
Language:Blade
Type:project
Requires
- php: ^8.2
- codeat3/blade-phosphor-icons: ^2.3
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.18
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.5.3
README
A Blade port of the official Laravel Starter Kit.
This starter kit features many of the conveniences you'd expect in a modern framework. It has beautiful UI components built with Alpine.js and Tailwind CSS, route pre-fetching provided by instant.page, and Livewire-like reactivity powered by Alpine AJAX.
Installation
Create a new Laravel application using this starter kit through the official Laravel Installer:
laravel new my-app --using=imacrayon/blade-starter-kit
Want More Components?
Get even more high-quality components by purchasing the official Alpine UI Components.
Icons
This starter kit uses the refined and versatile Phosphor icon collection. However, you can easily replace this collection with any icon set supported by Blade UI Kit Icons. To add a new icon set, composer require
the icon package and replace any phosphor-*
references with a reference to your preferred icon. You can even install multiple icon collections in the same project, go nuts.
Coming Soon
Bolt: An API that supports file-based routing for Blade templates.
Sponsors
License
The Laravel Blade Starter Kit is open-sourced software licensed under the MIT license.