Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


Response time comparison from simple queries and returning records from the same database, between Go Lang, echo framework with gorm and Laravel 5.8 with Eloque...
And so it begins! Really? Locally, on my computer? Anyway, Composer has a helpful section covering this topic on the Troubleshooting page.
When you use Eloquent, your models have multiple responsibilities. It holds the data from your database, which is what models usually do, but it also has filter...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Once a year, new minor PHP version is released, and every few years, there’s a new major version. And as the language moves forward, the tooling that goes with...
This noon, while I was reading, all of a sudden I came to know that PHP has generators too as Python does. I was astonished. What? I didn’t know! ? Well, then I...
Sending mail with PHP is easy. We can test it with a local SMTP server. MailHog is very useful for this purpose. MailHog is program thats creates a local SMTP m...
You may have faced this scenario many times, where you are calling an third party API from postman. It’s working but not working when you call it from Guzzle. A...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
As a previous front-end developer, this is my first time working on a project that uses a framework (my previous job mostly focuses on layouts and website aesth...
What do you need to know about Laravel Localization? There are two types of translation files: • Files that returns an Array of Keyed Strings.• JSON Translation...
Almost every Laravel application has some kind of contact form publically available. Keeping these forms easy to submit is a requirement for your users. The pro...
How do you deploy your application on the production server ? maybe you push on the master branch of git server and then ssh to your production server then pull...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
If you are a PHP developer or aspire to be one, you might be familiar with Laravel. It has managed to secure its position as one of the best PHP frameworks for...

blog.laravel.com

Cashier v10
We're very excited to announce the immediate availability of Cashier v10. This new Cashier release is a major update with lots of changes to Cashier's internals...
Last week I published an article about the powerful combo MySQL 8 and Maps can be. Like I promised at the end of that article, this week I published a tutorial...
Good developers are defined by the quality of their codes. In the software industry, writing good code means saving the money that may be invested in testing, u...