From b695d14c3c5dbaa8ac219c43390c23d735b59c5a Mon Sep 17 00:00:00 2001 From: Mohammad Jamil Asfihani <51300528+mjamilasfihani@users.noreply.github.com> Date: Tue, 29 Jun 2021 00:20:05 +0700 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ffc262..838ccf4 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details. * [Spark Plug](https://github.com/rougin/spark-plug) - Another way to access CodeIgniter's instance. * [CodeIgniter-blockchain](https://github.com/mehdibo/Codeigniter-blockchain) - Library to use the Blockchain Wallet API * [CodeIgniter-recaptcha](https://github.com/mehdibo/Codeigniter-recaptcha) - Library to implement Google reCAPTCHA V2 +* [Assets Generator](https://github.com/mjamilasfihani/codeigniter-4-assets-generator) - Library for CI 4 for generating HTML template. ## Model * [Codeigniter-Model](https://github.com/yidas/codeigniter-model) - CodeIgniter 3 Active Record (ORM) Standard Model with Laravel Eloquent & Yii2 AR like From 9a110de2d7667a1606d66e1b517db099d5f17c2e Mon Sep 17 00:00:00 2001 From: Mohammad Jamil Asfihani <51300528+mjamilasfihani@users.noreply.github.com> Date: Thu, 19 Aug 2021 09:26:06 +0700 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 838ccf4..24a8aaa 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details. * [CodeIgniter-blockchain](https://github.com/mehdibo/Codeigniter-blockchain) - Library to use the Blockchain Wallet API * [CodeIgniter-recaptcha](https://github.com/mehdibo/Codeigniter-recaptcha) - Library to implement Google reCAPTCHA V2 * [Assets Generator](https://github.com/mjamilasfihani/codeigniter-4-assets-generator) - Library for CI 4 for generating HTML template. +* [CI4 Frontend](https://github.com/mjamilasfihani/codeigniter-4-frontend) - CI 4 template engine (BladeOne) and theming (Tatter\Assets). ## Model * [Codeigniter-Model](https://github.com/yidas/codeigniter-model) - CodeIgniter 3 Active Record (ORM) Standard Model with Laravel Eloquent & Yii2 AR like