Bladestan adds static analysis in PHPStan for Blade templtes.
Designers interested in learning more about CSS, HTML5, and CSS3 should follow these five informative CSS blogs.
APM tools give insights into key performance indicators such as response time, request volume, error rates, resource utilization, and more. This data can be used to identify problems in code execution, detect memory leaks, or any other issue that may be affecting the web service's performance.
Have you ever used Auth::user() in Laravel? So yeah, that Auth is a Facade. Question: do you actually need to know how they work, and would you need to create your own facades?
A common challenge in testing is not only HOW to test something, but WHAT you can test. That's why I have made a list of all the things I like to test in my applications.
As developers, we often map business processes to digital processes, from sending an email to something quite complex. Let's look at how we can clean this up.
What is rel = canonical and what is its purpose? ✅ How to mark a canonical link? ✅ Canonical URLs - when to configure them? ✅ Rules for forming canonical links, checking and errors of using rel = canonical ✅ When the rel = canonical attribute does not work? ➨ We answer all questions in our article!
The Laravel team released an update to the Laravel Breeze starter kit that includes typescript support.
The Laravel team released v10.4 with a File::json() method, converting existing HasMany relationships to a HasOne relationship, and more.
GPT-3 is the best known text generation model on the market today but is expensive to use. Open source alternatives are now available. Here is a detailed comparison of GPT-3 and its competition.
Sometimes we don't want users to have passwords. Sometimes we want to send a magic link to a user's email address and have them click to gain access.
PEST, a testing framework that focuses on simplicity, has just launched v2.0. See what's new in this major milestone release.
Alpine.js is a new lightweight JavaScript framework which uses the approach of adding behaviour directly within your HTML markup. According to the documentation; Alpine.js offers you the rea…
In this article, we'll look at how Google Analytics information can be accessed in PHP using the API it provides and a service account.
In this article, we will explore five valuable tricks for working with the Laravel HTTP Client that can make your development experience more efficient and enjoyable.
Discover the best approach for saving the position of cards in a Kanban board using Laravel and InertiaJS. This article delves into the details of building a kanban board and allowing users to drag/drop cards within the same column or across multiple columns. The focus is on using InertiaJS on the front end and the Elo...
Recently I came across a unique approach to loading routes into Laravel applications, and I wanted to share this amazing idea with you.
Let's quickly walk through the setup to get started on Parallel testing in Laravel and setting up code coverage reports to analyze how much of our code is tested.
Using the One Time Operations package for Laravel, you can execute code one time after deployments just like you do it with migrations!