Laravel without database connection

后端 未结 5 832
渐次进展
渐次进展 2020-12-31 18:42

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

5条回答
  •  悲&欢浪女
    2020-12-31 19:43

    if you using internal artisan service for development server, you need to restart service:

    Ctrl + c

    then run

    php artisan serve

提交回复
热议问题