Skip to content

Commit

Permalink
fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
girardinsamuel committed Oct 2, 2020
1 parent 66583a5 commit 2d75e15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,12 @@ HTTP_MIDDLEWARE = [
]
```

Then install OR publish the reqired package files (configuration, views ...):
Then install the package to get the `config/inertia.py` in your project:

```bash
python craft inertia:install
```

```bash
python craft publish InertiaProvider
```

**Scaffold a base Vue app and a template (optional)**
Then, if you want you can quicky scaffold a Vue app with two components to test Inertia behaviour by running the publish command :

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version="0.2.0",
version="0.3.0",
packages=[
"masonite.inertia",
"masonite.inertia.providers",
Expand Down

0 comments on commit 2d75e15

Please sign in to comment.