Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Laravel-Jobs
Laravel-Jobs :
============

A Laravel 4 package for adding jobs listings to a website

## Features
## Features :

* Jobs index and detail page functionality with search
* Ability to apply for a job and upload a CV
Expand All @@ -17,14 +17,14 @@ A Laravel 4 package for adding jobs listings to a website
* Configure the rendered views so you can use one in your app rather than the one in the package
* Make use of partials in your own view so you can add extra stuff around the partial

## Comes with a
## Comes with a :

* Migration for creating the fbf_jobs table (N.B. The search function makes use of MySQL Full Text search, so the engine is set to MyISAM)
* Model, controller and views (main view and partials)
* Built in configurable routes
* Faker seed to seed your database with loads of good test data

## Installation
## Installation :

Add the following to you composer.json file

Expand All @@ -48,20 +48,20 @@ Run the migration

Optionally copy the administrator config to your administrators model config directory, if you have one

## Configuration
## Configuration :

There are loads of options in the config file, check it out.

## Administrator
## Administrator :

You can use the excellent Laravel Administrator package by frozennode to administer your jobs.

http://administrator.frozennode.com/docs/installation

A ready-to-use model config file for the Job model (jobs.php) is provided in the src/config/administrator directory of the package, which you can copy into the app/config/administrator directory (or whatever you set as the model_config_path in the administrator config file).

## Faker seed
## Faker seed :

The package comes with a seed that can populate the table with a whole bunch of sample jobs. To run it:

php artisan db:seed --class="Fbf\LaravelJobs\JobsTableFakeSeeder"
php artisan db:seed --class="Fbf\LaravelJobs\JobsTableFakeSeeder"