mphpmaster/laravel-nova-blueprint-permission

Laravel: 11 Nova: 5 With Permissions.

This package is auto-updated.

Last update: 2025-03-05 23:45:17 UTC


README

Laravel ready to go

  • laravel 11.43.2
  • nova 5.1.5

Installation:

Composer command:

composer create-project mphpmaster/laravel-nova-blueprint-permission

Config:

  • run fresh setup:
composer install
php artisan setup -mfs
  • resetup:
php artisan setup --migrate --fresh --seed

Api Status:

  • 200 OK
  • 201 Created
  • 400 Bad request
  • 401 Authentication failure
  • 403 Forbidden
  • 404 Resource not found
  • 405 Method Not Allowed
  • 422 Unprocessable Content (Validation errors)