Latest Laravel/PHP Articles

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


Sometimes you want to spin up a process, but the port it wants to bind to is already in use. Or a port isn’t listening to a process as you expected. Th...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.

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...
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...