Arbify
ARB files localization tool. Dedicated to Flutter and its intl package.
For documentation regarding source code of Arbify, check DOCS.md.
Installation
For installation using docker-compose.
cp .env.example .env
Fill .env
file with the configuration you want to use.
- If you're using docker-compose, you need to change
DB_HOST
todb
. - By default
MAIL_MAILER
uses SMTP transport; you may want to change that tolog
for development purposes.
docker-compose build arbify
docker-compose up -d
docker-compose run arbify composer install
docker-compose run arbify php artisan key:generate
docker-compose run arbify php artisan migrate
docker-compose run arbify php artisan db:seed
docker-compose run arbify npm install
docker-compose run arbify npm run prod
After this you're ready to go to http://localhost:8000 and check out Arbify yourself!
The php artisan db:seed
command seeded the database with a pre-verified admin account with email admin@arbify.io
and password password
.