This is the package nguyenanhung/codeigniter3-skeleton
, customized, packaged, and configured to be suitable for
deployment on the Serverless Vercel application.
In this package, the main modifications are related to configuration to make it suitable for deployment. There isn't
much difference compared to the codeigniter3-skeleton
package.
{
"version": 2,
"framework": null,
"functions": {
"api/**/*.php": {
"runtime": "[email protected]"
}
},
"outputDirectory": "public",
"routes": [
{
"src": "/assets/(css|favicon|images|js)/(.*)",
"dest": "assets/$1/$2"
},
{
"src": "/(.*)",
"dest": "/api/index.php?/$1"
}
]
}
[email protected]
- Node 18.x / PHP 8.3.x (https://example-php-8-3.vercel.app)[email protected]
- Node 18.x / PHP 8.2.x (https://example-php-8-2.vercel.app)[email protected]
- Node 18.x / PHP 8.1.x (https://example-php-8-1.vercel.app)[email protected]
- Node 18.x / PHP 8.0.x (https://example-php-8-0.vercel.app)[email protected]
- Node 18.x / PHP 7.4.x (https://example-php-7-4.vercel.app)
Run the following command to install the nguyenanhung/codeigniter3-vercel-skeleton
application and deploy a new
project:
composer create-project nguyenanhung/codeigniter3-vercel-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-vercel-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/
First, make sure you have the Vercel CLI installed. If you haven't already, you can install it using npm (Node.js package manager):
npm install -g vercel
- Navigate to your project directory containing the
nguyenanhung/codeigniter3-vercel-skeleton
application. - Now, you need to log in to your Vercel account if you haven't already. Run the following command and follow the prompts:
vercel login
Once logged in, you can deploy your project using the Vercel CLI. Run the following command:
vercel --prod
This command will deploy your project to Vercel with production settings. Vercel will provide you with a unique URL for your deployed application.
Visit the provided URL in your web browser to access your deployed CodeIgniter v3 application on Vercel.
That's it! Your application should now be deployed on Vercel with full compatibility. If you encounter any issues or need further assistance, feel free to ask.
I have released a packaged distribution ready for deployment on On-Premise Servers or Cloud servers like AWS, GCP here: https://github.com/nguyenanhung/codeigniter3-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 | [email protected] | @nguyenanhung | @nguyenanhung |