CrazyBoy49z
CrazyBoy49z 12.10.2023
How To Add A Confirmation Dialog With Livewire

How To Add A Confirmation Dialog With Livewire

Livewire released a wire:confirm HTML directive to easily add a confirmation modal before performing an important or dangerous action.

CrazyBoy49z
CrazyBoy49z 11.10.2023
How To Find The Slowest Query In Your Application | Laravel.io

How To Find The Slowest Query In Your Application | Laravel.io

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

CrazyBoy49z
CrazyBoy49z 10.10.2023
Data Transfer Objects In Laravel- Why And How

Data Transfer Objects In Laravel- Why And How

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

CrazyBoy49z
CrazyBoy49z 10.10.2023
Laravel Volt

Laravel Volt

Laravel Volt is a new package that was announced during Laracon 2023. Volt brings the power of single file Livewire components to Laravel and it works seamlessly with Folio.Similar to how React and Vue developers can write single-file components, Laravel Volt brings single-file components to blade templates. This will allow developers to create powerful and interactive components that leverage the back-end and the front-end. Creating Components You can easily create a new Volt Component by running: php artisan…

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.

binance
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.

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!

Showing 80 of 428 results