Latest Laravel/PHP Articles

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


With Alpine 2.x and Spruce, you could define a global store and also a watcher for a particular store property: Anytime the counter.count property was updated,...
On July 7th, we made infrastructure upgrades on Laravel Forge to increase its stability and capacity. Due to the upgrades, we've updated the list of IP Addresse...
lets you play audio files in your browser and control them via Javascript API, and does the same thing with videos. Another important thing that HTML5...
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.
Kidd Tang 1 day ago· 5 min readM ost of the PHP applications are hosted either in LAMP or LEMP stack, Nginx+PHP-FPM combo is fast, easy to configure, and popula...
Want to check out an issue? Podcast (episodes): Play in new window | Download | Subscribe Use the form below to leave a comment: Join to the php[architect] anno...
Integrating Vue JS with various other platforms or existing applications is quite simple. It is extensible, simple, interesting, and innovative to create single...
We’d like to thank everyone who has tried the EAP builds and shared their feedback with us! If you’ve tried them too but haven’t had a chance to respond yet, pl...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Learn how to add Stripe's Checkout and Customer Portal products to your Laravel application using Laravel Cashier. Calling seeders from migrations allows you to...

blog.laravel.com

Laravel 9 Release Date
As you may know, this year we updated the Laravel release cycle to include one major release per year. These release changes would typically indicate that a Lar...

sebastiandedeyne.com

Leaner feature branches
Feature branches (or sometimes called topic branches) are used to develop new features for the upcoming or a distant future release. The essence of a f...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
As the framework matures, we are spoilt with choices to install Laravel on our development machine. Here is a summary of the ways I get my Laravel on my macOS I...
Sign in Hello Dev, Today, I want to share about how to integrating our Laravel App with Stripe. We know that stripe is the best way to create a payment gateway...

theoneamin.medium.com

CORS problem: Laravel- Vue SPA
Sign in theoneamin 1 day ago· 1 min read So I was recently working on a project where I had a Vue application on the front-end and Laravel in the backend. I was...

othmane-nemli.medium.com

Laravel WhereHas and With:
However, Eloquent can “eager load” relationships at the time you query the parent model. To illustrate the “N+1” query problem, consider a Book model t...