Latest Laravel/PHP Articles

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


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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...

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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.

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

blog.laravel.com

Forge: Enabling TLS 1.3
As of today, newly issued LetsEncrypt certificates on Laravel Forge servers that run on Ubuntu 20.04 have TLS 1.3 enabled by default. TLS 1.3 offers a faster ha...
Today, my colleague Freek asked for help embedding the webview of an email campaign in an iframe. He needed it in an iframe because embedding the HTML directly...