Laravel 5.5 API that uses the API resources. This is an API for an article CRUD app
# Install Dependencies
composer install
# Run Migrations
php artisan migrate
# Import Articles
php artisan db:seed
# Add virtual host if using Apache
# If you get an error about an encryption key
php artisan key:generate
GET api/articles
GET api/article/{id}
DELETE api/article/{id}
POST api/article
title/body
PUT api/article
article_id/title/body