Skip to content

Instantly share code, notes, and snippets.

@engelcituk
Last active February 12, 2021 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save engelcituk/d0e9b2240b1aff64bc9cf2ae116e89f1 to your computer and use it in GitHub Desktop.
Save engelcituk/d0e9b2240b1aff64bc9cf2ae116e89f1 to your computer and use it in GitHub Desktop.
Recontruir un proyecto laravel
Una vez clonado nuestro proyecto, abriremos una terminal y nos situaremos en dicha carpeta. Una vez estando ahí ejecutaremos:
composer install
Generar el archivo .env, sí no existe el .env.example, bajar el ejemplo aquí:
https://github.com/laravel/laravel/blob/master/.env.example
luego ejecutar
cp .env.example .env
Generar la key con:
php artisan key:generate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment