Skip to content

Instantly share code, notes, and snippets.

View iammateus's full-sized avatar
🎯
Focusing

Mateus Soares iammateus

🎯
Focusing
View GitHub Profile
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9000,
"stopOnEntry": true,
"pathMappings": {
public function searchBuilder(Request $request)
{
try {
$sort_by = null;
$search_type = $request->has("search_type") ? $request->get("search_type") : "";
$search = (new Volunteers)->with('businessesVolunteers', 'peopleVolunteers', 'demands', 'events', 'actingAreas', 'serviceTypes')->newQuery();