Skip to content

Sample of CodeIgniter3 News Tutorial upgraded to CodeIgniter4 using ci3-to-4-upgrade-helper

License

Notifications You must be signed in to change notification settings

kenjis/ci3-to-4-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upgrade CodeIgniter3 News Tutorial to CodeIgniter4

This repository is a sample of CodeIgniter3 News Tutorial upgraded to CodeIgniter4 using ci3-to-4-upgrade-helper.

See https://codeigniter.com/userguide3/tutorial/index.html.

Folder Structure

ci3-to-4-news/
├── app/
├── tests/
├── composer.json
├── composer.lock
├── public/
│   ├── .htaccess
│   └── index.php
└── vendor/
    └── codeigniter4/
        └── framework/

Requirements

How to Use

Installation

$ git clone https://github.com/kenjis/ci3-to-4-news
$ cd ci3-to-4-news/
$ composer install

Database Migration and Seeding

$ php spark migrate
$ php spark db:seed NewsSeeder

Run PHP built-in Server

$ php spark serve

Run PHPUnit Tests

$ composer test

Related Projects for CodeIgniter 4.x

Libraries

Tutorials

Building Development Environment

About

Sample of CodeIgniter3 News Tutorial upgraded to CodeIgniter4 using ci3-to-4-upgrade-helper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published