Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
roufy235 committed Oct 22, 2020
1 parent 891a4fd commit 967106e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 53 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ PASSWORD = 'yourMySqlPassword'

### Compiles and hot-reloads for development
```
php -S localhost:8080 index.php
$ composer start
```

## License
Expand Down
51 changes: 0 additions & 51 deletions cache/errors.log

This file was deleted.

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"scripts": {
"post-root-package-install": [
"php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
],
"start": "php -S localhost:8080 index.php"
},
"require-dev": {
"roave/security-advisories": "dev-master"
Expand Down
1 change: 1 addition & 0 deletions views/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@


</div>

<script>
const apiBaseUrl = '<?php echo getBasePath(true); ?>'
const app = new Vue({
Expand Down

0 comments on commit 967106e

Please sign in to comment.