This post demonstrates how to use database transaction both for Eloquent ORM and Laravel’s Query Builder.
Start Up Laravel Application by Running Roadrunner
Are you doubting the potential performance of the PHP application you’ve been building with Laravel Framework? As an interpreted language, PHP is slow. Factor in the apparent out-of-the-box slowness that we could attribute to the framework; your application could be
Laravel 8 PHP Configuration For Local Development Environment
Yesterday, I wrote about how to enable PostgreSQL drive in PHP 7.4. Today, I noticed Laravel 8 is already available. So, I have decided to migrate to Laravel 8 from Laravel 7. This short post shows how to configure some
Laravel 5.7 Mailgun Configuration To Send Mail
Configuring Laravel to use Mailgun is easy. We only need an account at mailgun.com and, for testing, some authorized recipient email address.