Latest Laravel/PHP Articles

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


Laravel v6.11.0 was released in 14 Jan 2020 with a new eloquent method firstWhere and other fixes and other changes in 6.x branch. This is a shortcut of where()...
Integrate Google Translate on website is a great way to provide your content all over the world with great content. But as a developer, we have to get that know...
Last time I did some major upgrade for the Laravel framework on my several works from version 5.5 into version 6. Some of the application structure has been cha...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Here is an easy setup to include tailwindcss to your Laravel application.
Here is a most confusing question that, what is the Difference between $ and $$ in PHP. We all know that in PHP programming $ is used for declaring variables or...
If you are working with subdomains in your Laravel application and want to test a subdomain with e.g assertSee, assertResponse, etc you can easily do this in yo...
Certified Laravel | PHP | Magento Developer.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Hello folks. I’ve been working on a new version for PasciVite. The current site was built using Bootstrap and is hosted on Amazon S3. PasciVite has been around...
Github Action — Simple CICD (Beginner)Preparation:LAMP VPS(AWS, GCP, Azure, digitalocean, Lightsail or linode…)GithubLAMP VPS:connect to your VPS host with SSH...
I’ve just finished reading Resilient Web Design from Jeremy Keith, which partly about how the web developed into its current state. There is a lot of history in...

medium.com

Laravel Mixins
Have you ever wished that a PHP class had another method on it that you’d like to use? Laravel makes this dream come true through its concept of “Macroable” cla...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
In this article, I want to talk about the log levels that exist in the PHP world and share with you some logging tips. Typically, in a development environment,...
If you’ve read my previous post on setting up Swagger documentation for your Laravel Project’s API, then i’m going to assume that at some point, you’ll need to...
Some people, i mean newbie still very difficult to know how to insert database using PHP. As we know, PHP is basic program that very easy to use and very simple...
This tutorial assumes that you already created a new project, with JSON Web Token Authentication, Notification enabeled and your Email credentials set up. Find...