zymawy/ironside-core

Useful classes you can use for every Laravel project


Keywords
admin, controllers, helpers, cms, laravel, models, traits, pages, photos, page builder, Ironside
License
MIT

Documentation

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.