Skip to content

Version 2.1.0 stable

Compare
Choose a tag to compare
@SecTheater SecTheater released this 21 Apr 23:51
7ed5eb6

Recent Changes

  • Jarvis Middleware is removed.

  • Policies & Gates are set automatically depending on the database roles.

  • Extra Commands are added such as :
    1- sectheater:register-authorization // registers the policies and gates and publishing them , depending on your database roles.
    2- make:observer
    3- sectheater:seed-db , seeding your database with the RolesSeeder and call for register-authorization ( optional)

  • Fixes :

    1- Routes in blades are fixed.
    2- Jarvis routes method is fixed, removed from web file and It will be added in your Route Service Provider
    3- app.blade.php is copied during running sectheater:auth if it doesn't exist
    4- RegisterWithRole method is fixed.