This package is abandoned and no longer maintained. No replacement package was suggested.

IndigoPHP base component

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:fuelphp-component

dev-develop 2014-11-06 00:08 UTC

This package is auto-updated.

Last update: 2021-11-24 09:13:22 UTC


README

Packagist Version Total Downloads Software License

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.