eporsche / daybreak

Simple timesheets and vacation management for small businesses.
MIT License
127 stars 37 forks source link

Some questions #34

Closed ugintl closed 2 years ago

ugintl commented 2 years ago
  1. Is it available in english? The demo is not english.

  2. Is it necessary to use this command "./vendor/bin/sail"?

eporsche commented 2 years ago
  1. Not out of the box . You have to re-implement the GermanDateFormatter. For example as UKDateformatter and register it as the implementation in the AppServiceProvider Otherwise you will get validation errors. Apart from that you have to make sure that within the app config (app.php) the locale is set to 'en' and the timezone is set to your location.
  2. No - you can setup the software as a regular laravel application and use any deployment method you want.