laravel-ui-stisla-fr maintained by temahom
Laravel UI Stisla
Installation
Run a command,
composer require Temahom/laravel-ui-stisla-fr
For Laravel 7,
composer require Temahom/laravel-ui-stisla-fr
For Laravel 6,
composer require Temahom/laravel-ui-stisla-fr
Usage
Run a command,
To Generate a full authentication UI,
php artisan ui stisla --auth
To Install just Stisla theme assets,
php artisan ui stisla
And then run,
npm install && npm run dev
Or for production,
npm install && npm run prod
Usage with Laravel Fortify (Laravel 8.x only)
This package also provides support for Laravel Fortify for authentication scaffolding.
NOTE: Don't forget to install and run Laravel Fortify and perform its required installation steps.
Run a command,
php artisan ui stisla-fortify --auth
And then run,
npm install && npm run dev
Or for production,
npm install && npm run prod