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