You'll need PHP 7.0+, Vagrant (latest) and Virtualbox 5.0+ installed.
- Add
192.168.10.10 radio.app
to your hosts file. cp .env.example .env
(change values as needed)composer install
in the repo rootphp vendor/bin/homestead make
to correct paths in Homestead.yamlvagrant up
and go play games for a bitvagrant ssh
to get into the VM.
If you want to develop locally you'll need redis, php7, elasticsearch, postgres (or mysql, postgres is preferred) and a webserver.
php artisan migrate --seed
To drop and re-seed the database, php artisan migrate:refresh --seed
Literally just run gulp
from the repo root.
All files in resources/assets/js
are browserified, so ECMAScript 2015 + ES7 are both available. There's also NPM modules available, too.
You can explore all of the r/a/dio search index under the index
namespace:
php artisan list --name=index
index:build
index:search
index:drop
index:update
index:add
R/a/dio core is licensed under the MIT license