Go to file
2024-11-08 02:29:09 +01:00
.gitea/workflows testing automatic deployment 2024-11-08 00:19:00 +01:00
app prepare controllers 2024-11-08 02:29:09 +01:00
bootstrap initial commit 2024-11-07 17:09:43 +01:00
config add Spatie\Permission roles, seeder and changes README.md 2024-11-07 18:12:11 +01:00
database database seeder refactor 2024-11-08 02:28:55 +01:00
public initial commit 2024-11-07 17:09:43 +01:00
resources dashboard.view 2024-11-08 02:28:37 +01:00
routes prepare controllers 2024-11-08 02:29:09 +01:00
storage initial commit 2024-11-07 17:09:43 +01:00
tests initial commit 2024-11-07 17:09:43 +01:00
.editorconfig initial commit 2024-11-07 17:09:43 +01:00
.env.example initial commit 2024-11-07 17:09:43 +01:00
.gitattributes initial commit 2024-11-07 17:09:43 +01:00
.gitignore initial commit 2024-11-07 17:09:43 +01:00
artisan initial commit 2024-11-07 17:09:43 +01:00
composer.json add Spatie\Permission roles, seeder and changes README.md 2024-11-07 18:12:11 +01:00
composer.lock add Spatie\Permission roles, seeder and changes README.md 2024-11-07 18:12:11 +01:00
package-lock.json initial commit 2024-11-07 17:09:43 +01:00
package.json initial commit 2024-11-07 17:09:43 +01:00
phpunit.xml initial commit 2024-11-07 17:09:43 +01:00
postcss.config.js initial commit 2024-11-07 17:09:43 +01:00
README-Laravel.md add Spatie\Permission roles, seeder and changes README.md 2024-11-07 18:12:11 +01:00
README.md add Spatie\Permission roles, seeder and changes README.md 2024-11-07 18:12:11 +01:00
tailwind.config.js initial commit 2024-11-07 17:09:43 +01:00
vite.config.js add homepage with styles 2024-11-07 17:47:14 +01:00

/// ToDo: explain what is this and how I generated this code

add roles to users using Spatie Laravel-Permission's Package

composer require spatie/laravel-permission
php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider"
php artisan migrate