CrazyBoy49z
CrazyBoy49z 03.04.2024
Use The New Fluent Helper To Work With Multi-Dimensional Arrays In Laravel 11.2

Use The New Fluent Helper To Work With Multi-Dimensional Arrays In Laravel 11.2

This week, the Laravel team released v11.2, which includes a fluent() support helper, a context() helper, improved handling of a missing database during migrate commands, and more.

CrazyBoy49z
CrazyBoy49z 01.04.2024
Creating Your Own Php Helpers In A Laravel Project

Creating Your Own Php Helpers In A Laravel Project

Laravel provides many excellent helper functions that are convenient for doing things like working with arrays, file paths, strings, and routes, among other things like the beloved dd() function. You can also define your own set of helper functions for your Laravel applications and PHP packages, by using Composer to import them automatically.

CrazyBoy49z
CrazyBoy49z 29.03.2024
Deploying Laravel 11 With Reverb Websocket Support

Deploying Laravel 11 With Reverb Websocket Support

With the introduction of Laravel 11 and the new first party websocket package, Reverb, we're diving in how to get it set up, and how to deploy it to your server.

CrazyBoy49z
CrazyBoy49z 29.03.2024
Security Tip: Laravel 11'S Middleware Configuration

Security Tip: Laravel 11'S Middleware Configuration

[Tip#74] Laravel 11 shifts the default middleware into the framework itself and exposes configuration through the bootstrap/app.php class.

CrazyBoy49z
CrazyBoy49z 29.03.2024
Laravel Facades Vs Class Aliases

Laravel Facades Vs Class Aliases

Diving into the difference between Laravel's facades and class aliases.

CrazyBoy49z
CrazyBoy49z 25.03.2024
Cache Routes With Cloudflare In Laravel

Cache Routes With Cloudflare In Laravel

The Cloudflare Cache package for Laravel provides cacheable routes for Cloudflare, allowing you to serve millions of requests efficiently.

CrazyBoy49z
CrazyBoy49z 25.03.2024
Let's Take A Look At Building A Project In Go In Principle And How It Works In Gitlab Ci.

Let's Take A Look At Building A Project In Go In Principle And How It Works In Gitlab Ci.

Let's take a look at building a project in GO and how it works in Gitlab CI.

CrazyBoy49z
CrazyBoy49z 25.03.2024
What Is Ssh? A Beginner&Rsquo;S Guide To Secure Shell

What Is Ssh? A Beginner&Rsquo;S Guide To Secure Shell

The Secure Socket shell allows connecting to a remote host, managing files in the server, and much more! Learn more about what is SSH.

CrazyBoy49z
CrazyBoy49z 25.03.2024
Blind Spots In Working With Ssh

Blind Spots In Working With Ssh

SSH is a very powerful and flexible tool, but as practice shows, not everyone understands how it works and uses it correctly. The word Secure is part of the abbreviation...

CrazyBoy49z
CrazyBoy49z 18.03.2024
Use Ollama Llm Models Locally With Laravel

Use Ollama Llm Models Locally With Laravel

The Ollama Laravel package provides seamless integration with the Ollama API, giving you access to large language models locally in a Laravel project.

binance
CrazyBoy49z
CrazyBoy49z 04.03.2024
Phone Number Formatting, Validation, And Model Casts In Laravel

Phone Number Formatting, Validation, And Model Casts In Laravel

The Laravel Phone package makes working with phone numbers in PHP and Laravel a breeze, offering validation rules, attribute casting, utility helpers, and more.

CrazyBoy49z
CrazyBoy49z 04.03.2024
Git Revert Commit - How To Undo The Last Commit

Git Revert Commit - How To Undo The Last Commit

Say you're working on your code in Git and something didn't go as planned. So now you need to revert your last commit. How do you do it? Let's find out! There are two possible ways to undo your last commit. We'll look at both of them in this article. The revert command The revert command will create a commit that reverts the changes of the commit being targeted. You can use it to revert the last commit like this: git revert You can find the name of the commit you want to

CrazyBoy49z
CrazyBoy49z 04.03.2024
Why And How Use Laravel Resources

Why And How Use Laravel Resources

Laravel is a pretty nice PHP framework and provides a lot of useful features. One of them is Resource class. Very often we get some data from an ex. database and send it to our app client. Sending …

CrazyBoy49z
CrazyBoy49z 29.02.2024
Understand The Laravel Container Concept With Real Life Example

Understand The Laravel Container Concept With Real Life Example

Understand the Laravel Container Concept with Real Life Example and how it's work under the hood.

CrazyBoy49z
CrazyBoy49z 29.02.2024
Easily Manage Temporary Files In Laravel

Easily Manage Temporary Files In Laravel

Learn how Spatie's temporary-files PHP package makes working with temporary file paths a breeze in Laravel and other PHP projects.

CrazyBoy49z
CrazyBoy49z 23.02.2024
Laravel Environment: Docker, Devcontainer And Vs Code Debug

Laravel Environment: Docker, Devcontainer And Vs Code Debug

Laravel environment: docker, devcontainer and VS Code debug

CrazyBoy49z
CrazyBoy49z 20.02.2024
Handle Money Transactions In Eloquent With Laravel Wallet

Handle Money Transactions In Eloquent With Laravel Wallet

Laravel Wallet is designed for reliable and flexible payable transactions and handles the complex part of storing transactions in the database for precise calculations.

CrazyBoy49z
CrazyBoy49z 17.02.2024
How To Configure Laravel File Permissions On Your Server

How To Configure Laravel File Permissions On Your Server

Step-by-step instructions for setting correct file permissions for Laravel on your server. File permissions shouldn't be this difficult.

CrazyBoy49z
CrazyBoy49z 12.02.2024
Php Attributes In Laravel

Php Attributes In Laravel

The Laravel portal for problem solving, knowledge sharing and community building.

CrazyBoy49z
CrazyBoy49z 11.02.2024
Streamed Json Responses Added To Laravel 10.43

Streamed Json Responses Added To Laravel 10.43

The Laravel team released v10.43 with support for streamed JSON responses, passing a class name to register a global eloquent scope, a new insertOrIgnoreUsing() Eloquent method, and more.

Showing 20 of 428 results