zymawy/ironside-core

Useful classes you can use for every Laravel project

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 15

Language:JavaScript


README

How To Install

  • First Install Laratrust We Relay On It To Manage ACl.
  • export the php artisan vendor:publish --tag="laratrust" config file of the Laratrust and change it to laratrust_seeder and modify LaratrustSeeder.
  • Do Only php artisan laratrust:seeder Since We Have laratrust migration And We Modify It To Fit Our Needs.
  • And in the database/seeds/DatabaseSeeder.php file you have to add this to the run method: $this->call(LaratrustSeeder::class);
  • and php artisan db:seed
  • Than php artisan ironside:db:seed To Fill Out The Database.