php artisan commands returning output by attaching dot (.) symbol in first line #41547
Unanswered
prashant-malla
asked this question in
General
Replies: 1 comment
-
Check complete laravel request lifecycle's files one by one and look for extra dot. i faced this problem once and i found .(dot) in web.php edited: in command only case check console.php too |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I run an artisan command like
php artisan --version
, It gives output by attaching '.'(dot) in the first line like.Laravel Framework 9.5.1
Due to this in each js file, there is '.' in the first line which gives an error.
Beta Was this translation helpful? Give feedback.
All reactions