Skip to content

Broken assets in Laravel 11 welcome page after Laravel 12 release. #54802

@stefan-dimitrijevic

Description

@stefan-dimitrijevic

Laravel Version

11.14.0

PHP Version

8.4.4

Database Driver & Version

No response

Description

After the release of Laravel 12, the default welcome.blade.php view in Laravel 11 is referencing three assets that are no longer available, resulting in 404 Not Found errors:

Image

Steps To Reproduce

  1. Install Laravel 11.
  2. Serve the application using php artisan serve and visit the homepage.
  3. Open the browser's developer console and check the network tab.
  4. Observe that the above assets fail to load with a 404 error.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions