Skip to content
Update Installation authored by Sean Hudson's avatar Sean Hudson
......@@ -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 has been published you can create the necessary tables by running the migrations:
After the migration have been published you can create the necessary tables by running the migrations:
```
php artisan migrate
......
......