Libraries tagged by Mountain Clans
mountainclans/livewire-ui
15 Downloads
Set of UI components for Livewire 3
mountainclans/livewire-translatable
11 Downloads
This is my package livewire-translatable
mountainclans/livewire-select
12 Downloads
This is my package livewire-select
mountainclans/laravel-polymorphic-model
10 Downloads
Пакет, добавляющий возможность хранить в одной таблице модели разных типов, имеющих общего предка
mountainclans/livewire-tiptap
10 Downloads
This is my package livewire-tiptap
mountainclans/livewire-phone-input
9 Downloads
Phone input component for Livewire 3
ropendev/pdomodel
2952 Downloads
PDOModel is a simple and light PHP class to maintain database, table and data easily.
manie20/dns
22 Downloads
A collection of classes and services to maintain a PHP class representation of a DNS zone file.
serj/sortable-tree
20 Downloads
A set of classes for Yii2 to create and maintain a tree.
kettasoft/booter
17 Downloads
The Laravel Model Event Booter package provides a flexible way to organize and manage model event handling in Laravel applications. It allows developers to define specific actions for model events (such as created, updated, deleted, etc.) by associating them with custom classes. The package simplifies the process of executing logic for model events and makes it easy to extend and maintain event-driven behavior.
almhdy/json-shelter
11 Downloads
The **JsonShelter** class provides a simple, file-based JSON database solution. It allows for creating, reading, updating, and deleting records in structured JSON format. With an intuitive interface, it manages data storage in specified directories, ensuring seamless access to your data. Each record is uniquely identifiable, simplifying data manipulation and organization. Ideal for lightweight applications or prototyping, **JsonShelter** is easy to implement and maintain, making it a suitable choice for developers looking for a straightforward database solution.
jackie/sorted-linked-list
6 Downloads
Class with sorted single linked list that can contain either integers or strings. Includes function for insert, update, read, count, and delete data.