zymawy / ironside-core
Useful classes you can use for every Laravel project
1.0.8
2018-12-09 06:48 UTC
Requires
- php: ^7.1.3
- aitor24/localizer: ^1.4
- bpocallaghan/alert: ^1.1
- bpocallaghan/impersonate: ^1.0
- bpocallaghan/notify: ^2.1
- bpocallaghan/sluggable: ^1.2
- creativeorange/gravatar: ~1.0
- google/recaptcha: ^1.2
- guzzlehttp/guzzle: ^6.3
- intervention/image: ^2.4
- santigarcor/laratrust: 5.0.*
- spatie/laravel-analytics: ^3.6
- spatie/laravel-translatable: ^3.1
- yajra/laravel-datatables-oracle: ^8.9
Requires (Dev)
This package is auto-updated.
Last update: 2026-03-14 03:13:45 UTC
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:seederSince We Have laratrust migration And We Modify It To Fit Our Needs. - And in the
database/seeds/DatabaseSeeder.phpfile you have to add this to the run method:$this->call(LaratrustSeeder::class); - and
php artisan db:seed - Than
php artisan ironside:db:seedTo Fill Out The Database.