/larave-stisla

[LARAVEL 7] Stisla Admin Dashboard with User permissions, roles

Primary LanguagePHP

Installation

Clone the repo:

git clone https://github.com/furkanumut/larave-stisla.git

Install composer packages:

composer update

Install npm packages:

npm install

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

http://yoursite.com/login
to sign in using below credentials:

Demo Super Admin Login

Demo Admin Login

Credits: