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 10.10.2023
Eloquent Get() Vs Chunk() Vs Lazy() Benchmarks

Eloquent Get() Vs Chunk() Vs Lazy() Benchmarks

As developers, our choices can greatly impact the performance and memory usage of our applications. Laravel offers us a variety of methods for data retrieval from databases, such as get(), chunk(), and lazy().

CrazyBoy49z
CrazyBoy49z 10.10.2023
Form Request Tester Package For Laravel

Form Request Tester Package For Laravel

The Laravel Form Request Tester package is a collection of helpers that help test form requests.

CrazyBoy49z
CrazyBoy49z 10.10.2023
Remove

Remove "Final" Keywords From Classes And Methods In Vendor Packages With Unfinalize

Unfinalize is a package that uses PHP CS Fixer to permanently remove `final` keywords from composer vendor packages.

CrazyBoy49z
CrazyBoy49z 09.10.2023
Tomato Php

Tomato Php

Tomato PHP is a new tool built on Laravel and Splade with tons of plugins and helpers to help build your app.

CrazyBoy49z
CrazyBoy49z 08.10.2023
Configure And Display A Schedule Of Opening Hours In Php

Configure And Display A Schedule Of Opening Hours In Php

Opening Hours is a PHP package by Spatie to query and format a set of business operating hours.

CrazyBoy49z
CrazyBoy49z 08.10.2023
Desktop And Mobile User Agent Parser

Desktop And Mobile User Agent Parser

The jenssegers-agent package is a desktop/mobile user agent parser with support for Laravel, based on MobileDetect.

CrazyBoy49z
CrazyBoy49z 08.10.2023
Unlocking Real-Time With Websockets In Laravel With Soketi

Unlocking Real-Time With Websockets In Laravel With Soketi

Simple example of how to use WebSockets in Laravel app using Soketi

CrazyBoy49z
CrazyBoy49z 08.10.2023
Wirebox: Your Livewire Playground Awaits

Wirebox: Your Livewire Playground Awaits

Experience Laravel Livewire component development like never before, from your browser, with Wirebox by Philo Hermans.

CrazyBoy49z
CrazyBoy49z 08.10.2023
Manage A User's Browser Sessions In Laravel

Manage A User's Browser Sessions In Laravel

The Browser Sessions Laravel package by Chris Mellor enables users to manage and monitor their active browser sessions.

CrazyBoy49z
CrazyBoy49z 08.10.2023
Github Contributions Generator

Github Contributions Generator

Here is a fun tool to see all your GitHub contributions in one image.

binance
CrazyBoy49z
CrazyBoy49z 10.09.2023
Laravel 10 Roles And Permissions Without Package

Laravel 10 Roles And Permissions Without Package

In this tutorial, I will create a complete Laravel 10 roles and permissions without a package.

CrazyBoy49z
CrazyBoy49z 08.09.2023
Boost Your Eloquent Models With Laravel Lift

Boost Your Eloquent Models With Laravel Lift

Lift lets you create public properties in Eloquent Models that match your table schema. This makes your models easier to read and work with, in any IDE.

CrazyBoy49z
CrazyBoy49z 08.09.2023
Data Validation In Laravel

Data Validation In Laravel

Today's post is again a little bit about the obvious thing, data validation. Why you need validation, how to use it, custom rules, and why you need to use a Form Request for validation. If we talk about the projects that I came across on freelancing, very often receiving data from a user looked like this: What could be the resulting problem? With such receipt of data from the user, the developer opens up the possibility of carrying out two types of attacks on his application: XSS (Cross-Site Scripting) ...

CrazyBoy49z
CrazyBoy49z 08.09.2023
Create Tables For Your Models With Livewire Tables

Create Tables For Your Models With Livewire Tables

The Livewire Tables package brings dynamic tables for models to Laravel Livewire. This package has lots of customization options and is easy to get started with.

CrazyBoy49z
CrazyBoy49z 25.08.2023
Livewire V3 Has Been Released

Livewire V3 Has Been Released

Livewire v3 Has Been Released

CrazyBoy49z
CrazyBoy49z 23.08.2023
Firstorcreate() Vs Createorfirst()

Firstorcreate() Vs Createorfirst()

What is the difference between firstOrCreate and createOrFirst? Lets take a look!

CrazyBoy49z
CrazyBoy49z 22.08.2023
Ai-Powered Tools For Developers - From Code To Completion

Ai-Powered Tools For Developers - From Code To Completion

DocuWriter.ai provides you with many AI-powered tools to generate Code documentation, Tests, and Code Refactors from your source code files.

CrazyBoy49z
CrazyBoy49z 22.08.2023
Lightweight Permissions For Laravel With Ladder

Lightweight Permissions For Laravel With Ladder

Ladder is a package by Enea Dhiamandi that offers feather-light permissions for Laravel.

CrazyBoy49z
CrazyBoy49z 22.08.2023
Build Onscroll Load More In Laravel 9 With Livewire Package

Build Onscroll Load More In Laravel 9 With Livewire Package

Throughout this tutorial, you will determine how to load more data on page scroll in the laravel using the laravel livewire package.

CrazyBoy49z
CrazyBoy49z 22.08.2023
Enumconcern - Effortless Enumeration Handling In Php

Enumconcern - Effortless Enumeration Handling In Php

EnumConcern is a PHP package designed to enhance the management of Enums, providing a versatile suite of methods for handling, conversion, customization, and utility. Integrated with Laravel Collections, it offers a seamless experience for developers working with Enums in PHP

Showing 80 of 392 results