Backpack for Laravel (@laravelbackpack) 's Twitter Profile
Backpack for Laravel

@laravelbackpack

We help web developers build admin panels for their clients. Follow us for tips & tricks on Laravel, Backpack, admin panels. backpackforlaravel.com

ID: 1319266018653622273

calendar_today22-10-2020 13:16:26

636 Tweet

4,4K Followers

10 Following

Backpack for Laravel (@laravelbackpack) 's Twitter Profile Photo

#Laravel Tip Simplify existence checks with Eloquent via methods `exists()` & `doesntExist()` One-liner, hassle-free existence checks:

#Laravel Tip

Simplify existence checks with Eloquent via methods `exists()` & `doesntExist()` One-liner, hassle-free existence checks:
Backpack for Laravel (@laravelbackpack) 's Twitter Profile Photo

#Laravel Tip Do you want to test email contents in your app but unable/unwilling to set up something like Mailgun? Just use the .env parameter MAIL_DRIVER=log and all the emails will be saved into storage/logs/laravel.log file, instead of being sent.

#Laravel Tip

Do you want to test email contents in your app but unable/unwilling to set up something like Mailgun?

Just use the .env parameter MAIL_DRIVER=log and all the emails will be saved into storage/logs/laravel.log file, instead of being sent.
Backpack for Laravel (@laravelbackpack) 's Twitter Profile Photo

#Laravel Tip Did you know... you can re-use an existing Laravel Eloquent scope in defining a new relationship, instead of writing the conditions all over again?

#Laravel Tip

Did you know... you can re-use an existing Laravel Eloquent scope in defining a new relationship, instead of writing the conditions all over again?