Skip to content

Thinking about removing the web.php file #13

@rrr63

Description

@rrr63

Hello,

Since the last version and the way to instantiate route with the new Route attribute, maybe it would be good to remove this file ?
Or at least, making it optional

// Providers/RouteServiceProvider.php
if(file_exists(base_path('routes/web.php'))){
    require base_path('routes/web.php');
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    featnew feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions