ezitisitis / component-factory
Some description here
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 3
pkg:composer/ezitisitis/component-factory
Requires (Dev)
- symfony/console: ^5.1.4
- symfony/filesystem: ^5.2.6
README
This package is made to ease a little "element-component" pattern development.
Setup
This section contains all the information regarding to setup and environment configuration.
Composer
To install this package run:
composer require --dev ezitisitis/component-factory
NB! This package is not thought for production environment.
Config
To publish config execute:
php artisan vendor:publish --tag=component-factory-config
Configurable
TO-DO
- Add flag in case when livewire is in use.
- Comment config file.
- Comment and document code
- Add tests
- Add check for already existing file
- Refactor