2017 © Pedro Peláez
 

project laravel-hackathon

An API Boilerplate to create a ready-to-use REST API in seconds.

image

poush/laravel-hackathon

An API Boilerplate to create a ready-to-use REST API in seconds.

  • Friday, March 31, 2017
  • by poush
  • Repository
  • 2 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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!, (*1)

It is built on top of three big guys:, (*2)

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., (*3)

The Versions

26/03 2017

dev-master

9999999-dev

An API Boilerplate to create a ready-to-use REST API in seconds.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api boilerplate jwt starter dingo