Changes
Page history
Update Installation
authored
Dec 20, 2017
by
Sean Hudson
Show whitespace changes
Inline
Side-by-side
Installation.md
View page @
36843136
...
...
@@ -2,9 +2,7 @@ You can install the package via composer.
```
"require": {
...
"crowandraven/raven-cms": "dev-master"
...
}
```
...
...
@@ -31,7 +29,7 @@ Finally, you can publish the migrations with:
php artisan vendor:publish --provider="CrowAndRaven\CMS\CMSServiceProvider" --tag=migrations
```
After the migration ha
s
been published you can create the necessary tables by running the migrations:
After the migration ha
ve
been published you can create the necessary tables by running the migrations:
```
php artisan migrate
...
...
...
...