widewebpro / craftcms-4
There is no license information available for the latest version (1.0.0) of this package.
Wideweb base project with simple docker setup
1.0.0
2022-09-06 08:49 UTC
Requires
- craftcms/cms: ^4
- vlucas/phpdotenv: ^4
This package is auto-updated.
Last update: 2026-03-05 15:29:10 UTC
README
Preparing your envieroment
Docker
- Docker
- stop mysql if you're using it on local machine
- stop nginx if you're using it on local machine
Installation
- Create project
composer create-project widewebpro/craftcms-4 <directory> --no-install - Go to your new project folder
cd <directory> - RUN
docker-compose up. It's simple docker setup so there is only nginx and mariadb containers will be build and up. - Using credentials from
docker-compose.yml- connect to mariadb container and import DB - RUN
yarn install - RUN
yarn run dev