abhitheawesomecoder / laravel-job-board-pro by theawesomecoder

Package to create job board quickly using laravel 5.3 with admin panel
57
3
2
Package Data
Maintainer Username: theawesomecoder
Maintainer Contact: abhitheawesomecoder@gmail.com (Abhishek Kumar)
Package Create Date: 2016-11-18
Package Last Update: 2016-12-14
Language: HTML
License: MIT
Last Refreshed: 2024-05-15 15:13:39
Package Statistics
Total Downloads: 57
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 3
Total Watchers: 2
Total Forks: 3
Total Open Issues: 1

laravel-job-board-pro

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