Laravel: Difference between revisions

5 bytes removed ,  24 January 2020
No edit summary
Line 26: Line 26:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
composer install
composer install
npm install
npm ci
cp .env.example .env
cp .env.example .env
# Fill in the .env config variables such as database, mail server, API keys, ...
# Fill in the .env config variables such as database, mail server, API keys, ...