Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kenjis/ci4-twig-sample

CodeIgniter 4 Twig Sample
https://github.com/kenjis/ci4-twig-sample

codeigniter4 twig

Last synced: about 1 month ago
JSON representation

CodeIgniter 4 Twig Sample

Awesome Lists containing this project

README

        

# CodeIgniter 4 Twig Sample

## Requirements

- PHP 8.1 or later
- `composer` command (See [Composer Installation](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos))
- Git

## Installation

~~~
$ git clone https://github.com/kenjis/ci4-twig-sample.git
$ cd ci4-twig-sample/
$ composer install
~~~

## How to Run

~~~
$ cd ci4-twig-sample/
$ php spark serve
~~~

Navigate to:
- http://localhost:8080/session_sample
- http://localhost:8080/markdown_sample

## References

- [CodeIgniter Simple and Secure Twig](https://github.com/kenjis/codeigniter-ss-twig)

## Related Projects for CodeIgniter 4.x

### Libraries

- [CodeIgniter 3 to 4 Upgrade Helper](https://github.com/kenjis/ci3-to-4-upgrade-helper)
- [CodeIgniter3-like Captcha](https://github.com/kenjis/ci3-like-captcha)
- [PHPUnit Helper](https://github.com/kenjis/phpunit-helper)
- [CodeIgniter4 Attribute Routes](https://github.com/kenjis/ci4-attribute-routes)
- [CodeIgniter Simple and Secure Twig](https://github.com/kenjis/codeigniter-ss-twig)
- [CodeIgniter4 Viewi Demo](https://github.com/kenjis/ci4-viewi-demo)

### Tutorials

- [CodeIgniter 4 News Tutorial](https://github.com/kenjis/ci4-news)
- [CodeIgniter 4 Validation Tutorial](https://github.com/kenjis/ci4-validation-tutorial)
- [CodeIgniter4 Code Modules Test](https://github.com/kenjis/ci4-modules-test)
- [CodeIgniter 4 File Upload](https://github.com/kenjis/ci4-file-upload)
- [CodeIgniter 4 QueryBuilder Batch Sample](https://github.com/kenjis/ci4-qb-batch-sample)

### Building Development Environment

- [CodeIgniter4 Application Template](https://github.com/kenjis/ci4-app-template)
- [CodeIgniter4 Composer Installer](https://github.com/kenjis/ci4-composer-installer)
- [docker-codeigniter-apache](https://github.com/kenjis/docker-codeigniter-apache)