Philippe Vanzin

Results 3 issues of Philippe Vanzin

Hi, I have issuing some problems with column mapping. Example with dynamic where: `Foo::whereId(1);` Example with where: `Foo::where([ ['foo', '=', 'bar'] ])->first();` the mapping is not working. The query is...

Hey! I was trying for the first time your project and some commands were not working for me, for example: ``` pzserver@h3010054:~$ pzserver stop ERROR: ioctl failed: Operation not permitted...

As described the documentation page: ` Fixtures are used to load a "**fake**" set of data into a database that can then be used for testing or to **help give...