Skip to content

Commit

Permalink
New installation info
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Jul 13, 2017
1 parent 11926f9 commit 5139fbc
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,25 @@

## Installation

### Module Download

Using AsgardCMS's module download command:

``` bash
php artisan asgard:download:module asgardcms/blog --migrations
```

This will download the module and run its migrations .

This is the recommended way if you wish to customise the fields, views, etc.

### Composer
Execute the following command in your terminal

composer require asgardcms/blog-module

This is if the contact module is perfect for your use-case as-is, and doesn't need any changes to fit your needs.

Followed by a composer update

**Note: After installation you'll have to give you the required permissions to get to the blog module pages in the backend.**

Expand All @@ -35,7 +48,6 @@ Followed by a composer update

## Resources

- [View the changelog](CHANGELOG.md)
- [Contribute to AsgardCMS](CONTRIBUTING.md)
- [License](LICENSE.md)

Expand Down

0 comments on commit 5139fbc

Please sign in to comment.