meccado / job-market-manager
Laravel Admin Content Managenent for Articles
1.0.1
2016-06-26 17:39 UTC
Requires
- php: ~5.5|~7.0
- illuminate/support: ~5.1
- intervention/image: ^2.3
- laravelcollective/html: ^5.2
- meccado/acl-admin-control-panel: ^1.0
- unisharp/laravel-ckeditor: ^4.5
- unisharp/laravel-filemanager: ^1.5
This package is auto-updated.
Last update: 2024-10-28 20:30:00 UTC
README
Install
Via Composer
$ composer require meccado/job-market-manager
To register the Service Provider edit config/app.php file and add to providers array:
/* * Service Provider */ Meccado\JobMarketManager\JobMarketManagerServiceProvider::class,
Publish files with:
$ php artisan vendor:publish --force
Migrate & Seed database files with:
$ composer dump-autoload $ php artisan migrate --seed
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email tsw603gp@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.