meccado / job-market-manager by Moeketsi

Laravel Admin Content Managenent for Articles
12
0
2
Package Data
Maintainer Username: Moeketsi
Maintainer Contact: tsw603gp@gmail.com (Meccado)
Package Create Date: 2016-06-18
Package Last Update: 2016-06-26
Language: PHP
License: MIT
Last Refreshed: 2024-04-25 03:01:30
Package Statistics
Total Downloads: 12
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Laravel Job-Market-Manager

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.