diff --git a/development.html b/development.html index 619922a..9f2d696 100644 --- a/development.html +++ b/development.html @@ -140,7 +140,8 @@ npm run build

Once everything is ready visit: http://localhost:8080

Run tests & static analysis

vendor/bin/phpunit
-vendor/bin/phpstan analyse ./backend
+vendor/bin/phpstan analyse ./backend +npm run lint

Deployment

Set the website document root to /dist directory. This is also known as 'public' folder.

diff --git a/translations/default.html b/translations/default.html index c61e53c..b7d5611 100644 --- a/translations/default.html +++ b/translations/default.html @@ -182,7 +182,6 @@ 'Admin': 'Admin', 'Save': 'Save', 'Read': 'Read', - 'Name': 'Name', 'Write': 'Write', 'Upload': 'Upload', 'Permissions': 'Permissions',