Go to file
albert 9862396145
All checks were successful
Build, push and deploy / builds (push) Successful in 5s
all info for admins
2024-11-08 18:49:32 +01:00
.gitea/workflows testing automatic deployment 2024-11-08 00:19:00 +01:00
app add faults (routes, model, navigation, seeder and migration) 2024-11-08 16:39:01 +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 faults (routes, model, navigation, seeder and migration) 2024-11-08 16:39:01 +01:00
public Added new homepage based in html5up - highlights 2024-11-08 16:53:28 +01:00
resources all info for admins 2024-11-08 18:49:32 +01:00
routes add faults (routes, model, navigation, seeder and migration) 2024-11-08 16:39:01 +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