Download the PHP package giorgiopogliani/craftcms-starter-template without Composer

On this page you can find all versions of the php package giorgiopogliani/craftcms-starter-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package craftcms-starter-template

Craftcms Starter Template

Simple craft cms starter template fully responsive, built with Tailwind CSS, AlpineJS 3.0, ViteJS and Twig Components (like Laravel Blade Components but for twig).

Start

Copmlete the setup or edit your manually update your .env file to match your configuration. To manually install craft run this command.

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

Components with Twig Components

Blocks

Pages

Partials (in _layoyts)

Extensions

added functions, available globally with a twig extension, you can add your own at modules/extensions\UtilsExtension.php

Preview

craftcms-starter-template

Plugins

List of preinstalled plugins to solve common task when building a website.

Deploy

deploy.sh

Very simple script to upload all files to a remote location. It works as a wrapper of lftp or rsync. You can update the configuration at the start of the file.

deployphp/deployer

You can find a deploy.php that work with deployer, a zero down-time deploy utilty. You should update the configuration with your deatails to make it work. In the .github folder there is also a deploy.yml to deploy with github actions.

License

The MIT License (MIT). Please see License File for more information.


All versions of craftcms-starter-template with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0
ext-json Version *
craftcms/cms Version ^3.7
craftcms/redactor Version 2.8.7
ether/seo Version 3.7.3
nystudio107/craft-vite Version ^1.0
pennebaker/craft-architect Version 2.4.2
performing/twig-components Version ^0.5.0
sebastianlenz/linkfield Version 1.0.25
vlucas/phpdotenv Version ^3.4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package giorgiopogliani/craftcms-starter-template contains the following files

Loading the files please wait ....