-
It is possible to add support for Laravel 8?
-
**Describe the bug**
When uploading an avatar or an image to s3 compatible storage, Bookstack shows an empty image.
**Steps To Reproduce**
Steps to reproduce the behavior:
1. Click on 'SELECT IM…
-
I am having a very strange issue in that I cannot refersnce a .net sdk project from inside a .web project in .net 6 this worked before in .net 5 This first project layout is my libary project and the …
-
Hello @kg-bot :)
I saw that the JSON import feature is new #19.
I have noticed a problem now. Although the JSON are considered during the export but the English version is not, because we don…
-
We have a very large application that has multiple JSON translation files, registered with `Lang::addJsonPath()`. These files are split based on multiple modules within the app.
It looks like it'd …
-
Hi Tom Wiskowki and Astrotomic team.
I had a problem with the installation package.
I'm following the guide in Gitbook, after run cli : 'composer require astrotomic/laravel-translatable'. I can'…
-
Hi @ivanvermeyen ✋
I just switched my base app on L7 and I am currently switching to the new route model key binding (`page/{page:slug}`).
I am wondering if there would be a way to avoid to ove…
Okipa updated
3 years ago
-
Hi !
We're using this package since v1.2
A big project is now being migrated to PHP 8 and we discovered that v1.7 has a composer.json requirements for php 7.
Could you please extends supports…
-
### Detailed description of the problem
When you configure a language other than English, the dates and times are not localized.
This means that for example for a picture taken on 26-07-2020 at 1:…
-
Laravel localization works by splitting the translation key using dots, so by using dots in the enum value I am locked out of using localized solution.
For example, let's have an enum:
```php