geolook grouping real life crowd geo cooperation
|
il y a 6 ans | |
---|---|---|
app | il y a 6 ans | |
bootstrap | il y a 6 ans | |
config | il y a 6 ans | |
database | il y a 6 ans | |
public | il y a 6 ans | |
resources | il y a 6 ans | |
routes | il y a 6 ans | |
storage | il y a 6 ans | |
tests | il y a 6 ans | |
.editorconfig | il y a 6 ans | |
.env.example | il y a 6 ans | |
.gitattributes | il y a 6 ans | |
.gitignore | il y a 6 ans | |
README.md | il y a 6 ans | |
artisan | il y a 6 ans | |
composer.json | il y a 6 ans | |
composer.lock | il y a 6 ans | |
package-lock.json | il y a 6 ans | |
package.json | il y a 6 ans | |
phpunit.xml | il y a 6 ans | |
server.php | il y a 6 ans | |
webpack.mix.js | il y a 6 ans | |
yarn.lock | il y a 6 ans |
После клонирования репозитория, создаем каждый ветку со своей фамилией:
$ git checkout -b фамилия
после чего написанный код пушим так:
$ git push origin фамилия
и делаем merge request в мастер
Выполняем по очереди команды:
$ cp .env.example .env
$ chmod -R 777 storage
$ npm install
$ php artisan key:generate
$ php composer install
$ php artisan vendor:publish
$ php artisan config:cache