laravel-rethinkdb icon indicating copy to clipboard operation
laravel-rethinkdb copied to clipboard

Laravel 5.3

Open michaelpittino opened this issue 9 years ago • 6 comments

Hello, do you have any plans updating this gem for Laravel 5.3? :)

michaelpittino avatar Aug 19 '16 15:08 michaelpittino

@michaelpittino any particular issues you got with 5.3 , did it crash or failed to work ? can you provide more info

zaherg avatar Aug 20 '16 14:08 zaherg

Yes, I get many compatibility issues. I think some function signatures changed in 5.3

michaelpittino avatar Aug 20 '16 14:08 michaelpittino

can you provide examples ?

zaherg avatar Aug 20 '16 19:08 zaherg

I haven't touched 5.3 yet, i will try to fix it later today.

duxet avatar Aug 22 '16 06:08 duxet

I got this working with Laravel 5.3 using the demo examples in the readme, I will make a PR when I update the other functions.

https://github.com/dansup/laravel-rethinkdb/tree/laravel-53

dansup avatar Oct 08 '16 01:10 dansup

I'm getting this error when I run composer require "duxet/laravel-rethinkdb:dev-master"

PHP Parse error:  syntax error, unexpected '$schedule' (T_VARIABLE) in /var/www/html/rethink/app/Console/Kernel.php on line 40
Script php artisan optimize handling the post-update-cmd event returned with error code 255

Installation failed, reverting ./composer.json to its original content.

shadywattay avatar Nov 21 '16 06:11 shadywattay