Skip to content

setiawandbuddy/codeigniter-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project can be used as a starter for a webapp built with CodeIgniter 3.1.

The user guide can be accessed online, and is not bundled here.

Additionally, index.php has been moved to a public folder, and an .htaccess file added there, for improved security.

index.php has been modified to reference the correct relative location of CodeIgniter's system and application folders. The application/config/config.php settings have been modified with defaults for the base_url and index_page config settings.

Configure your web server or virtual host so that your project's document root maps to this public folder inside your project.

If you wish to run your app from the command line, for testing, then the following, from your project root, would run it on port 8000:

cd public
php -S localhost:8000

Installation

This project is meant to be composer-installed:

composer create-project codeigniter3/starter3.1
composer update

Updates to the framework can then be incorporated with

composer update

Contributing

Thank you for considering contributing to Starter! The contribution guide can be found in the Codeigniter documentation.

Code of Conduct

In order to ensure that the Codeigniter community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

Codeigniter Starter is open-sourced software licensed under the MIT license.

About

App starter for CodeIgniter 3.1

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 97.7%
  • HTML 2.3%