Download the PHP package rougin/ignite without Composer
On this page you can find all versions of the php package rougin/ignite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rougin/ignite
More information about rougin/ignite
Files in rougin/ignite
Package ignite
Short Description Yet another Codeigniter 3 project template.
License MIT
Homepage https://roug.in/ignite/
Informations about the package ignite
Ignite
Ignite is yet another Codeigniter 3 project template with a twist:
- Moved the
application
directory as the root directory; and - Created a
public
directory to store the mainindex.php
file.
Installation
Use Composer to create a new Ignite
-based Codeigniter 3
project:
Running in local
To run the application for development, the built-in web server of PHP can be used:
[!NOTE] The built-in web server is only available for PHP versions
v5.4
and higher.
After running the web server, access http://localhost:4464
in a web browser.
Featured packages
Ignite
also provides default configuration for the following third-party packages below. These packages improve quality of development when writing code under Codeigniter 3
:
Combustor is a utility package for Codeigniter 3
that generates controllers, models, and views based on the provided database tables. It uses the Describe package for getting columns from a database table and as the basis for code generation.
Refinery is a console-based package of Migrations Class for Codeigniter 3
. It also uses the Describe package for retrieving the database tables for creating database migrations.
Changelog
Please see CHANGELOG for more information what has changed recently.
Credits
License
The MIT License (MIT). Please see LICENSE for more information.