Latest Laravel/PHP Articles

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


Deploying Laravel to Elastic Beanstalk with Runtime 2 (PHP 7.4) If you recently tried to deploy a Laravel app to elastic beanstalk using nginx + PHP 7.4 then yo...
When creating a factory with typeorm-factory, you have to make sure any dynamic data is handled within a closure, otherwise it'll only run once when the factory...
So, what are Laravel invocables? A lot of people might be wandering where and how to apply this pattern. To understand this article, you need: So, I wa...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
In a recent project, I had to add a constraint to a relationship to make sure it only loads one of a relationship data. Therefore if you have an application wit...
Date: July 11, 2020Version: Laravel 7.x Using the Laravel Eloquent Builder, thetoArray and toJson were not structuring the object in a way I preferred. ...
Binary search is used to find if a sorted iterable , that can be indexed , contains an element in O(nlog(n)) . It is faster than a a sequential search , where w...
By default Laravel Livewire’s pagination Blade template is using Bootstrap CSS classes. If the Laravel application is using Tailwind CSS instead of Bootstrap, t...
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.
There is a new kid on the block in the Laravel broadcasting space. If you are looking for an affordable, pay as you go, no configuration, scalable solution then...
An overview of real-time Laravel WebSocket broadcasting options. There are 4 main options out there for you to use as your Laravel broadcaster: Larasocket: A ne...
Prepros is a great tool to handle your generic build tasks like compiling Sass, process images, and bundle JavaScript. I like to use this small tool to simplify...
Driver based email verifier that helps you validate your emails inputs against different emails providers. If nothing happens, download Xcode and try again.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
pinba server accumulates and processes data and send it to data storage in your choice. It is not a secret that the most popular script in php framewor...
Charts of all types, shapes and sizes are a familiar sight across the web; especially within SAAS apps, news articles, or analytics tools, and if you’re develop...
A blog on PHP, JavaScript and more Amit Merchant · July 10, 2020 · ⋆ PHP Did you ever get in a situation where you’re seeing a function and its parameters and w...
I'm super excited to finally reveal a project that I have been working on for a couple of months already. Say hello to Laravel Playground: Laravel Playground is...