Download the PHP package abhitheawesomecoder/jobboard without Composer
On this page you can find all versions of the php package abhitheawesomecoder/jobboard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download abhitheawesomecoder/jobboard
More information about abhitheawesomecoder/jobboard
Files in abhitheawesomecoder/jobboard
Package jobboard
Short Description Package to create job board quickly using laravel 5.2
License MIT
Informations about the package jobboard
laravel-job-board
Package to create job board quickly using laravel 5.2
Installation
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
Usage
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
All versions of jobboard with dependencies
illuminate/support Version ^5.0
abhitheawesomecoder/laravel-edit-profile Version 1.0.*
abhitheawesomecoder/profilepic Version 1.0.*