Failed to install
IssakaBaba opened this issue · 3 comments
IssakaBaba commented
Every other step was successful till here...
C:\wamp64\www\EFLInventory-V2>php artisan key:generate
[Symfony\Component\Debug\Exception\FatalThrowableError]
Type error: Argument 2 passed to Illuminate\Routing\UrlGenerator::__construct() must be an instance of Illuminate\Http\Request, null given, called in C:\wamp64\www
\EFLInventory-V2\vendor\laravel\framework\src\Illuminate\Routing\RoutingServiceProvider.php on line 67
chrisidakwo commented
Sorry, I've been away for a while.
Issue has been fixed!
IssakaBaba commented
chrisidakwo commented
Please run the application using the artisan command php artisan serve
Once done, access from http://localhost:8000
If the port is not free, do something like this: php artisan serve --port 8900
Access from http://localhost:8900