Michal Borychowski

Results 16 comments of Michal Borychowski

@erikn69 thank you! Seems to be working for me :) PS. I wonder if this should be valid as well? I mean using Laravel collection (`Illuminate\Support\Collection` or `Illuminate\Database\Eloquent\Collection`) ```blade @hasanyrole(collect(['admin',...

> > PS. I wonder if this should be valid as well? I mean using Laravel collection > > I don't think so, but test it I just checked -...

We just came across a project where deoployment to the production server needs SFTP but we cannot have GIT installed there. The server is managed not by us but by...

Hi @vcopleutre! Your comment is a life-saver! Did you maybe find out how to use `{{ contact.FIRSTNAME }}` "transactionally"? I mean I'd like to pass the user name on the...

I went with the solution with `{{ params.FIRSTNAME }}` as I trust more data in my database than something automatically created by Sendinblue. Another important thing: you cannot use hyphens...

Hi @bpuig! I'm back ;) Eventually upgrading from v5 :)