geolook grouping real life crowd geo cooperation

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

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