Download the PHP package manuelgil/ci4-mustache without Composer
On this page you can find all versions of the php package manuelgil/ci4-mustache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download manuelgil/ci4-mustache
More information about manuelgil/ci4-mustache
Files in manuelgil/ci4-mustache
Package ci4-mustache
Short Description 🔥 Boilerplate: Mustache template engine for CodeIgniter 4 framework
License MIT
Informations about the package ci4-mustache
Codeigniter 4 with Mustache Template Engine
🔥 Boilerplate: Mustache template engine for CodeIgniter 4 framework. This project is a simple and fast way to start a new project with CodeIgniter 4 and Mustache Template Engine.
This project is based on the Codeigniter 4 with Template Engine.
Requirements
- PHP 8.1 or later
Installation
Copy this project
- Clone or Download this repository
- Unzip the archive if needed
- Rename the folder if needed
- Start a Text Editor (VSCode, Sublime, PHPStorm, etc)
- Add the project folder to the editor
Install the project
You can install this project via composer with the following commands:
Development
-
Required a composer installation.
- Downloading composer.phar.
Production
-
Required a composer installation.
- Downloading composer.phar.
Configure the project
-
Copy the
env
file and call it.env
. -
Edit the environment variables in the .env file as you need.
-
Make www-data the owner to
writable
folder. - Start project
Built With
- CodeIgniter 4.5.4 (CodeIgniter)
- Mustache Template Engine - Snippets & Autocomplete for VSCode (Mustache Template - Snippets & Autocomplete)
Changelog
See CHANGELOG.md
Contributing
Thank you for considering contributing to alternative admin. The contribution guide can be found in the CONTRIBUTING.md.
Code of Conduct
In order to ensure that the alternate admin community is welcoming to all, please review and abide by the CODE_OF_CONDUCT.
Authors
- Manuel Gil - Owner - ManuelGil
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the MIT for details.
All versions of ci4-mustache with dependencies
codeigniter4/framework Version ^4.0
codeigniter4/translations Version ^4.0
mustache/mustache Version ^2.14