ezitisitis / component-factory
This package is abandoned and no longer maintained.
No replacement package was suggested.
Some description here
v1.1.2
2021-05-06 20:40 UTC
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