Paul

Results 19 issues of Paul

Hi, i have a question that I hope you can help with. i have the following .yml: ``` version: "3.7" services: db: image: mysql restart: always ports: - "3306" environment:...

- Deployer version: 7.0.0-beta.26 - Deployment OS: MacOS (using laravel recipe) with ver 6.8 to deploy to either production or staging in our setup we ran: for staging ``` dep...

docs needed

Hi, I have an issue with a nuSoap client (using a WSDL) where one of the params is being sent as empty, which i think is because I don't know...

question

Hi, love the app BTW great job! I have a requirement to move my pagebuilder database to a MySQL server that has SSL security required on it. I have change...

Hi, Just discovered this project and am interested to see how it performs against **laravel-mongodb** to do this we have lots of legacy laravel model builder methods that will need...

Hi, **edit: Just realised this question is probably in the wrong package so have re-created here: https://github.com/leroy-merlin-br/mongolid-laravel/issues/154** **Please close/delete if this is the wrong place - sorry** Just discovered this...

Hi, Apologies if this is a dumb question. however is it possible to add/extend the key_events list? for example if i wanted to specifically listen for number presses (key events...

If you completely delete the name field on the export modal and then click the preview or print button. An error 500 occurs. ``` The file Name field is required...

I have created a [pull request ](https://github.com/alperenersoy/filament-export/pull/116) for this, but i noticed if the label for a column contains HTML this gets passed into the CSV. editing line 133 of...

Added example to readme.md Added 'string $state' as a possible dependency injection param for closures passed to ->formatStates()