Laravel is a popular and extremely user-friendly php framework for creating web resources. It creates projects of different levels of complexity with expressive and structured code and logical architecture. Laravel is maintained and dynamic, despite its young age (the first launch dates back to 2011), it has managed to grow a significant ecosystem and is considered one of the best frameworks.
CrazyBoy49z
CrazyBoy49z 20.04.2023
Reading Json Files In Laravel

Reading Json Files In Laravel

Read about how to use File::json() and Storage::json() in your Laravel apps to read JSON files. We also look at the differences between the two methods and how to add better error handling.

CrazyBoy49z
CrazyBoy49z 20.04.2023
Laravel Validate Package With Over 35 Pre-Built Rules

Laravel Validate Package With Over 35 Pre-Built Rules

The Laravel Validate package by Milwad simplifies Laravel validation with over 35 pre-built rule objects.

CrazyBoy49z
CrazyBoy49z 20.04.2023
Convert Heic Images To Jpeg In Php

Convert Heic Images To Jpeg In Php

The php-heic-to-jpg PHP package is the easiest way to convert HEIC (High-Efficiency Image Container) images to JPEG with PHP and Laravel framework.

CrazyBoy49z
CrazyBoy49z 19.04.2023
Laravel Ffmpeg Tools

Laravel Ffmpeg Tools

This package allows you to build FFMpeg strings in a fluent, easily maintainable way that feels familiar to php and Laravel devs.

CrazyBoy49z
CrazyBoy49z 11.04.2023
Useful Laravel Date Scopes For Eloquent Models

Useful Laravel Date Scopes For Eloquent Models

The Laravel Date Scopes package provides some helpful query scopes for your Laravel Eloquent models.

CrazyBoy49z
CrazyBoy49z 10.04.2023
The Best Practices Guide To Opentelemetry For Developers

The Best Practices Guide To Opentelemetry For Developers

OpenTelemetry is a free and open-source software initiative with the objective of supplying software developers with the means to create distributed systems.

CrazyBoy49z
CrazyBoy49z 09.04.2023
Creating Installer Commands For Laravel Packages

Creating Installer Commands For Laravel Packages

The Laravel Package Tools package by Spatie added a nifty feature we wanted to help share with the community: streamlined install commands for Laravel packages.

CrazyBoy49z
CrazyBoy49z 08.04.2023
Laravel Artisan Route Command: The Route:list Command

Laravel Artisan Route Command: The Route:list Command

The route:list command can be used to show a list of all the registered routes for the application. This command will display the domain, method, URI, name, ...

CrazyBoy49z
CrazyBoy49z 08.04.2023
15 Awesome Laravel Collection Methods

15 Awesome Laravel Collection Methods

Laravel eloquent is great. When we get the results from the eloquent, the collection is returned. Laravel collection methods are less known. These methods allow you to filter, modify, combine, slice and much more with the laravel collections. In this tutorial, we will look at 15 awesome collection methods.

CrazyBoy49z
CrazyBoy49z 08.04.2023
Browser-Level Image Lazy Loading For The Web

Browser-Level Image Lazy Loading For The Web

This post covers the loading attribute and how it can be used to control the loading of images.

binance
CrazyBoy49z
CrazyBoy49z 07.04.2023
Let's talk about Form Requests

Let's talk about Form Requests

Form Requests are best known for validation logic that will pre-validate for you. They are fantastic, and I lean on them heavily all the time.

CrazyBoy49z
CrazyBoy49z 07.04.2023
Laravel Expectations Plugin for Pest

Laravel Expectations Plugin for Pest

Pest Laravel Expectations is a Pest plugin that adds Laravel-specific expectations to the testing ecosystem.

CrazyBoy49z
CrazyBoy49z 07.04.2023
PlanetScale Database Migrations for Laravel

PlanetScale Database Migrations for Laravel

PlanetScale for Laravel is a package that helps you manage database migrations with Artisan and the PlanetScale API.

CrazyBoy49z
CrazyBoy49z 30.03.2023
Replace Raw Query Calls With Laravel Query Expressions

Replace Raw Query Calls With Laravel Query Expressions

The Query Expressions package for Laravel replaces raw query calls with expressions. Learn how this package can help you avoid writing database-specific queries.

CrazyBoy49z
CrazyBoy49z 29.03.2023
Combining Laravel Jetstream Teams with Spatie Permission

Combining Laravel Jetstream Teams with Spatie Permission

Use the popular Spatie Permission package with Laravel Jetstream Teams to manage your users roles and permissions.

CrazyBoy49z
CrazyBoy49z 28.03.2023
Flare, error tracker for Laravel

Flare, error tracker for Laravel

Flare is the only error tracker that suggests a fix.Think Ignition—your local error page—in production.

CrazyBoy49z
CrazyBoy49z 28.03.2023
Extending PHP 8.1 enums with attributes

Extending PHP 8.1 enums with attributes

Borrowed from the concept of annotations in other languages, PHP attributes can add powerful functionality to your enums.

CrazyBoy49z
CrazyBoy49z 28.03.2023
Static Analysis for Laravel Blade Templates

Static Analysis for Laravel Blade Templates

Bladestan adds static analysis in PHPStan for Blade templtes.

CrazyBoy49z
CrazyBoy49z 27.03.2023
How to choose between APM and an end-to-end monitoring tool

How to choose between APM and an end-to-end monitoring tool

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.

CrazyBoy49z
CrazyBoy49z 27.03.2023
Facades in Laravel: Do You Need To Use Them? [OPINION]

Facades in Laravel: Do You Need To Use Them? [OPINION]

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?

Showing 180 of 391 results