Basic templates to use for starting a new Craft 3 based website.
This command installs Craft at httpdocs and requires the document root for the webserver to be httpdocs/web. Use the remove directory command to remove httpdocs before installing Craft.
rm -rf httpdocs
composer create-project craftcms/craft httpdocs
After Craft installation, cd into httpdocs and run either the Standard or Basic plugin installation command.
Copy/paste composer command to install all the standard use plugins:
composer require nystudio107/craft-seomatic solspace/craft-freeform verbb/navigation superbig/craft3-templateselect craftcms/redactor fruitstudios/linkit verbb/super-table
Copy/paste composer command to install only necessary plugins for these templates:
composer require verbb/navigation superbig/craft3-templateselect
These templates assume the following:
Home Pages Blog
Home Blocks => homeBlocks Page Content => pageContent Template Select => templateSelect (on Pages entries)
Main Footer