phxlang / composer-phx-plugin
Loads PHX files
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^1.1
- composer/composer: ^1.5.0
- phxlang/phx: ^1.0.0
This package is not auto-updated.
Last update: 2025-03-02 06:13:41 UTC
README
This plugin enables Composer to autoload .phx
files properly.
Installation
Add the plugin as a dependency in the project's composer.json
:
composer require phxlang/composer-phx-plugin
Now you can work with .phx
files in your project and use all the features of PHX.