Latest Laravel/PHP Articles

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


In the class of injection attacks, PHP SQL injection attack has come out highly prominent. The majority of websites are vulnerable to it. According to research,...
As a coder, I hate doing things twice. I googled for a simple and clean solution to pass parameters without making Ajax calls and rewriting the wheel ! Put all...
In this story, we are going to take you through the steps of publishing docs using Vuepress and serve it via Laravel routes. Vuepress is a Vue-powered Static Si...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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,...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...