An open API service indexing awesome lists of open source software.

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

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