Skip to content

doublevas/laravel-boilerplate

Repository files navigation

The Laravel Skeleton Application with Authorization

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.

About

The Laravel Skeleton Application with Authorization

Resources

Stars

Watchers

Forks

Packages

No packages published