When first running laravel in local terminal with the command 'php artisan serve', then the application will run on localhost with port 8000, so the base url will be http://localhost:8000/.
How do I change the base url to a custom url, like '**http://localhost:8000/myproject**'?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community