lando / laravel

The Official Laravel Lando Plugin
https://docs.lando.dev/laravel/
GNU General Public License v3.0
13 stars 11 forks source link

Support sqlite (no database) #3

Open fidelix opened 2 years ago

fidelix commented 2 years ago

This is useful specially in a local environment.

database: none
or
database: sqlite
or
database: false

In the config array.

matthewbdaly commented 1 year ago

Another use case for this would be when working on a Statamic site - at least at the beginning, you're probably going to be using the flat file backend, and there's no point starting up a database you aren't going to use.

eminos commented 11 months ago

yes please.