Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Apr 18, 2024
1 parent 51b74f2 commit 3a1dec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ fi
git clone $REPOSITORY $DIRECTORY
cd $DIRECTORY

touch database/database.sqlite

cp .env.example .env
sed -i '' 's/DB_DATABASE=.*/DB_DATABASE=laravel/' .env
sed -i '' 's/DB_USERNAME=.*/DB_USERNAME=root/' .env
Expand Down

0 comments on commit 3a1dec0

Please sign in to comment.