zymawy / ironside-core
Useful classes you can use for every Laravel project
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 15
Language:JavaScript
pkg:composer/zymawy/ironside-core
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: 2025-10-14 02:16:26 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.