The Skeleton version serves the deployment of web applications using the CodeIgniter v3 Framework
. It has been
repackaged into packages for the purpose of rapid application deployment.
This source is packaged to support both the MVC and HMVC models with BaseControllers and BaseModule classes, making it easy to deploy, extend quickly, and robust.
The Changelog information is updated at: https://github.com/nguyenanhung/codeigniter3-skeleton/blob/master/CHANGELOG.md
Run the following command to install the nguyenanhung/codeigniter3-skeleton
application and deploy a new
project:
composer create-project nguyenanhung/codeigniter3-skeleton [my-app-name]
Replace [my-app-name]
with the name of your new project directory, for example, my-website
:
composer create-project nguyenanhung/codeigniter3-skeleton my-website
Start PHP Server:
composer start
Open Service in URL
http://localhost:8080/
Quickly deploy the application with a pre-built Docker container:
Build the Docker container:
docker-compose build
Start the application on Docker:
docker-compose up -d
Add url to hosts file
sudo vi /etc/hosts
Add the following line:
127.0.0.1 app.codeigniter3.io
Open Service in URL
http://app.codeigniter3.io/
I have released a packaged distribution ready for deployment on Vercel Serverless here: https://github.com/nguyenanhung/codeigniter3-vercel-skeleton
This skeleton is publicly available as open source, and anyone can use it for their own purposes under
the GNU GENERAL PUBLIC LICENSE v3 or later
.
I am not responsible for any specific use of this source code.
If you have any questions related to the use of this source code, please contact me through the following information:
Name | GitHub | ||
---|---|---|---|
Hung Nguyen | dev@nguyenanhung.com | @nguyenanhung | @nguyenanhung |