2017 © Pedro Peláez
 

library jobboard

Package to create job board quickly using laravel 5.2

image

abhitheawesomecoder/jobboard

Package to create job board quickly using laravel 5.2

  • Sunday, May 22, 2016
  • by theawesomecoder
  • Repository
  • 2 Watchers
  • 7 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

laravel-job-board

Package to create job board quickly using laravel 5.2, (*1)

Installation

Step 1 : Laravel 5.2 Auth Scafold, (*2)

php artisan make:auth

Step 2 : Install Composer dependency, (*3)

composer require abhitheawesomecoder/laravel-job-board

Step 3 : Register the Service Provider, (*4)

Abhitheawesomecoder\Laraveleditprofile\EditprofileServiceProvider::class,, (*5)

Abhitheawesomecoder\Profilepic\ProfilepicServiceProvider::class,, (*6)

Abhitheawesomecoder\Jobboard\JobboardServiceProvider::class, (*7)

to providers array in config/app.php, (*8)

Step 4 : Install views and migrations, (*9)

run the following command: 'php artisan vendor:publish' you can override the views under the folder: 'views/vendor/abhitheawesomecoder/jobboard', (*10)

Step 5 : Run Migration, (*11)

php artisan migrate, (*12)

Usage

Go to link http://localhost/laravel/public/edit-profile, (*13)

Go to link http://localhost/laravel/public/recruiters, (*14)

Go to link http://localhost/laravel/public/job-seekers, (*15)

where http://localhost/laravel/public/ is path to your laravel website, (*16)

The Versions

22/05 2016

1.0.1

1.0.1.0

Package to create job board quickly using laravel 5.2

  Sources   Download

MIT

The Requires

 

by Abhishek Kumar

laravel

20/04 2016

1.0.0

1.0.0.0

Package to create job board quickly using laravel 5.2

  Sources   Download

MIT

The Requires

 

by Abhishek Kumar

laravel

19/04 2016

dev-master

9999999-dev

Package to create job board quickly using laravel 5.2

  Sources   Download

MIT

The Requires

 

by Abhishek Kumar

laravel