Do you want your clients to be able to install a CodeIgniter project just like they do with WordPress or any other CMS? This CodeIgniter package allows users who don't use Composer, SSH etc to install your application just by following the setup wizard. The current features are :
- Check For Server Requirements.
- Check For Folders and Files Permissions.
- Ability to set database information.
- Seed The Tables.
- Download CodeIgniter zip file.
- Backups file
autoload.php
,config.php
,database.php
,routes.php
- and then, rename file
autoload.php.install
=>autoload.php
config.php.install
=>config.php
database.php.install
=>database.php
routes.php.install
=>routes.php
- configure before install
config/installer.php
/install
- Install Routes Notes
- In order to install your application, go to the
/install
route and follow the instructions. - Once the installation has ran the empty file
installed
will be placed into the/application
directory. If this file is present the route/install
will abort to the default page.
- In order to install your application, go to the
- If you have any suggestions please let me know : https://github.com/zhiephie/ci-installer/pulls.
- Please help us provide more languages for this awesome package please send a pull request https://github.com/zhiephie/ci-installer/pulls.
CodeIgniter Web Installer is licensed under the MIT license. Enjoy!