The foundation of Craft CMS projects at CSPS-EFPC.
Based on GCWeb v5.1 and WET-BOEW v4.0.31
composer install && npm install
.npm run dev
..env.example
to .env
and modify the values to match those of your own local environment../craft setup
and follow the instructions.To be continued...
To be continued...
The NPM packages won't install properly, how can I fix this? Make sure Node.js and NPM is properly installated on your development environment. Remove the node_modules folder and try the npm install command again.
How to reach Craft CMS control panel?
The URL to access the admin area is /admin
but you can modify this value to a custom name in the config/general.php
file.
How can I change the splash page?
We might consider creating an entry type for the splash page eventually. In the meantime, it's a static html file located in the web
directory. Don't forget to update the dublin core metadata to reflect your project needs.