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

This package is auto-updated.

Last update: 2024-10-16 07:56:10 UTC


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

  1. Add flag in case when livewire is in use.
  2. Comment config file.
  3. Comment and document code
  4. Add tests
  5. Add check for already existing file
  6. Refactor

Credits