Skip to content
Update Installation authored by Sean Hudson's avatar Sean Hudson
...@@ -2,9 +2,7 @@ You can install the package via composer. ...@@ -2,9 +2,7 @@ You can install the package via composer.
``` ```
"require": { "require": {
...
"crowandraven/raven-cms": "dev-master" "crowandraven/raven-cms": "dev-master"
...
} }
``` ```
...@@ -31,7 +29,7 @@ Finally, you can publish the migrations with: ...@@ -31,7 +29,7 @@ Finally, you can publish the migrations with:
php artisan vendor:publish --provider="CrowAndRaven\CMS\CMSServiceProvider" --tag=migrations 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 php artisan migrate
... ...
......