Skip to content

Commit

Permalink
create database table
Browse files Browse the repository at this point in the history
  • Loading branch information
Lovatt committed Jul 21, 2016
1 parent db36fa9 commit 9bde275
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lambo
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ sed -i '' "/DB_DATABASE/s/homestead/$PROJECTNAME/" .env
sed -i '' '/DB_USERNAME/s/homestead/root/' .env
sed -i '' '/DB_PASSWORD/s/secret//' .env

mysql -u root -e "CREATE TABLE IF NOT EXISTS $PROJECTNAME"

open "http://$PROJECTNAME.dev"
echo "
Expand Down

0 comments on commit 9bde275

Please sign in to comment.