- Clone this repo to your project folder
- Edit
package.jsonwith your project name and description. - Rename the default theme, found in
app/theme/defaultto suit your project. - Update
app/config.phpwith your new theme name. - PHPSF2 will attempt to copy
.env.examplefor you. If this fails, copy and rename it to.env.
npm install
composer install
When you upload your site, make sure you're using the production tag in .env so that errors are not displayed on screen.
Twig has the ability to cache rendered templates. To do so, it requires permissions to write to the cache folder. You can set a directory for caching in youe .env file. If you do, don't forget to chmod 775 on that directory.
- Add Bower support