This repository is a curated list of general recommendations on how to use Laravel Livewire framework to meet enterprise concerns regarding the security, performance, and maintenance of Livewire components. Avoid passing objects to the component's public properties if possible. Use primitive types: strings, integers, arrays, etc. That's because Livewire serializes/deserializes your component's payload with each request to the server to share the state between the frontend & backend. If you...
IAPlatform is a base PHP framework nesting many other internet applications (as eXtensions), enabling interaction with them and bringing a whole new content management system. IAP is written in object-oriented PHP and uses SQL and XML as data sources.