doublevas/laravel-skeleton

The Laravel Skeleton Application with Authorization.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 1

Type:project

pkg:composer/doublevas/laravel-skeleton

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

This package is auto-updated.

Last update: 2025-09-29 02:21:22 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.