Skip to content

Commit

Permalink
Merge pull request cartalyst#13 from tonydew/master
Browse files Browse the repository at this point in the history
Removed "app/models" from "classmap" in composer.json
  • Loading branch information
brunogaspar committed Jun 2, 2014
2 parents 11fbdb9 + a4ecd32 commit 44fefb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"classmap": [
"app/commands",
"app/controllers",
"app/models",
"app/database/migrations",
"app/database/seeds",
"app/tests/TestCase.php"
Expand Down
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ composer install
php artisan migrate --package="cartalyst/sentry"
```

##### 7. Publish the package to app folder(app/config/packages), so that you can manage throttling or other settings
##### 7. Run the database seeder

```
php artisan db:seed
```

##### 8. Publish the package to app folder(app/config/packages), so that you can manage throttling or other settings

```
php artisan config:publish cartalyst/sentry
Expand Down

0 comments on commit 44fefb4

Please sign in to comment.