Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 421 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 421 Bytes

Laravel API example (devices)

task.pdf
Simple Laravel site, showing an API being called using jQuery.

Setup instructions

Install Dependencies

composer install

Environment

Setup .env with a valid database connection.

Migrate and seed the database

php artisan migrate:fresh --seed

Screenshot