Latest Laravel/PHP Articles

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


An alternative title for this might be “How I Learned to Stop Worrying About Stiff Competition and Launch Anyway”, and I’ll explain that below. Want to see the...
Humans think in categories, our code should be a reflection of that. First things first, I didn't come up with the term "domain" — I got it from the popula...
Latest PEAR Releases:
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Hey everyone, hope all is well. I recently worked on setting a subscription for a mobile application which was originally using in app payments in Android and A...
When creating Jobs, Listeners or Subscribers to push into the queue, you may start thinking that once dispatched you’re all on your own with what the Queue Work...
In this article we are going to setup a kind of “typo checker” on PhpStorm to look for MySQL reserved words being used as column names in your Laravel migration...

mattdoescode.com

6 Laravel Tips
I’ve put together a small list of tips that I’ve found useful while working with Laravel. You probably know about, and have used onDelete('cascade'); on foreign...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Do you want to be a software engineer but finding it difficult to crack the interview? You might have an unnerving experience while facing interviews for being...
Laravel Sign in With Apple is a socialite package for integrating Sign in with Apple. The post Sign In With Apple for Laravel Socialite appeared first on Larave...
PHP is something that we don’t really hear about in mainstream media. Angular, React, Node.js and Python are all the rage nowadays. Even computer science degree...
Laravel Telescope is a new official package from Laravel. Laravel Telescope is an elegant debug assistant for the Laravel framework.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
One of the neat helpers Laravel includes is the tap() method. In a nutshell, it allows you call an object method and return the same object instead of the metho...
This article describes how to get those coverage reports. See next page for more details.
This inherently means that your comparison function must truthfully return 1, 0 or -1 depending on the equality of the values being compared inside the arrays....
Laravel Tinker is a Powerful REPL (Read-Eval-Print-Loop), also known as an Interactive top-level or language shell. That allows to Interact with the Laravel App...