Twill: Add Laravel 6.0 to composer.json

Created on 11 Sep 2019  路  6Comments  路  Source: area17/twill

Laravel 6.0 is out: https://packagist.org/packages/laravel/laravel#v6.0.2 When will twill be compatible with this version. All our software is up to date only the software that is using twill is not.

Replace laravel core functions

For this you will need to replace:

str_contains(

by

Str::contains(

Check the difference in documentation:
https://laravel.com/docs/5.6/helpers
vs
https://laravel.com/docs/6.0/helpers

More release changes

https://laravel.com/docs/6.0/releases

Hopefully we can update soon in the future. Thanks in advanced.

Most helpful comment

Hi @ManukMinasyan, it is available on master and we are planning to tag it in the next few days.

All 6 comments

Yes, we have a PR for doing this: https://github.com/area17/twill/pull/389
Wish it could be merged soon!
Thank you!

When will Laravel 6.4 support be? Thanks.

Hi @ManukMinasyan, it is available on master and we are planning to tag it in the next few days.

hey, what's the status of laravel 6 support then? I read the release will be 2.x?

Next few days?

Hi guys, any news on this one?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

karneaud picture karneaud  路  3Comments

vacoup95 picture vacoup95  路  3Comments

gogabidzia picture gogabidzia  路  4Comments

stevanpavlovic picture stevanpavlovic  路  7Comments

lostdesign picture lostdesign  路  5Comments