Latest Laravel/PHP Articles

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


When letting a user change his password or deleting his account, you might ask him to give his old password (for security reason). Laravel doesn’t offer this fu...
I wanted to share with you my simple solution for searching, filtering & sorting data in Laravel.
If you want to restrict the username in Laravel to only accept letters, numbers, dashes and underscores and not space inside “the username string” you have some...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Once, I was looking for a good PHP framework, that would be as great as RubyOnRails which was ¡Numero Uno! for me back then, or how Yukihiro Matsumoto would say...
Laravel migration mechanism has a great function of seeding data. In this article, I will show random tips from my own experience, how to use seeding in real-li...
Recently I created a package to manage my Philips Hue lights with. I wanted an easy way to signal my lights in my office when something special happens. Things...
I have created a simple web spider using Laravel Dusk, this spider goes though all the links in a website and get’s its title, content and status code and store...
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.
Laravel 5.8 continues the improvements made in Laravel 5.7 by introducing has-one-through Eloquent relationships, improved email validation, convention based au...
If you are new to AWS, let me assure you that launching an EC2 and RDS is quite easy. AWS console provides very simple wizard to navigate you through the proces...
At Hyvor Developer, we have 21 chapters for beginner’s to start learning and understanding PHP. When you complete all the chapters doing the examples by yoursel...
If you’ve been following me on Medium, you have probably read My Story as a Homeless Developer. A year ago, I didn’t have a place to live or any sort of stable...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
The question at large is really — How can I use my own compiled asset pipeline within Backpack. However below we’ll focus on Vue and React. It is really quite a...
Multi-tenancy is pretty common in web-projects – when you want to give records access only for users who created those records. This article will show you how t...
Here we’ve got a function: “Declare strict types in PHP” is published by Igor Budasov in WebDevOps
The question is how to delete all jobs which are queued in Laravel when you are using redis as the Queue driver. Using the laravel-queue-clear package which is...