Skip to content

Instantly share code, notes, and snippets.

View torshid's full-sized avatar
💭
I guess I can...

Yusuf torshid

💭
I guess I can...
View GitHub Profile
<?php
// ...
public function boot()
{
\Illuminate\Support\Facades\Blade::directive('map', function ($inputs) {
return "<?php echo map($inputs); ?>";
});
}
}
PORTAL_DOMAIN=localhost
SESSION_DRIVER=shared