Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 327 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 327 Bytes

Laravel API filter example

Simple Laravel site, showing an API being called using AJAX.

Setup instructions

Install Dependencies

composer install

Environment

Setup .env with a valid database connection.

Migrate

php artisan migrate

Seed the database

php artisan make:seeder PropertiesTableSeeder