Latest Laravel/PHP Articles

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


Just self-promotion, if you don’t know how Laravel/Lumen resolves the Auth, then you should have a look in this article. Laravel Auth — how does it happen? And...
By default Laravel ships with MySQL. You may want to try out other SQL database type, changing that is very simple however there are some small configurations y...
To start with you can use the base64 image encoding website. To convert base 64 encoded image you will have to use the base64_decode function. To reconstruct th...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
I’m using WSL, so my path isn’t exists usual Ubuntu. I’m using Apache web server, so I installed php5.6/php7.4. If you are using Nginx web server, you should in...
Laravel 7 released a new feature called blade component. So what’s blade component. let’s see the scenario. Suppose you have multiple user ids and in the blade...
When any company or individual builds a website or an application, having it engaging or seeing the number of website visitors grow is always interesting; the j...
Laravel 7 has been a major version that’s been released last week and it comes with the host of features and improvements to the Laravel framework. One of the i...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Laravel Nova is an awesome administration for Laravel built by the creators of Laravel. Nova was built to quickly create CRUD screens in the most productive man...
Let’s review business reasons for choosing PHP in the early stages of a project. PHP has been around as one of the leading programming solutions for web applica...

fetzi.dev

HTTP/2 NOW!
Yesterday I heard a great keynote about the current status of HTTP/2 at the Topconf conference in Linz, Austria. In the evening I tried to upgrade my website to...
Hello! I'm a full-stack web developer working at Laravel. In this publication, I share everything I know about Laravel's core, packages, and tools. You can find...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
I’ll make this a quick blog style post compared to my usual tutorials. If you’re a Laravel (or even just PHP) user and haven’t heard of Tinkerwell then you shou...
When I first started programming, I had two options; Vim or Notepad. All of my peers in my first programming job were Vim users (except that one that was using...
One of the key features that Eloquent ORM offers is soft-deletion. This mechanism treat records as “deleted” by just pointing out when they were deleted, instea...
When you’re working on medium or big Laravel size projects, it is common to have to manage dozens, hundreds or even thousands of different routes. Your routes f...