【Laravel】连接sqlite,Database [] not configured,sqlite example
生活随笔
收集整理的這篇文章主要介紹了
【Laravel】连接sqlite,Database [] not configured,sqlite example
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
在 database 文件夾下 創建 touch virsh.sqlite
config/database.php文件
編寫遷移文件 database/migrations
php artisan make:migrate create_vuser_table --create=vuser
執行創建表
第5步,可能遇到問題:
如果 database 使用 connections 中沒有的項目,,則會報錯 Database [] not configured
model、controller example
- Models/Vuser.php
- Http/Controllers/VuserController.php
OK !!!
總結
以上是生活随笔為你收集整理的【Laravel】连接sqlite,Database [] not configured,sqlite example的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【Laravel】连接 sqlite 数
- 下一篇: 【PHP】IPv4与整数转换、IPv6与