lumen - Failed opening required file: server.php -
i having error shown below using lumen 5.1.
failed opening required 'c:\xampp\htdocs\sample/server.php' (include_path='.;c:\xampp\php\pear') in unknown on line 0
i using bash command line , using php artisan serve
. when running serve
on git bash don't errors. when started type localhost:8000
in browser getting above error.
what can solve this?
Comments
Post a Comment