Latest Laravel/PHP Articles

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


Recently I started working on a cool feature for the Laravel Shopr package involving some money formatting stuff. Formatting money is often hell but I got reall...
When using mobile applications there are moments that you might have come across to upload files or images to a server, as an example if you are developing a pr...
The first issue i’ve faced is that to create real-time applications with laravel the most common tools is pusher and it’s expensive for a simple developer like...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
How to check the current Laravel version using the view? There are different ways of coding, I found multiple ways to current version find in Laravel.
Learn how to improve your PHP security with the PHP security checklist. Avoid PHP vulnerabilities form the OWASP top 10, follow infra security best practices an...
Get laravel 5 latest interview questions for freshers, 2, 3, 4, and 5 year experienced professional at Best Interview Questions. We have prepared best 40 larave...
Laravel has a number of useful little make commands. These allow you generate a new class based off a template but how easy is it to make your own command to do...
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.
I was assigned to a task to send email notification to all registered users when their thread has a new message and they weren’t able to read it. The solution w...
Let’s use Heroku to deploy PHP Hello World project into live within 5 minutes. This article contains very first basic steps to deal with Heroku auto deployment
There is a reason why DBA is a profession, the nuances of a database can lead anyone to insanity and MySQL nuances are no different. I don’t know these nuances...
For the sake of simplicity I will define a 3 tables, which is the student, teacher & classroom then having a schema that look like below: As you can see, the st...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...