JerryWilsonSitompul / laravel-ui-stisla

Laravel UI Frontend Preset for Stisla with Laravel Fortify support.

Home Page:http://infyom.com/open-source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InfyOm

Laravel UI Stisla

Total Downloads Monthly Downloads Daily Downloads License

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

Support Us

We have created 14+ Laravel packages which got over 2M+ Downloads so far. We invested a lot of resources into creating these packages and maintaining them.

You can support us by either sponsoring us or buying one of our paid products. Or help us by spreading the word about us on social platforms via tweets and posts.

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site.

Backers

Become a backer and get your image on our README on Github with a link to your site.

Buy our Paid Products

InfyJobs

You can also check out our other paid products on CodeCanyon.

Follow Us

Made with InfyOm Generator

Also, Do not forget to add your website to Made with InfyOm Generator List list.

Video Tutorials

Checkout Video Tutorial - By: Shailesh Ladumor

Screenshots

Login

Login

Register

Register

Reset Password Form

Reset Password Form

Reset Password

Reset Password

Admin Layout

Reset Password

Edit Profile

Edit Profile

About

Laravel UI Frontend Preset for Stisla with Laravel Fortify support.

http://infyom.com/open-source

License:MIT License


Languages

Language:Blade 80.9%Language:PHP 19.1%