Laravel Jarvis Versions Save

Achieve Your Ambition With Me .

v2.1.4

5 years ago
  • Unit tests are added

  • Observers can be controlled via $observers property, by providing the column name as a key of array and the function applied to this key as a value using snake_case

  • Fixed Repositories

  • Fixed Register method.

v2.1.3

5 years ago
  • Issue Tokens Trait has been added
  • Approval Process bug fixed.

v2.1.2

5 years ago
  • Repository Interface updated
  • Basic Repository Is updated, now you can pass to the delete and update methods either an identifier to find or the instance that should be updated/deleted.
  • make:facade command is added
  • make:response command is added
  • make:repository is added
  • package_path function is added
  • Relationships are synchronized with the related models dynamically.
  • Roles Trait is updated.

v2.1.1

5 years ago
  • Existing relationships Dynamically set depending on existing models either through properties or config file.
  • Observers watch models that has been bounded to the config file dynamically.
  • Like Relationship is changed to many-to-many polymorphic.
  • package_version function is added ( checks the version of any package passed to it )
  • model_exists function is now checking for the user models
  • jarvis_model_exists function only checks for Jarvis's models only.
  • recent method is added to all of Repositories ( you can fetch with it recent stuff under condition and,or approved stuff )

v2.1.0

6 years ago

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.

v2.0.4

6 years ago
  • Namespaces are set correctly during the transfer.
  • Fixed controllers and requests command.
  • Tags Detaching fixed.
  • migrations table fixed.
  • Checking Activation on logging in fixed.

v2.0.3

6 years ago
  • Namespaces are set correctly during the transfer.
  • Fixed controllers and requests command.
  • Tags Detaching fixed.
  • migrations table fixed.
  • Checking Activation on logging in fixed.