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
Requires
- born05/craft-sentry: ^1.0
- born05/craft-twofactorauthentication: ^2.1.2
- craftcms/cms: ^3.6.0
- craftcms/element-api: ^2.5.4
- craftcms/redactor: ^2.3.2
- craftcms/webhooks: ^2.3
- ether/seo: ^3.5.4
- jalendport/craft-fetch: ^1.3
- jalendport/craft-updatechecker: ^1.2.0
- nystudio107/craft-minify: ^1.2.9
- percipioglobal/craft-colour-swatches: ^1.3.3
- putyourlightson/craft-blitz-recommendations: ^1.0
- smthdiff/craft-encore: ^1.0.0
- verbb/field-manager: ^2.0.5
- vlucas/phpdotenv: ^3.4.0
- wrav/oembed: ^1.1.4
- xpertbot/craft-wheelform: ^2.3
Requires (Dev)
- yiisoft/yii2-shell: ^2.0.3
README
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
(ornpm install
) - Run
yarn run dev
(ornpm run dev
) - Run
php craft setup/security-key
- Go to the install page:
/admin/install
- Alternatively run
php craft install
- Alternatively run
- 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
- Craft 3 Documentation
- Craft 3 Class Reference
- Craft 3 Plugins
- Demo site
- Craft Slack
- Craft CMS Stack Exchange
Community Resources
- Mijingo – Video courses and other learning resources
- Envato Tuts+ – Video courses
- Straight Up Craft – Articles, tutorials, and more
- pluginfactory.io – Craft plugin scaffold generator
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
changeopcache.validate_timestamps
to 1
- The PHP Docker Container has a config file in