Skip to content

ajamiscosa/rest-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RestAPI - Based on Laravel with Docker

Build Status Release Code Size Last commit License

Laravel 5.8 Restful API boiler plate with auth, crud and json responses.

Install application.

  1. Clone repository and setup.
    git clone git@github.com:nicp0nim/rest-api.git
    cd rest-api
    cp .env.example .env
  2. Install needed packages.
    composer install
  3. Migrate, install passport and seed database with fake data.
    php artisan migrate:fresh --seed
    php artisan passport:install
  4. Start docker.
    docker-compose up -d

About

Laravel restfull api boilerplate

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 97.0%
  • HTML 2.0%
  • Other 1.0%