Andrés Herrera García
Andrés Herrera García
I have the same problem on Firefox for Android, but It was working well few days ago. After I did a little update to my web app, It doesn't work....
@anteriovieira, If you think this is good enough, this could be mentioned in the Community Drivers section. http://laravel-auditing.com/docs/8.0/audit-drivers
> @andreshg112 Did you manage to resolve this? Having the same issue with the undefined `getMorphClass` and we're also using Auth0. I haven't. I'm using [Audit transformation](http://laravel-auditing.com/docs/8.0/audit-transformation) to customize user...
I tried to do it this way: 1. Disabling button edit: ```php $this->button_edit = false; ``` 2. Adding an action: ```php $this->addaction[] = [ 'title' => 'Editar', 'url' => CRUDBooster::mainpath('edit/[id]'),...
What is the cache directory? ~/.vscode?
I've found it: ~/.phpls/ Should I delete it?
It worked! However, I wouldn't like to delete all the cache if the error happens again. Thank you!
Same here: ```console andreshg112@andreshg112-HP-240-G4-Notebook-PC:~/insomnia-exports$ swaggymnia generate -i sel-micro-video_2018-08-15.json -c config.json -o json panic: assignment to entry in nil map goroutine 1 [running]: main.parse(0xc420012ae8, 0x6, 0x3, 0xed306492c, 0x2c588a00, 0x0, 0xc42000aee0, 0x1b,...
Add ports to the `db` service: ```yml version: "2" services: nginx: build: context: ./nginx ports: - "8080:80" volumes: - ./app:/var/app fpm: build: context: ./fpm volumes: - ./app:/var/app expose: - "9000"...
Still waiting for this!