meccado/job-market-manager

Laravel Admin Content Managenent for Articles

1.0.1 2016-06-26 17:39 UTC

This package is auto-updated.

Last update: 2024-02-28 19:10:16 UTC


README

Latest Version on Packagist Latest Unstable Version Total Downloads

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.