Zawardo1000
Zawardo1000
I have troubles with raw, even in its simplest form: `public function columns()` `{` `return [` `Column::name('matricola'),` `];` `}` is perfectly fine. `public function columns()` `{` `return [` `Column::raw('matricola as...
It would be great to have a localization file to use other languages. i can publish the views and edit them (as i do), but would be more robust and...
I noticed the sql produced in many to many relations (belongsToMany with pivot table) is in mysql format even if i use a different db like MS SQL. As a...
### Describe the bug my issue seems simimilar to 527 on ios. after more or less 8 minutes the client disconnects. tested on multiple android devices. ### Steps to reproduce...
I'm making a js action script to do some stuff during a filter. But i don't understand how to use the webextension apis... i saw filtaquilla already have a messenger...
I Need to save .eml, but i have not foud any suitable method in the imapclient class. Have i overseen, or Is It something in the todo list? Thanks a...