Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After october:update classes in vendor not available #456

Closed
adis-io opened this issue Jul 24, 2014 · 2 comments
Closed

After october:update classes in vendor not available #456

adis-io opened this issue Jul 24, 2014 · 2 comments

Comments

@adis-io
Copy link
Contributor

adis-io commented Jul 24, 2014

How to repeat this bug:

Add package in your composer.json in root folder
Do composer update

After that do php artisan october:update

In this point our package is not available anymore.

So we need do composer update after php artisan october:update.

@daftspunk
Copy link
Member

Try this new and shiny configuration option:

    /*
    |--------------------------------------------------------------------------
    | Prevents application updates
    |--------------------------------------------------------------------------
    |
    | If using composer or git to download updates to the core files, set this
    | value to 'true' to prevent the update gateway from trying to download
    | these files again as part of the application update process. Plugins
    | and themes will still be downloaded.
    |
    */

    'disableCoreUpdates' => false,

@adis-io
Copy link
Contributor Author

adis-io commented Jul 27, 2014

So if this setting is set to true, we need to do composer update first, then do php artisan october:update ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants