/Laravel-5-CRUD-Example

A Laravel 5 Based JSON API CRUD Example

Primary LanguagePHPMIT LicenseMIT

laravel-cruddy example.

This is a preconfigured example for laravel-cruddy, a CRUD JSON API for Laravel 5.2.

Install

  • clone this repo
composer install
  • configure .env with a database
composer migrate
php artisan serv

Test

Run in Postman

PHPUnit:

vendor\bin\phpunit