geolook grouping real life crowd geo cooperation

Serge 5540be562a Merge branch 'Kotenko' of gitgod/geolook into master 6 lat temu
app 51c43ca096 migrations and models 6 lat temu
bootstrap 196a28b7c6 Laravel 6 lat temu
config 196a28b7c6 Laravel 6 lat temu
database 51c43ca096 migrations and models 6 lat temu
public 196a28b7c6 Laravel 6 lat temu
resources 196a28b7c6 Laravel 6 lat temu
routes 196a28b7c6 Laravel 6 lat temu
storage 196a28b7c6 Laravel 6 lat temu
tests 196a28b7c6 Laravel 6 lat temu
.editorconfig 196a28b7c6 Laravel 6 lat temu
.env.example 196a28b7c6 Laravel 6 lat temu
.gitattributes 196a28b7c6 Laravel 6 lat temu
.gitignore 196a28b7c6 Laravel 6 lat temu
README.md 5b7027565a instructions 6 lat temu
artisan 196a28b7c6 Laravel 6 lat temu
composer.json 196a28b7c6 Laravel 6 lat temu
composer.lock 196a28b7c6 Laravel 6 lat temu
package-lock.json 196a28b7c6 Laravel 6 lat temu
package.json 196a28b7c6 Laravel 6 lat temu
phpunit.xml 196a28b7c6 Laravel 6 lat temu
server.php 196a28b7c6 Laravel 6 lat temu
webpack.mix.js 196a28b7c6 Laravel 6 lat temu
yarn.lock 196a28b7c6 Laravel 6 lat temu

README.md

После клонирования репозитория, создаем каждый ветку со своей фамилией:
$ 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