zymawy/ironside-core

Useful classes you can use for every Laravel project

Downloads

7

Stars

1

Version

1.0.8

Ironside

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.
zymawy

Author

zymawy