poush/laravel-hackathon

An API Boilerplate to create a ready-to-use REST API in seconds.
10 1
Install
composer require poush/laravel-hackathon
PHP:>=5.6.4
License:MIT
Last Updated:Mar 31, 2017
Links: GitHub  ·  Packagist
Maintainer: poush

Laravel-Hackathon

Laravel Hackathon is a "starter kit" you can use to build your first API in seconds. As you can easily imagine, it is built on top of the awesome Laravel Framework. This version is built on Laravel 5.4!

It is built on top of three big guys:

Installation

  1. run composer create-project poush/laravel-hackathon myNextProject;
  2. have a coffee, nothing to do here;

Once the project creation procedure will be completed, run the php artisan migrate command to install the required tables.