Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Denkong/4a26033d1486828e83f3309a445630bb to your computer and use it in GitHub Desktop.
Save Denkong/4a26033d1486828e83f3309a445630bb to your computer and use it in GitHub Desktop.
Git Laravel - загрузка, выгрузка и использование
Заливаем все файлы, кроме node_modules
Скачиваем Проект, потом в проекте
1) Переименовать .env.example в .env
2)Выполнить команду в папке проекта
Run composer install или composer install
Run php artisan key:generate или php artisan key:generate
3) для возможности работы с реакт выполнить npm run i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment