Installation - Saluki/barmate GitHub Wiki

Follow these instructions to install Barmate:

composer install
npm install
bower install
  • Copy .env.example to .env and adapt the values to your configuration (application URL and database)
cp .env.example .env
  • Set the application key with
php artisan key:generate
  • Install the database by running
php artisan migrate
php artisan db:seed

Note that on some configurations, you need to specify the correct rights for the storage folder:

chmod -R 777 storage/

That's it! You can now test Barmate by going to you application URL, go to the login page and enter the following credentials:

[email protected]
password