Latest Laravel/PHP Articles

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


Once logged in, click on EC2. Then click Instances in the left menu and then click Instance Launch button. The SSH key you chose when creating your EC2...
Learn how to add Stripe's Checkout and Customer Portal products to your Laravel application using Laravel Cashier. Follow along as we build a drop down componen...
If you are here then you probably has troubles with image orientation after uploading on server? Problem is related to metadata which are saved in your...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.

alexandru-dumitru.medium.com

Laravel API Auth with Sanctum
But you already know that since you are here. In the following lines we will build an authentication system using sanctum. I also recommend to set a he...
At Rigor Guild, we love movies! and we are extremely happy to announce that we are helping one of the most important streaming platforms in Spain, Portugal, and...
The Laravel team released 8.36 with a custom stub option when creating controllers, a useCurrentOnUpdate method for blueprint datetime columns in MySQL, a dispa...
Sign in Azen Moktan Config folder contains one of the important files in laravel.it contains main setting for your laravel application for example data...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.

zubairidrisaweda.medium.com

Faking It Till You Make It
In this article, you would learn: It is assumed that you know basic PHP if you are reading this. Most times when we have to develop applications with dummy data...
Each client has their data logically or physically separated from each other to avoid data leak from one client from the other. The biggest SaaS software today...

stefan-netbrothers.medium.com

Version Control with MySQL Triggers
Version control and versioning in Symfony and Doctrine based on SQL-Triggers: Our NetBrothers VersionBundle creates versions for records in the SQL-database on...
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. You can listen on YouTube or...
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.
In the PHP world, this usually mean a .env file in the root of your project. Most modern frameworks, such as Laravel and Symfony, come with built in support for...
For many developers, event sourcing is a magical beast that's used to build extremely complex, often distributed projects. And there's good reason for that: eve...

iwasherefirst2.medium.com

How do Laravel sessions work?
Before we start, let us recap what a session actually is: Your web application can store whatever it wants on the clients cookie. For example, the username and...

arohi-adhyaru.medium.com

Say Hello to Laravel Livewire!
Developing tools like vue and React are considered robust frameworks for the developing process, but they can also make things more complicated. Let me introduc...