mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-14 00:34:05 +00:00
Improvements to SQLite dev setup
This commit is contained in:
@@ -18,6 +18,10 @@ if [ ! -d vendor ]; then
|
||||
composer install
|
||||
fi
|
||||
|
||||
if [ ! -f database/database.sqlite ]; then
|
||||
cp database/stubs/sqlite.empty.db database/database.sqlite
|
||||
fi
|
||||
|
||||
if [ ! -f .env ]; then
|
||||
cp .env.example .env
|
||||
php artisan key:generate --force
|
||||
|
||||
Reference in New Issue
Block a user