doublevas/laravel-skeleton

The Laravel Skeleton Application with Authorization.

v5.5 2019-07-16 18:41 UTC

This package is auto-updated.

Last update: 2024-03-30 00:25:48 UTC


README

This is a simple app to demonstrate implementing the spatie/laravel-permission package to a fresh Laravel 5.5 app.

To create tables and seed demo database run this in shell:

$ cp .env.example .env
... update credentials in .env ...
$ composer install
$ php artisan key:generate
$ php artisan migrate --seed --step

It will add two users.

In the case of admin user, you can find admin link in user drop-down menu.