Skip to content

Temahom/laravel-ui-stisla-fr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfyOm

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published