poush / laravel-hackathon
An API Boilerplate to create a ready-to-use REST API in seconds.
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 2
Open Issues: 0
Type:project
Requires
- php: >=5.6.4
- asvae/laravel-api-tester: ^2.0
- barryvdh/laravel-cors: ^0.8.2
- dingo/api: 1.0.x@dev
- laravel/framework: 5.4.*
- tymon/jwt-auth: ^0.5.9
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.7
- symfony/css-selector: 3.1.*
- symfony/dom-crawler: 3.1.*
This package is not auto-updated.
Last update: 2024-12-22 04:48:03 UTC
README
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:
- JWT-Auth - tymondesigns/jwt-auth
- Dingo API - dingo/api
- Laravel-CORS barryvdh/laravel-cors
Installation
- run
composer create-project poush/laravel-hackathon myNextProject
; - 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.