developerdino / jobs

A jobs posting, distribution, commenting system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHPMelb site

Build Status

Install

git clone https://github.com/phpaustralia/jobs.git
cd jobs
cp .env.example .env

add your database details to .env, then:

composer install
php artisan migrate
php artisan db:seed

Serve

php artisan serve

Login as admin

Create dummy data:

php artisan tinker
> $user = factory(App\User::class)->create();
> factory(App\Job::class, 50)->create(['user_id' => $user->id, 'approved' => 1]);

About

A jobs posting, distribution, commenting system


Languages

Language:PHP 71.2%Language:HTML 24.7%Language:Vue 1.7%Language:Shell 1.4%Language:JavaScript 0.7%Language:ApacheConf 0.3%