laravel10-stisla-livewire maintained by afrizalmy
Laravel 10 + Stisla + Jetstream + Livewire
we love Stisla Admin Template and Laravel 10 let's make them love each other.
What inside?
- Laravel ^10.x - laravel.com/docs/10.x
- Laravel Jetstream ^3.1 - jetstream.laravel.com
- Livewire ^2.12 - laravel-livewire.com
- Stisla Admin Template ^2.3.0 - getstisla.com
Include simple Data Table with Livewire (CRUD).
How to use?
Run the command below to start a new project
composer create-project afrizalmy/laravel10-stisla-livewire:dev-master <project_name>
Change project_name as desired. Next step is install all dependency required by laravel. vite, and tailwind.
# project directory
$ cd <project_name>
# install npm package
$ npm install
# build dev / hot reload
$ npm run dev
# build files (for production)
$ npm run build
configure .env file and do migration.
# laravel migrate
$ php artisan migrate
How does it look?
Thanks To
- Taylor Ottwell for Laravel.
- Stisla for admin theme.
- nyancodeid for basecode from laravel 8.x.
Contribution
Please go to the issue page for further explanation. I welcome your contribution to this starter project.