bjuppa / laravel-blog

Flexible blog functionality for your Laravel project
MIT License
48 stars 8 forks source link

Entry route hijacks apps' routes #19

Closed bjuppa closed 6 years ago

bjuppa commented 6 years ago

Problem: When public_path is set to / in config/blog.php in a Laravel app, the route {slug} from this package takes precedence over other routes in the app.

Example: Default login route at /login stops working.

Thanks to @sometechguy for leading me to testing this through issue #14!