Laravel Freelancer NL

Results 20 comments of Laravel Freelancer NL
trafficstars

@dothebart apparently I spoke too soon. Although the behaviour has been improved a lot. I still get similar behaviour but after a few hours instead of right away. After some...

Sprry, I missed your comment. I'll check the logs when it happens again.

Things to look for that might indicate incompatiblities: * transactions * Assumed field names. i.e. hard coded standards like id, created_at, deleted_at which ought to be configurable and retrieved with...

Spatie's medialibrary works like a charm. A simple override of the media model is all it takes and can be done in about 30 seconds. Extend the new model from...

Laravel Horizon works out of the box. (it mostly uses redis anyway)

Spatie permissions works outof the box

The laravel debugbar works out of the box. (Note that booleans are displayed as '1' or '0' strings instead of true/false(!) in the query log.

You CAN use Laravel Pulse if you use a SQL database next to your ArangoDB project. Laravel Pulse requires a SQL database. So, you can't store your Pulse Data within...

See Petry's enhanced postsql laravel driver

Thanks for raising this issue. I'm currently resolving several issues with relationships. This looks to be related, so I'll tag it along. I hope it have it fixed soonish (think...