Package Data | |
---|---|
Maintainer Username: | theawesomecoder |
Maintainer Contact: | abhitheawesomecoder@gmail.com (Abhishek Kumar) |
Package Create Date: | 2016-04-19 |
Package Last Update: | 2016-05-22 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-19 03:06:16 |
Package Statistics | |
---|---|
Total Downloads: | 42 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 10 |
Total Watchers: | 3 |
Total Forks: | 7 |
Total Open Issues: | 0 |
Package to create job board quickly using laravel 5.2
Step 1 : Laravel 5.2 Auth Scafold
php artisan make:auth
Step 2 : Install Composer dependency
composer require abhitheawesomecoder/laravel-job-board
Step 3 : Register the Service Provider
Abhitheawesomecoder\Laraveleditprofile\EditprofileServiceProvider::class,
Abhitheawesomecoder\Profilepic\ProfilepicServiceProvider::class,
Abhitheawesomecoder\Jobboard\JobboardServiceProvider::class
to providers array in config/app.php
Step 4 : Install views and migrations
run the following command: 'php artisan vendor:publish' you can override the views under the folder: 'views/vendor/abhitheawesomecoder/jobboard'
Step 5 : Run Migration
php artisan migrate
Go to link http://localhost/laravel/public/edit-profile
Go to link http://localhost/laravel/public/recruiters
Go to link http://localhost/laravel/public/job-seekers
where http://localhost/laravel/public/ is path to your laravel website