This Project is only created for to learn Spatie Laravel-permission package & also inspired from Laravel Daily
Model
- Posts
- Persmission
- Roles
- Users
- Clone the repository with
git clone
- Copy
.env.example
file to.env
and edit database credentials there - Run
composer install
- Run
php artisan key:generate
- Run
php artisan migrate --seed
(it has some seeded data - see below) - That's it: launch the main URL and login with default credentials
[email protected]
-password
The MIT license.
All the credit goes to Spatie Laravel-permission package. For proper guide, i would like to suggest direct follow the offical documentations.