Skip to content

Assets are not installed correcty on Symfony 4.0 RC1 #25106

Closed
@Cydonia7

Description

@Cydonia7
Q A
Bug report? yes
Feature request? no
BC Break report? no
RFC? no
Symfony version 4.0.0 RC1

When I try to install any bundle that installs assets in a new Symfony Flex install, I get the following error at the end of composer installation:

!!   --- ------------------- ------------------------------------
!!        Bundle              Method / Error
!!   --- ------------------- ------------------------------------
!!    ✘   ApiPlatformBundle   The start path "" is not absolute.
!!    ✘   EasyAdminBundle     The start path "" is not absolute.
!!   --- ------------------- ------------------------------------

This can be reproduced with the following command:

composer create-project symfony/skeleton api 4.0.0-RC1 && cd api && composer require api

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions