Support the ongoing development of Laravel.io →
Installation
Last updated 1 year ago.
0
Solution

Hi patriciomase.

Had the same issue. Delete the vendor/compiled.php and run composer update again. Source: https://laracasts.com/discuss/channels/general-discussion/runt...

0

great! it worked. Thank you ghunti!

0

In some cases you have to also delete the storage/framework/compiled.php to make it work.

It happened to me on a Laravel Forge deployment.

Last updated 9 years ago.
0

@miagg Awesome thanks miagg! Worked perfect

0

miagg said:

In some cases you have to also delete the storage/framework/compiled.php to make it work.

It happened to me on a Laravel Forge deployment.

This worked for me in Laravel5 thank you !

0

This helped me as well - Laravel 5 to 5 update had failed. this fixed it (deleting /vendor/compiled.php)

0

Thanks guys, @ghunti solution worked for me as well.

0

Thanks a lot, @ghunti's solution worked for me too!

Last updated 8 years ago.
0

Why will delete this vendor/compiled.php file? What is reason of this process?

Last updated 8 years ago.
0

miagg said:

delete storage/framework/compiled.php to make it work.

That's what I needed, thanks!

0

hi, i still got this error today, i tried anything but i still had this problem

i search i didn't have any file: storage/framework/compiled.php vendor/compiled.php even bootstrap/compiled.php

and i search file compiled.php in my project and found nothing

0

ghunti said:

Hi patriciomase.

Had the same issue. Delete the vendor/compiled.php and run composer update again. Source: https://laracasts.com/discuss/channels/general-discussion/runt...

This worked for me.

0

This worked charms for me (laravel 5.0.13)

0

why laravel don't have a good document

any time i learn laravel it still have bug

if i can't fix this issue today, i never use laravel again

Last updated 7 years ago.
0

hello,

i have an issue in this line.

$app = new Illuminate\Foundation\Application(
	realpath(__DIR__.'/../')
);

It showing a blank page.

Please help me.

Last updated 7 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.