Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
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.
...
@@ -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 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
php artisan migrate
...
...
...
...