Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 268 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 268 Bytes

Lumen CRUD

A basic sample implementation of a model CRUD with Lumen Framework.

Installation

Copy .env.example as .env and update the configuration as you need (For now, Database connection configuration is required).

composer update
php artisan migrate