I have a laravel project and recently i’m facing a weird problem.
The problem is that when i enter a url that doesn’t match to any route, instead of a 404 page i get this error:
preg_match(): Compilation failed: quantifier does not follow a repeatable item at offset 28
Why is this happening and how can i fix it?
1