LaravelPackages.net
Acme Inc.
Toggle sidebar
zymawy/ironside-core

Useful classes you can use for every Laravel project

7
1
1.0.8
About zymawy/ironside-core

zymawy/ironside-core is a Laravel package for useful classes you can use for every laravel project. It currently has 1 GitHub stars and 7 downloads on Packagist (latest version 1.0.8). Install it with composer require zymawy/ironside-core. Discover more Laravel packages by zymawy or browse all Laravel packages to compare alternatives.

Last updated

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.

Star History Chart