Package Data | |
---|---|
Maintainer Username: | poush |
Package Create Date: | 2017-03-24 |
Package Last Update: | 2017-03-31 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-14 15:15:10 |
Package Statistics | |
---|---|
Total Downloads: | 10 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 4 |
Total Forks: | 2 |
Total Open Issues: | 0 |
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:
composer create-project poush/laravel-hackathon myNextProject
;Once the project creation procedure will be completed, run the php artisan migrate
command to install the required tables.