Cristian Llanos

Results 46 comments of Cristian Llanos

Thanks, @DerkJanSpeelman. That's a good catch!

I haven't tested this in a Windows machine 🤔 I you find something, please share it, so others can benefit from it.

This package uses your default database schema from the `database.php` file. So, if you want to use a different schema you should also add `--schema=my_database` changing `my_database` for the name...

This is weird. Are you using a Windows OS?

I've got no idea 😞 This is so unusal. Might this be a permission issue?

Great analysis, Bryan. Thanks for sharing it with us. I didn't know about this behaviour 🤔

It is certainly a bug. You are wellcome to create a pull request that fixes this behaviour. The community will thank you :)

Interesting. Which IDE are you using?

I'm sorry for writing this, but it is not advised to use `Reliese\Database\Eloquent\Model`; please use `Illuminate\Database\Eloquent\Model` instead. The former was a proof of concept for an old version of Laravel...

Hi, guys. This is certainly a bug. Your are welcome to contribute with pull requests. Thanks.