Latest Laravel/PHP Articles

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


I have been working in a Laravel project which requires me to generate a good amount of users’ dummy data to our databases automatically. In other words, databa...
Want to learn how to create a Laravel application that is ready to scale? In this tutorial we’ll explore how to create your Laravel application, hook it up to a...
When you build assets (js, css, images) in Laravel applications, Laravel Mix is very useful. Laravel Mix is a wrapper for Webpack and you can build Vue.js compo...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Laravel Telescope provides insights into the requests coming into your application, exceptions, log entries, database queries, queued jobs, mail, notifications,...
It happens from time to time that your Laravel app is doing better than ever. You can tell that because you see no exceptions arriving to Rollbar at all. Earlie...
I enjoyed reading this question on Stack Overflow: What is (functional) reactive programming? I thought I’d take a stab at an explanation of what reactive progr...
Step 1: Open build.sh. “stackery/php-lambda-layer add mysql” is published by Nick Anthony
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
But instead of just creating an exact copy of what Jeffrey is building, instead I am trying to change things up as much as possible along the way. In doing so,...
What is Firebase? Firebase is a Backend-as-a-Service — BaaS — that started as a YC11 startup and grew up into a next-generation app-development platform on Goog...
Sometimes you want to have a route that only accepts AJAX calls, or at least protect them if they are not AJAX calls. This function will return a true or false...
When we have an existing database with existing multiple records with set password, encrypted with a specific encrypt technique and then we try to immigrate to...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Disclaimer: This example was presented during the Laravel Paris Meetup on November 7th 2018, you can watch the video here. Zenaton is about giving everyone the...
Urban Legends and myths. It starts with Santa Claus when we are children to when we become adults and believe in the 5-second rule (some readers will die by it...
“Our GitLab CI pipeline for Laravel applications” is published by Freek Van der Herten
Most modern frameworks (such as Laravel) have this feature, where the user can programmatically add records to a database. This is particularly useful because l...