Skip to content

Instantly share code, notes, and snippets.

@acacha
Last active October 24, 2019 09:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acacha/91806c4a47ba61a1df3a71141dfed3f5 to your computer and use it in GitHub Desktop.
Save acacha/91806c4a47ba61a1df3a71141dfed3f5 to your computer and use it in GitHub Desktop.
Passos inicials per arrancar projecte Laravel
git clone URI_DEL_PROJECTE
cd NOM_PROJECTE
composer install
npm install
cp .env.example .env => CONFIGURAR CONNEXIÓ A BASE DE DADES I ALTRES
php artisan key:generate
php artisan migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment