abhitheawesomecoder/jobboard

Package to create job board quickly using laravel 5.2
44 10
Install
composer require abhitheawesomecoder/jobboard
Latest Version:1.0.1
PHP:>=5.4.0
License:MIT
Last Updated:May 22, 2016
Links: GitHub  ·  Packagist
Maintainer: theawesomecoder

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

Related Packages

wobeto/twitter

Laravel 4 Service Provider to interact with twitter account, like return a colle...

135 1
andhikamaheva/date

A date library to help you work with dates in different languages

13 1
vlados/laravel-blade-crawler-detect

Boost Lighthouse and PageSpeed scores by hiding cookie banners, chat widgets and...

5,439 0
maystro/filament-popup-modal

A comprehensive modal dialog system for FilamentPHP with progress bars, callback...

7 1