The easy way: everything except node_modules
. You Composer dependencies — i.e. vendor
— is important to include, so make sure you’ve run composer install --no-dev
before you go live.
For the bare minimum required files:
The easy way: everything except node_modules
. You Composer dependencies — i.e. vendor
— is important to include, so make sure you’ve run composer install --no-dev
before you go live.
For the bare minimum required files: