- Laravel Version: 7.0.1
- PHP Version: 7.4.5
- Database Driver & Version: unknown
Description:
Hello
I put my first laravel project on production environment and get this error when I call a api route:
Symfony\Component\Routing\Exception\NoConfigurationException: in file /home/public_html/mydomain.com/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php on line 182
I have only api.php routes. I have no route or view in web.php. I generated the key on production environment and installed the packages with composer install.