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

5.0.x-dev: Missing file 'tests/Confide/helpers.php' throws Fatal error during artisan clear-compiled #539

Open
kageedwards opened this issue Jul 23, 2015 · 1 comment

Comments

@kageedwards
Copy link

Error thrown after composer update / install. A file is missing that's referenced in the package's composer.json : 'tests/Confide/helper.php'. For the time being, I just ran composer update, removed that file from the list in /vendor/zizaco/confide/composer.json, /vendor/composer/autoload_files.php, and /vendor/composer/installed.json, ran the unfinished php artisan clear-compiled and php artisan optimize. It went just fine after that.

@madnx
Copy link

madnx commented Jul 31, 2015

You can use my fork for now.

"repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/codel/confide.git"
        }
    ],

Should work fine.

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

No branches or pull requests

2 participants