Voyager: Does Voyager support Laravel 5.5 ?

Created on 26 Jun 2017  路  10Comments  路  Source: the-control-group/voyager

  • Laravel Version: #.#.#
  • Voyager Version: #.#.#
  • PHP Version:
  • Database Driver & Version:

Description:

Steps To Reproduce:

question

All 10 comments

A feedback would be great. Do have tested it already?

No, Voyager does not currently support the pre-release version of Laravel 5.5, but that testing is currently in progress.

So there are some plan to pass to 5.5 when it will be out?

Yes Voyager 0.11 is support in Laravel 5.5, after fresh installation of Laravel 5.5 then not use this code: composer require tcg/voyager
just use this: composer require tcg/voyager dev-master

What about Voyager v.1.0?

Voyager 0.11.* supports Laravel 5.3 and 5.4

Voyager 1.0.* supports Laravel 5.4 and 5.5

now in Voyager v.1.0, after fresh installation of laravel you have to just follow their github instruction but it has still now some database query 1071 error
the solution is - go to the _App > Providers > AppServiceProvider.php_ and set this code

_use Illuminate\Support\Facades\Schema;

    public function boot()
{
    Schema::defaultStringLength(191);
}_

now erase or set new database table and again use the voyager dammy data by this code
_php artisan voyager:install --with-dummy_
thats it, happy coding

@sonynlaw, that has nothing to do with this issue. Please try to stay on topic. Also, this issue is closed, so there shouldn't be any further comments.

voyager 1.0 is our long expectation and finally we got it, thanks "the-control-group" and its all member, now we have one last expectation from them, that is a complete tutorial, that will help us (new comer) to solve many issue, thanks

This issue has been automatically locked since there has not been any recent activity after it was closed. If you have further questions please ask in our Slack group.

Was this page helpful?
0 / 5 - 0 ratings