Skip to content

Laravel UI Stisla (Deprecated)

Installation

Check the following table for Laravel version compatibility,

Laravel Versioninfyomlabs/laravel-ui-stisla
9.0^4.0
8.0^3.0
7.0^3.0
6.0^3.0

Run a command,

sh
composer require infyomlabs/laravel-ui-stisla

Usage

Run a command,

To Generate a full authentication UI,

sh
php artisan ui stisla --auth

To Install just Stisla theme assets,

sh
php artisan ui stisla

And then run,

sh
npm install && npm run dev

Or for production,

sh
npm install && npm run prod

Usage with Laravel Fortify (Laravel 8+ 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,

sh
php artisan ui stisla-fortify --auth

And then run,

sh
npm install && npm run dev

Or for production,

sh
npm install && npm run prod