v1.0.1
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