is there a way to use Laravel without database connection? I am planning to create a frontend website using blade and VueJS that will consume third-party API and I don\'t ne
if you using internal artisan service for development server, you need to restart service:
Ctrl + c
then run
php artisan serve