Skip to content

Commit

Permalink
up libs and add sail
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Palade committed Sep 10, 2022
1 parent 8be4cdc commit f946078
Show file tree
Hide file tree
Showing 5 changed files with 567 additions and 555 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ cp .env.example .env
# adjust database settings to use sqlite or mysql
##
vim .env

# to use sqlite, comment DB_DATABASE=laravel with a #
touch database/database.sqlite

##
# generate APP_KEY
##
Expand All @@ -67,6 +71,16 @@ php artisan migrate --seed
127.0.0.1 example.local
```

As an alternative, I've added sail to make it simpler to run the project locally.

Just run:

```bash
./vendor/bin/sail up -d
```

and use `http://localhost` for your `quasar.config` proxy.

### Almost there

Next set up the Quasar app from [here](https://github.com/training-yoyosan/example-frontend).
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"barryvdh/laravel-ide-helper": "^2.7",
"facade/ignition": "^2.3.6",
"fakerphp/faker": "^1.13",
"laravel/sail": "^1.16",
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.0"
Expand Down
Loading

0 comments on commit f946078

Please sign in to comment.