indigophp / base
IndigoPHP base component
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:fuelphp-component
Requires
- php: >=5.4.0
- composer/installers: dev-master
- indigophp/base-theme: dev-develop
This package is auto-updated.
Last update: 2021-11-24 09:13:22 UTC
README
IndigoPHP Base component.
Install
Via Composer
$ composer require indigophp/base
Usage
If not using with the indigophp/indigophp repo put this into public/index.php
$this->router->get('themes/{segment}/{any}') ->filters([ 'controller' => 'Indigo\Common\Controller\Assets', 'action' => 'index', ]);
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.