The Wayback Machine - https://web.archive.org/web/20201212103730/https://github.com/InfyOmLabs/laravel-ui-stisla
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
Dec 12, 2020

README.md

Laravel UI Stisla

Laravel Frontend Scaffolding for Stisla UI Theme.

Installation

Run a command,

composer require infyomlabs/laravel-ui-stisla

For Laravel 7,

composer require infyomlabs/laravel-ui-stisla:^2.0

For Laravel 6,

composer require infyomlabs/laravel-ui-stisla:^1.0

Usage

Run a command,

To Generate a full authentication UI,

php artisan ui stisla --auth

To Install just AdminLTE 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 adminlte-stisla --auth

And then run,

npm install && npm run dev

Or for production,

npm install && npm run prod

Screenshots

Login

Login

Register

Register

Reset Password Form

Reset Password Form

Reset Password

Reset Password

Admin Layout

Reset Password

Edit Profile

Edit Profile

About

No description, website, or topics provided.

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.