Laravel is one of the most popular PHP frameworks out there, and for good reason. It provides a powerful set of tools that make it easy to build complex web applications quickly and efficiently. One of the core concepts in Laravel is the idea of facades. Facades provide a simple way to access complex objects in a more intuitive and user-friendly way. In this article, we'll take a closer look at facades in Laravel and how they can be used to simplify your code.
-
posts
-
Facilitating External Process Execution with Laravel's Process Facade: A Practical Guide
-
Spatie Image Optimizer Health Check
Sometimes you figure out why the uploaded image is not progressive, while you use a media-library to handle the upload. This check will help you figure out if tools are installed on your server. -
Leading slashes in .gitignore
This is a friendly reminder to keep leading slashes in mind in .gitignore files. -
Generics via Attributes in PHP — Can We Have Them?
tl;dr: How about using generics in PHP attributes? -
What's new in PHP 8.2?
PHP 8.2 is right around the corner — let's take a look at what's new! -
What's new in Laravel 10?
-
Sorting Table with spatie/eloquent-sortable in Filament
When using spatie/eloquent-sortable, you have a extensive sorting function to your eloquent. -
Eloquent MySQL views
MySQL views are a way of storing queries on the database level, and producing virtual tables with them. In this post we'll look at why you want to use them and how they can be integrated in Laravel with Eloquent models. -
Laravel: New DB Commands
Following last week's release which focused on Artisan, this week's Laravel v9.24 release introduces three new database commands we think you will love. -
Optimal Laravel Pint Configuration
Base on my experience, this is what I'm usually coding style before laravel pint. -
Laravel Packages that Helps you Improve Applications
Coding can be a tedious task, and it's easy to get lost in the endless string of code. But there are tools out there that can help you streamline your workflow and make coding easier. -
New Laravel Doc Command
Released on v9.23. when running `php artisan doc collection` it will open the Laravel Collection documentation on your favorite browser. -
12 Best Linux Distros For Programming in 2022
Linux is a Unix-like operating system that was originally created by Linus Torvalds. Linux is typically packaged in a Linux distribution. It is free and open source. -
10 Settings to Simplify Work In PhpStorm in 2022
PhpStorm has a lot of great settings simplifying the developer’s work. But some very convenient settings are turned off by default. On the other hand, some rarely used ones are turned on by default. It could make work with the IDE slower than it could be. -
Is PHP dead?
-
Laravel: New "model:show" Command
As you may know, we recently introduced a fresh new look for Artisan. But, we're not quite done with our flurry of console improvements. -
Laravel: New "about" Command
After introducing a fresh new look for Artisan, we also took some time to identify new Artisan commands to improve your Laravel experience. We know - we're kind of obsessed. -
Laravel: Refreshing Artisan
Today's Laravel v9.21.0 release introduces an amazing new look for Artisan. In fact, almost all of the built-in Artisan commands have been totally reimagined to deliver a better experience. -
The evolution of PHP: from PHP 5.6 to PHP 8.2
I've got a pretty good example to illustrate how much PHP has changed over the past decade. -
Laravel Pint v1.0 Released
As you may have noticed a few weeks ago, we've open-sourced our latest package - Laravel Pint: an opinionated PHP code style fixer for minimalists. Pint is built on top of PHP-CS-Fixer and makes it simple to ensure that your code style stays clean and consistent. -
Introducing our new Laravel Options package
When developing web applications, you probably encounter a lot of places where someone needs to select one or more options in a select or multi-select. These select boxes always need a list of options with labels and values. -
Lumen Will Not Longer Maintain Anymore
Lumen will sunseting in the near future, so starting with a new project, lumen is now not recommended to use it as a api application. -
Handling Large Payload for Testing API
Generating test suite payload of large API can be mind-numbing if not implemented properly. Let us take a look on how to handle this in the best possible way.
loading data...