Latest Laravel/PHP Articles

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


All resources are provided on my GitHub. 1. Create a secret for your Docker Private Registry2. Create a public IP Address + DNS3. Import your Laravel .env file4...
As a kind of follow up of my article about how the Authentication works in Laravel, here I will write about the moving parts of the authentication mechanism, li...
Disclaimer: This is not a JavaScript vs. PHP rant! As Chris Noring did in his original article, I created two microservices exposing a REST-API, one serving pro...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
If you’re building a Laravel project with both Web and API sides, you need to customize error messages for each of them separately. In web-view there should be...
I’m using Dusk to automate a few things on a third-party site. I hate the UI so I want to make a personal tool. Dusk’s api for selecting a drop down option work...
I'm giving podcasting a try. Let me know what you think of it via Twitter or e-mail. You can download the episode here. In this episode I talk about why I think...
Want to take the fast track and skip the detailed tutorial below? Install Docker for your OS, clone this repo, add your Laravel app files to the src directory,...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
By default, Laravel Homestead generates a security certificate for all sites you set in the Homestead configuration. However, sometimes you may have to jump thr...
Damn, but security is hard. It’s not always obvious what needs doing, and the payoffs of good security are at best obscure.You should build your web apps protec...
Laravel v5.8.16 is released in 2019/05/07, here are the changes we`ve merged into this release.
It is seen that good quality software and code is not as easy as pie. It requires consistent efforts and sheer focus of the software development team to me...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
Recently I wanted to create URL’s that used words instead of integers for specific posts, however, these URL’s needed to conform to three points. The idea of a...
Which database is best for your Laravel app. Mysql or Postgresql? In this story, we are going to share load tests results for simple queries. We ran simple quer...
The PHP team recently approved the solution for short arrow functions proposed by Nikita Popov, Levi Morrison and Bob Weinand in an RFC. Anonymous functions in...
The mcrypt php extension is an interface for mcrypt cryptography library. We will see how to install mcrypt php extension for laravel. Laravel 5.1 and later ver...