Download the PHP package lara-zeus/chaos without Composer
On this page you can find all versions of the php package lara-zeus/chaos. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package chaos
Chaos
Chaos is the mythological void state preceding the creation of the universe.
[](https://packagist.org/packages/lara-zeus/chaos) [](https://github.com/lara-zeus/chaos/actions?query=workflow%3Arun-tests+branch%3A1.x) [](https://github.com/lara-zeus/chaos/actions?query=workflow%3Afix-php-code-style-issues+branch%3A1.x) [](https://packagist.org/packages/lara-zeus/chaos) [](https://github.com/lara-zeus/chaos)
💖 if you think this has potential, star ⭐️ the project to let me know :)
Support Filament

Opinionated Filament Setup
provide extra layer between you app and Filament, dont worry about generic column like timestamps and stuff.
and some more perks, more details coming soon.
Installation:
ChaosModel
trait:
- add action by
- checks for
isUsingActionBy
andisUsingSoftDelete
'ChaosResource' to extend all resources
- set lang file per resource
- set the Model Label and Plural Model Label
- add the soft delete scope
- lazy load the actions by relations
ChaosForms
class
- all forms will have the same looks and functionalty
- add a side column for timestamps and action by
- you can add side section
- usage:
ChaosInfos
ChaosTables
- add timestamps columns, hidden by default
- add actions by with popover for user info
- add all defualt actions per row
- view
- edit
- delete
- force delete
- restore
- add soft delete filters
- set pagination 25
- set default sort by id desc
- set bulk actions
- usage:
ChaosEditRecord
class
- add header actions:
- view and delete
ChaosListRecords
class
- add header actions:
- create
ChaosViewRecord
class
- add header actions:
- edit
All versions of chaos with dependencies
filament/filament Version ^3.0
lara-zeus/popover Version ^1.0
spatie/laravel-package-tools Version ^1.16