Skip to content

Commit

Permalink
Attempting Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
rockhopsoft committed May 9, 2020
1 parent 46f1cea commit a63e289
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ DB_PASSWORD=secret

You could do things like install Laravel's out-of-the-box user authentication tools, and push the vendor file copies where they need to be:
```
$ php artisan make:auth
$ composer require laravel/ui
$ php artisan ui vue --auth
$ echo "0" | php artisan vendor:publish --tag=laravel-notifications
```

Expand All @@ -97,8 +98,8 @@ $ nano composer.json
...
"require": {
...
"rockhopsoft/survloop": "^0.2.15",
"flexyourrights/openpolice": "^0.2.15",
"rockhopsoft/survloop": "^0.2.16",
"flexyourrights/openpolice": "^0.2.16",
...
},
...
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
}
],
"require": {
"rockhopsoft/survloop": "^v0.2.15",
"flexyourrights/openpolice-departments": "^v0.1.2",
"flexyourrights/openpolice-website": "^v0.1.1"
"rockhopsoft/survloop": "^0.2.16",
"flexyourrights/openpolice-departments": "^0.1.2",
"flexyourrights/openpolice-website": "^0.1.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a63e289

Please sign in to comment.