flavianohonorato / laravel-api-skeleton

A Laravel skeleton for API`s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Skeleton API

A Laravel skeleton for work with APIs REST

Requeriments

  • PHP >= 7.1.3
  • mbstring PHP Extension
  • PDO Extension

Instalation

$ git clone https://github.com/flavianohonorato/laravel-api-skeleton

Do not forget to configure your database and the like in the .env configuration file. After doing this, run the following command within your installation directory:

$ composer install
$ php artisan migrate
$ php artisan jwt:secret
$ php artisan db:seed
$ php artisan serve

Used Packages

TODO

  • JWT Auth
  • CORS Enable
  • Documentation API
  • Modularization
  • PHPUnit Tests

About

A Laravel skeleton for API`s


Languages

Language:PHP 89.1%Language:HTML 10.4%Language:Vue 0.5%