Latest Laravel/PHP Articles

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


The automated way to upgrade Laravel applications. Upgrade Laravel applications all the way from Laravel 4.2 to the latest version of Laravel. It is simple 3 st...
Errors and exceptions are integral parts of software development. In this post I discussed major mistakes by new developers and they get bewildered. Hello reade...
Have some form data that you want to validate? Want an easy, reliable and clean way of implementing validation? Don’t worry! Laravel has you covered! In this bl...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Keith Adams was on Software Engineering Daily to discuss his time at Facebook and their usage PHP. Keith Adams spent six years at Facebook and is now at Slack.
What do you need to know about Laravel Validator? • There are two ways to validate data: Using the $request->validate() or creating a Validator manually using f...
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.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...