jmcgaha / craft-boilerplate

Starter project for Craft CMS & Tailwind CSS Sites
BSD Zero Clause License
25 stars 6 forks source link

Add a step to new project setup to install plugins included in boilerplate. #2

Closed joshwalsh closed 2 years ago

joshwalsh commented 2 years ago

Prior to this pull request, a successful setup from this boilerplate would cause errors on the front end because the templates included in the boilerplate depend on the included plugins, which are not installed during setup. (They are composer installed, but not installed in the admin).

This may be better handled by providing instructions using the install\plugin console command. I chose not to include this in my pull request because I didn't want to require changes to the readme each time the boilerplate adds another plugin, and to my knowledge, there isn't a console command to install all plugins at once.