Skip to content

abanghendri/stisla-for-laravel

Repository files navigation

Stisla x Laravel

Thanks for awesome free admin panel. Stisla is the most-awesome admin panel I've seen so far. As I love this template very much, I have implemented Stisla in a fresh Laravel 8 app. Simply clone this repo and start building your next Laravel project on top of the awesome Stisla.

This project use livewire to build dynamic user interface and Spatie permission for Role and permission handling

Installation

Clone the repo:

git clone https://github.com/abanghendri/stisla-for-laravel.git

Install composer packages:

composer update

Install npm packages:

npm update

Run npm dev if you wish to modifie stisla:

npm run watch

And edit or overide your css in resources/saas ans resources/js and it will automatically build your mix css and js

Copy and rename .env.example to .env, update the environmental variables and set an app key:

php artisan key:generate

After that, run all migrations and seed the database:

php artisan migrate
php artisan db:seed

Or if your database is fresh and you haven't done any work yet, then it's safe to call the commands in a single line:

php artisan migrate:refresh --seed

Note that seeding the database is compulsory as it will create the necessary roles and permissions for the user CRUD provided by the project.

Visit

to sign in using below credentials:

Demo

URL: https://yoursite.test

Super Admin Login

This project comes with a user CRUD and makes the use of Spatie Roles and Permissions at a very basic level in order to give restricted access to the three roles provided above. You can move forward with the same logic to achieve more complex goals.

Credits:

Contribution:

Contribution is welcomed and highly appreciated. Fork the repo, make your updates and initiate a pull request. I'll approve all pull requests as long as they are constructive and follow the Laravel standard practices.

About

Implement Stisla Admin panel for fresh laravel 8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published