Generator

Laravel UI Stisla (Deprecated)

TABLE OF CONTENT
  1. Installation
  2. Usage
  3. Usage with Laravel Fortify (Laravel 8+ only)

Installation

Check the following table for Laravel version compatibility,

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

Run a command,

composer require infyomlabs/laravel-ui-stisla

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+ 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