Download the PHP package vch/craft-starter-template without Composer
On this page you can find all versions of the php package vch/craft-starter-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vch/craft-starter-template
More information about vch/craft-starter-template
Files in vch/craft-starter-template
Package craft-starter-template
Short Description Learning Technologies Craft CMS Starter Template
License BSD-3-Clause
Informations about the package craft-starter-template
Learning Tech Craft CMS Starter Template
Simple craft cms starter template fully responsive, built with Petite Vue, ViteJS and Twig Components (like Laravel Blade Components but for twig).
How to Use
The template will then automatically run the following commands:
- composer install
- php craft setup/welcome
- php craft plugin/install vite
If you cancel out of this, you may need to rerun these commands
After installing craft install the vite plugin, then you can install dependencies and start vite dev server.
If your environment is dev, the vite plugin will try to access the dev server, in production the vite plugin will try to access compiled assets. More info at https://nystudio107.com/docs/vite/
Macros
- Image
Components with Twig Components
- button
Pages
- 404
- 503
Partials (in _layoyts)
- favicon (with asset field in globals)
- footer
- header
- seo (ether/seo plugin)
Extensions
added functions, available globally with a twig extension, you can add your own at modules/extensions\UtilsExtension.php
Plugins
List of preinstalled plugins to solve common task when building a website.
License
The MIT License (MIT)
All versions of craft-starter-template with dependencies
craftcms/redactor Version 3.0.2
nystudio107/craft-vite Version 4.0.3
performing/twig-components Version ^0.5.2
vlucas/phpdotenv Version ^5.4.0