Skip to content

aphofstede/codeigniter3-example

Repository files navigation

codeigniter3-example

Example project using CodeIgniter 3

Installation

  • (Optional?) Run composer install
  • Run touch database.sqlite to create the file where the database will be
  • Make sure you have SQLite
  • Run migrations using php index.php migrate (You might have to disable some paths in application/config/routes.php)
  • (Optional?) chmod +x server.sh
  • Run ./server.sh to start the server
  • Go to http://localhost:8001/ and you should see an empty page showing "News articles"

About

Example project using CodeIgniter 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages