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
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-03-14 01:01:35 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: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.