abhitheawesomecoder/jobboardpro
Composer 安装命令:
composer require abhitheawesomecoder/jobboardpro
包简介
Package to create job board quickly using laravel 5.3 with admin panel
README 文档
README
Installation
Step 1 : run command
composer clearcache
Step 2 : Laravel 5.3 Auth Scafold
php artisan make:auth
Step 3 : Install Composer dependency
composer require abhitheawesomecoder/laravel-job-board-pro
Step 4 : Register the Service Provider
Abhitheawesomecoder\Jobboardpro\JobboardproServiceProvider::class to providers array in config/app.php
Step 5 : Install views and migrations
run the following command: 'php artisan vendor:publish --force' you can override the views under the folder: 'views/vendor/abhitheawesomecoder/jobboardpro'
Step 6 : Run Migration
php artisan migrate
step 7 : Run composer dump-autoload
step 8 : Run php artisan db:seed --class=JobTableSeeder
step 9 : Run php artisan db:seed --class=CandidateTableSeeder
统计信息
- 总下载量: 62
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-18