Skip to content

v1.0.1

Compare
Choose a tag to compare
@tomirons tomirons released this 20 Feb 22:39
· 6 commits to master since this release

We've added a new package to the panel to use roles and permissions.

Note: If you are upgrading you will need to run the following commands.
composer install
php artisan migrate
php artisan db:seed --class=RolesTableSeeder
php artisan db:seed --class=PermissionsTableSeeder