Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kenjis/ci4-twig-sample
- Owner: kenjis
- License: mit
- Created: 2023-11-26T03:03:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T05:46:32.000Z (about 1 year ago)
- Last Synced: 2024-10-15T00:20:18.229Z (3 months ago)
- Topics: codeigniter4, twig
- Language: PHP
- Homepage:
- Size: 118 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)