KatiaSishost
KatiaSishost
how can add coordinates to this?
Helloo! im having problem with a cache.. see, i create a CacheServiceProvider with php artisan make:provider CacheServiceProvider... ``` in boot() { Cache::extend('redis_tenancy', function ($app) { if (PHP_SAPI === 'cli') {...
hello i try it: BROADCAST_DRIVER=log CACHE_DRIVER=file QUEUE_CONNECTION=sync SESSION_DRIVER=database SESSION_CONNECTION=system SESSION_DOMAIN=".localhost" SESSION_LIFETIME=120 but the session not share with others domains / subdomains
Hello when i ingress to domain.com/filemanager appear in the left side... Files and Shared Folder... not appear the Image Folder. but when i enter to domain.com/filemanager?type=image appear in the left...
'public' => [ 'driver' => 'local', 'root' => storage_path('app/public'), 'url' => env('APP_URL').'/tenancy/assets/', 'visibility' => 'public', ], how to delete some route in this input and in the holder? i need...
### Summary of problem or feature request i have 4 million rows... it take 5 or 6 min to load mi controller: ` public function getLeads(Request $request) { $params =...
Hello Canove! the notifications appear in all users and can accept the ticket in top nav... instead if departament isn't assigned
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'getSenders')
if i put {!! SEO::generate() !!} in html it not work, in php too doesnt work
Any can explain me how to add the same settings for a entire controller without add manually in any public function?