Closed ateliee closed 4 years ago
The following error produces a command at the time of practice.
$ php artisan route:scan ParseError syntax error, unexpected ')', expecting end of file storage/framework/routes.scanned.php:7 3| 'as' => NULL, 4| 'middleware' => [], 5| 'where' => [], 6| 'domain' => NULL, > 7| ]);
The first did not have any problem, but revised it when storage/framework/routes.scanned.php existed as it became the Perth error because it was the second time, and PHP_EOL did not exist.
storage/framework/routes.scanned.php
PHP 7.2.31
Thanks @ateliee. Sorry about the delay in getting to this. It's not an error I've come across before, so want to see if I can recreate it first
The following error produces a command at the time of practice.
The first did not have any problem, but revised it when
storage/framework/routes.scanned.php
existed as it became the Perth error because it was the second time, and PHP_EOL did not exist.PHP 7.2.31