Go to file
2024-11-07 23:04:43 +01:00
.gitea/workflows fix formatting in gitea pipeline yaml 2024-11-07 23:04:43 +01:00
app add Spatie\Permission roles, seeder and changes README.md 2024-11-07 18:12:11 +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 add Spatie\Permission roles, seeder and changes README.md 2024-11-07 18:12:11 +01:00
public initial commit 2024-11-07 17:09:43 +01:00
resources add homepage with styles 2024-11-07 17:47:14 +01:00
routes add homepage with styles 2024-11-07 17:47:14 +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