https://github.com/kenvilar/laravel-vue-sqlite
Laravel + VueJS + SQLite + Axios
https://github.com/kenvilar/laravel-vue-sqlite
laravel sqlite vuejs
Last synced: 3 months ago
JSON representation
Laravel + VueJS + SQLite + Axios
- Host: GitHub
- URL: https://github.com/kenvilar/laravel-vue-sqlite
- Owner: kenvilar
- Created: 2018-03-31T07:20:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T12:40:48.000Z (about 8 years ago)
- Last Synced: 2025-12-30T13:11:09.561Z (6 months ago)
- Topics: laravel, sqlite, vuejs
- Language: PHP
- Homepage:
- Size: 664 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Instructions
> * Change the value of `DB_CONNECTION` with `sqlite` for example
`DB_CONNECTION=sqlite`
> * Remove these lines in your environment
```.env
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
```
> * Add the `database.sqlite` file inside `database` folder