Andrea

Results 17 issues of Andrea

On small screens, specially if you increase `$snotify-width`, toast messages get outside of the screen. This fix should give them a max width of 100% of the screen minus the...

I have my dev environment working on a port different from 80/443. If I set `update-app-url` in `tenancy.php` to true all my `url()` helper calls return the url without including...

### How to reproduce - Set `TENANCY_DATABASE_AUTO_DELETE` and/or `TENANCY_DATABASE_AUTO_DELETE_USER` to true in .env settings - Delete a website with soft delete using `app(WebsiteRepository::class)->delete($website, false);` ### Result The website is soft...

__Description__ I have some issues trying to execute a job on my tenants. I'm using `qcod/laravel-app-settings` library to easily implement custom settings for each tenant. However when my job tries...

Greetings! I have issues creating new tenant websites due to database login errors on my docker environment (MariaDB 10.3 + PHP 7.3 + Apache 2.4). During the tenant database &...

I noticed that calling `setting('img_setting', 'default_img')` on a setting of type `image` has a different behavior depending if the value has never been set or if the value has been...

Here you can find the sources: **Anctartica** https://countrycode.org/antarctica http://www.country-dialing-codes.net/Antarctica/ **French Southern Territories** http://www.country-dialing-codes.net/French-Southern-Territories/ http://happyzebra.com/dialing-codes/French%20Southern%20Territories-country-code.php **South Georgia and the South Sandwich Islands** https://en.wikipedia.org/wiki/Telephone_numbers_in_South_Georgia_and_the_South_Sandwich_Islands **Bouvet Island** https://www.distancelatlong.com/countrycode/of/bouvet-island/ https://en.wikipedia.org/wiki/Bouvet_Island About that, there are...

I'm already working on it. My idea is to use modrewrite and an .htaccess file to properly redirect to the different calls.

To allow the usage of mod_rewrite instead of nginx I started adding a .htaccess that does the same type of redirects ``` location ^~ /sdi/rpc/js/ { alias /var/www/html/rpc/packages/fatturapa/ui/src/public/js/; } location...

Executing any "php artisan" command inside the rpc directory gives me this error: > In Application.php line 937: > [Symfony\Component\HttpKernel\Exception\NotFoundHttpException] When I try to open the welcome page I receive...