apache - Laravel Access forbidden on localhost xampp -
i got stuck in begining. have installed laravel , when run php artisan serv command this(laravel development server started on http://localhost:8000/) line appears when access through browser(http://localhost:8000/) following error gets displayed.
access forbidden! don't have permission access requested object. either read-protected or not readable server. if think server error, please contact webmaster. error 403 localhost apache/2.4.18 (win32) openssl/1.0.2e php/7.0.2
please me out. appreciated. beginner in laravel.
it seems me have apache running on port 8000.
try running serve command this: php artisan serve --port=9000
after it's running navigate http://localhost:9000
Comments
Post a Comment