Latest Laravel/PHP Articles

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


· October 26, 2020 · ⋆ PHP I’ve said it earlier and I’m saying it today as well that Composer is the backbone of modern development in the PHP landscape.
After moving my laravel application over to docker I noticed a huge performance impact. One of the pages had 5 api requests on load each taking around 2s, which...
Sometimes applications get written by interns. Once you introduce an auth system such as FusionAuth, you typically want to have all applications use it, even th...
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.
Once you start diving into the Laravel documentation you’ll find a lot of features that aren’t much talked about in the docs. There are a lot of powerful and ea...
Here's the problem we are trying to solve: Each time a product is updated, we want to dispatch a job that updates the search index. If several products were upd...
Hi, I will talk about the Singleton design pattern without going into too much detail.What are the b enefits of using a design pattern?There is 1 specific solut...

jmourajn.medium.com

Eloquent Search Examples
Let's start with a basic scenario, A tenant has N users, each user has a config and a profile: Bring all users wich have: user column is_active in config relati...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Isn't that one of the many, manyavailable Laravel Forge CLI tools? So, yeah - Forge CLI is a CLI tool to interact with your Laravel Forge provisioned s...
Laravel Sanctum is a lightweight authentication system for SPAs and mobile, it’s the token based APIs, here is a simple example with Vue.js. Firstly, initial th...
Macros are ready-made functions, made available by Scriptcase, to assist in the construction of our projects. Whether you are a basic, intermediate or advanced...
Here are the steps you can follow to install swagger to your PHP application. Step open your project in Visual Studio Code or any editor open terminal and Go to...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.

levelup.gitconnected.com

Microservices with PHP and Lumen
PHP was developed in 1994 by Rasmus Lerdorf as a simple way to intermix code executed on the server and standard HTML. It was translated to pure HTML on the ser...
PHP is a decent web application language that is improving itself regularly. Most of them are subjective and have more to do with how an individual programmer t...

sebastiandedeyne.com

Going deep
Lots of people make the mistake of thinking there’s only two vectors you can go to improve performance, high or wide. There’s a third direction you can go, I ca...
· October 20, 2020 · ⋆ Laravel It would be useful sometimes when you’re not sure if you want to insert or update records and you’d let the system decide that....