Laravel 9 Admin Starter project with Stisla.
afrizalmy/laravel9-stisla-livewire is a Laravel package for laravel 9 admin starter project with stisla..
It currently has 13 GitHub stars and 439 downloads on Packagist (latest version v1.1.2).
Install it with composer require afrizalmy/laravel9-stisla-livewire.
Discover more Laravel packages by afrizalmy
or browse all Laravel packages to compare alternatives.
Last updated
we love Stisla Admin Template and Laravel 9 let's make them love each other.
Looking for laravel 10? Check it out this
Include simple Data Table with Livewire (CRUD).
Run the command below to start a new project
composer create-project afrizalmy/laravel9-stisla-livewire:dev-master <project_name>
Change project_name as desired. Next step is install all dependency required by laravel and laravel-mix.
# 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
Please go to the issue page for further explanation. I welcome your contribution to this starter project.