Download the PHP package miranj/craft-boilerplate without Composer
On this page you can find all versions of the php package miranj/craft-boilerplate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package craft-boilerplate
Miranj Craft Boilerplate
A Craft CMS 5 starter project based on Miranj’s
project boilerplate (see craft4
or craft3
for the older versions).
Contents
- Features
- Usage
- Changelog
- License
Features
This starter project includes:
- Our modular templating architecture.
- Our multi-tiered caching architecture with full-page template caches in Craft, and FastCGI micro-caching in Nginx).
- A Gulp based build process that uses
- Server configuration files for Apache (dev) and Nginx (staging, production).
- A few Craft plugins, along with their config files:
- Prettier for auto-formatting (all non-Twig) code.
- Ready to import fields to speed up the project development process.
Usage
-
Open your terminal and run the following command:
composer create-project miranj/craft-boilerplate:dev-dev /path/to/project
-
Replace instances of
miranj/craft-boilerplate
andboilerplate
with the handle of the new project in the following locations:composer.json
package.json
.ddev/config.yaml
config/app.php
src/Module.php
serverconfigs/envs/production/env.conf
serverconfigs/envs/production/setup.conf
serverconfigs/envs/staging/env.conf
serverconfigs/envs/staging/setup.conf
-
Replace instances of "Miranj Craft Boilerplate" / and "Boilerplate" with the title of the new project.
-
Inspect all
FIXME
comments in the project and take necessary action. - Assign values to all shared environment variables in
.env.example
.
All versions of craft-boilerplate with dependencies
PHP Build Version
Package Version
Requires
craftcms/ckeditor Version
^4.1
craftcms/cms Version ~5.6.0
craftcms/store-hours Version ^4.2
marionnewlevant/twig-perversion Version v5.x-dev
miranj/craft-obfuscator Version ^1.2
mmikkel/child-me Version ^2.2
mmikkel/cp-field-inspect Version ^2.0
mmikkel/retcon Version ^3.1
nystudio107/craft-minify Version ^5.0
nystudio107/craft-typogrify Version ^5.0
spacecatninja/imager-x Version ^5.0
tailwindlabs/heroicons Version ^2.1
topshelfcraft/environment-label Version ^5.0
ttempleton/craft-nocache Version ^3.0
vaersaagod/seomate Version ^3.0@beta
verbb/element-index-defaults Version ^4.0
verbb/field-manager Version ^4.0
verbb/image-resizer Version ^4.0
verbb/navigation Version ^3.0
vlucas/phpdotenv Version ^5.6
wrav/oembed Version ^3.1
yiisoft/yii2-redis Version ^2.0
craftcms/cms Version ~5.6.0
craftcms/store-hours Version ^4.2
marionnewlevant/twig-perversion Version v5.x-dev
miranj/craft-obfuscator Version ^1.2
mmikkel/child-me Version ^2.2
mmikkel/cp-field-inspect Version ^2.0
mmikkel/retcon Version ^3.1
nystudio107/craft-minify Version ^5.0
nystudio107/craft-typogrify Version ^5.0
spacecatninja/imager-x Version ^5.0
tailwindlabs/heroicons Version ^2.1
topshelfcraft/environment-label Version ^5.0
ttempleton/craft-nocache Version ^3.0
vaersaagod/seomate Version ^3.0@beta
verbb/element-index-defaults Version ^4.0
verbb/field-manager Version ^4.0
verbb/image-resizer Version ^4.0
verbb/navigation Version ^3.0
vlucas/phpdotenv Version ^5.6
wrav/oembed Version ^3.1
yiisoft/yii2-redis Version ^2.0
The package miranj/craft-boilerplate contains the following files
Loading the files please wait ....