We were inspired by one of the @nyancodeid repositories, Laravel 8 + Stisla + Jetstream + Livewire.
Laravel Jetstream is excellent, equipped with livewire or inertiaJS. But not all developers know how to use it, that's why we wanted to revive the old way.
- Laravel ^8.x - Laravel Docs
- FortifyUI ^1.3 - FortifyUI
- Stisla Admin Template ^2.2.0 - Stisla
Download or clone this repo
$ git clone https://github.com/fukigenmedia/laravel-stisla.gitInstall all dependency required by laravel.
$ composer installGenerate app key, configure .env file and do migration.
# create copy of .env
$ cp .env.example .env
# create laravel key
$ php artisan key:generate
# run migration
$ php artisan migratePull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.



