geolook grouping real life crowd geo cooperation

Carello Qwerty 51c43ca096 migrations and models hace 6 años
app 51c43ca096 migrations and models hace 6 años
bootstrap 196a28b7c6 Laravel hace 6 años
config 196a28b7c6 Laravel hace 6 años
database 51c43ca096 migrations and models hace 6 años
public 196a28b7c6 Laravel hace 6 años
resources 196a28b7c6 Laravel hace 6 años
routes 196a28b7c6 Laravel hace 6 años
storage 196a28b7c6 Laravel hace 6 años
tests 196a28b7c6 Laravel hace 6 años
.editorconfig 196a28b7c6 Laravel hace 6 años
.env.example 196a28b7c6 Laravel hace 6 años
.gitattributes 196a28b7c6 Laravel hace 6 años
.gitignore 196a28b7c6 Laravel hace 6 años
README.md 5b7027565a instructions hace 6 años
artisan 196a28b7c6 Laravel hace 6 años
composer.json 196a28b7c6 Laravel hace 6 años
composer.lock 196a28b7c6 Laravel hace 6 años
package-lock.json 196a28b7c6 Laravel hace 6 años
package.json 196a28b7c6 Laravel hace 6 años
phpunit.xml 196a28b7c6 Laravel hace 6 años
server.php 196a28b7c6 Laravel hace 6 años
webpack.mix.js 196a28b7c6 Laravel hace 6 años
yarn.lock 196a28b7c6 Laravel hace 6 años

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