Latest Laravel/PHP Articles

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


🏝 If you like the content of this blog, I would really appreciate your vote in https://tuple.app/sends-you-on-vacation/' contest. Just search for "Freek Van der...
Laravel Async is a package that provides a straightforward way to run code asynchronous and parallel based on the Spatie Async wrapper for the Laravel applicati...
Laravel 9 has gained a https://laravel.com/docs/9.x/mail#attachable-objects. Using the Attachable interface, you can specify what should happen when an object g...
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.
🏝 If you like the content of this blog, I would really appreciate your vote in https://tuple.app/sends-you-on-vacation/' contest. Just search for "Freek Van der...
https://www.hostgator.com/blog/what-is-shared-hosting/ is one of the cheapest ways to deploy a Laravel application to a live server. In this article, you will l...
Working with strings can prove to be tricky in some scenarios. For instance, when building a cart for an eCommerce website, you may need to show the string “ite...
I talked before about BankAlt.com, the first side-project with dynamic PHP/MySQL functionality I ever shipped. In that article I expressed my desire to resurrec...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Hey guys. My name is Alex. I'm a software engineer in unicorn by day and the founder of a couple of SaaS projects by night (and evening sometimes). From Ukraine...
When working with databases with web applications, you never know when some query, which used to work fine, starts slowing down in some scenarios. For instance,...
By default Tailwind’s container does not center itself automatically and does not have any built-in horizontal padding. If you would like to configure tailwind...
When you are using TailwindCSS in some cases you might want to add a prefix to your tailwind utility classes so that it doesn’t mess up with your other library....
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Every application running on Vapor is powered by AWS Lambda, which allows us to run code without needing to think about servers. One of the biggest benefits of...
When you put the search form in your application, you need to use like query to get matched pattern. The LIKE a query is used in a WHERE clause to search for a...
Laravel Couponables is an amazing package that provides polymorphic coupon functionality for your Laravel application. The package requires PHP ^8.x and Laravel...
Hi guys, today I wanna talk about application performance improvement in terms of Caching. Caching is a strategy where you store a copy of the data in front of...