Latest Laravel/PHP Articles

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


Testing is a totally important thing for app development. TDD stands for Test-Driven Development. Test-Driven Development (TDD) approach first, the test is deve...
A couple of weeks ago I came across with Vapor: a serverless deployment platform for Laravel, powered by AWS. The fantastic documentation and a couple of good e...
· August 19, 2020 · ⋆ JavaScript There are two ways of many using which you can loop over the iterables in JavaScript. While both of the statements can loop ov...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.

github.com

Laravel ACL
This package helps you to associate users with permissions and permission groups with laravel framework GitHub is home to over 50 million developers working tog...
There is a huge emphasis put on the code maintainability, and for a good reason. The programming industry is rife with what we like to term “legacy code,” which...
While much of the world shuts down, the PHP core developers have been hard at work preparing for the release of PHP 8.
Dave Stokes joins Eric Van Johnson and John Congdon to talk about MySQL and databases. Copyright © 2002-2020 musketeers.me, LLC. — All amounts in USD
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Unfortunately, we come across a situation where our root user become unprivilege what does it mean? root user does not have rights to perform operations on data...
Update Aug, 11: This post was well received on Reddit, so I added new anti-patterns to reflect the comments. I spotted common anti-patterns that I had to fix. T...
Imagine being able to simply create a new project (we’ll use laravel for an example), run the command: Then automatically having testapp.test work in the browse...
Ordering the middleware through, I traced the underlying instance Illuminate\Foundation\Http\Kernel And I found two methods: prependToMiddlewarePriority and app...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
I want to talk about something I don’t usually see much content out there, but is something I personally think is key for a healthy application: Dealing with fa...
· August 17, 2020 · ⋆ Laravel One of the many ways using which you can insert records (or seed your database) is by using the seeder classes which extend a bas...
Last week on Thursday you might have experienced the jetbrains.com website as unavailable for several minutes. We are sorry for the possible inconvenience cause...
In this article I will explain why you should never use Eloquent models inside of your controllers. Next you will learn about Repository design pattern and how...