smthdiff/craft

Craft CMS made for Devs

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Language:Twig

Type:project

1.8.0 2021-01-28 16:35 UTC

This package is auto-updated.

Last update: 2024-03-20 22:55:30 UTC


README

Craft CMS

About Craft CMS

Craft is a content-first CMS that aims to make life enjoyable for developers and content managers alike. It is optimized for bespoke web and application development, offering developers a clean slate to build out exactly what they want, rather than wrestling with a theme.

Learn more about Craft at craftcms.com.

How to Install Craft 3

  • Copy .env.example to .env
  • Run docker-compose up -d
  • Run composer install
  • Run yarn (or npm install)
  • Run yarn run dev (or npm run dev)
  • Run php craft setup/security-key
  • Go to the install page: /admin/install
    • Alternatively run php craft install
  • Login to the Control Panel: /admin
  • Activate wanted Plugins: /admin/settings/plugins

For more information see the Craft 3 documentation for installation and updating instructions.

Resources

Official Resources

Community Resources

Troubleshooting

  • Error storage / config / cpresources doesn't have the correct permissions:
    • (sudo) chmod -R 777 config storage public/cpresources
  • Changes aren't automatically reflected:
    • The PHP Docker Container has a config file in .docker/php/config/conf/opcache.ini change opcache.validate_timestamps to 1