This is a Vemto plugin. Vemto is a GUI Laravel generator with a complete set of tools for starting new Laravel projects.
The plugin aims to bring the Spatie Laravel Permission package to your Vemto Laravel projects
WARNING: despite installing and configuring the laravel permission package, this plugin does not contain logic for setting roles/permissions yet, since each type of application has a different logic.
- Installs the Laravel Permission package
- Publish the migration files of the package.
- Publish the configuration file of the package.
- Configures the package to use the Authenticatable Model of your application.