The foundation of Craft CMS projects at CSPS-EFPC.
Based on GCWeb v5.1 and WET-BOEW v4.0.31
- Create a new database for your project.
- Clone this repository in your server projects folder (we recommend using Laravel Valet).
- Open your terminal in the cloned project folder.
- Run the command
composer install && npm install
. - Run the command
npm run dev
. - Rename the file
.env.example
to.env
and modify the values to match those of your own local environment. - Run the command
./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.