Looking to hire Laravel developers? Try LaraJobs

laravel-skeleton maintained by doublevas

Description
The Laravel Skeleton Application with Authorization.
Last update
2023/02/02 02:26 (dev-dependabot/composer/symfony/http-kernel-3.4.49)
License
Links
Downloads
0

Comments
comments powered by Disqus

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.