Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Update autoloads for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oranges13 committed Jul 23, 2019
1 parent 6345d67 commit dd2df55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
"mockery/mockery": "^1.0"
},
"autoload": {
"classmap": [
"database/seeds",
"database/factories"
],
"psr-4": {
"App\\": "app/"
}
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This application is built on the [Lumen Framework](https://lumen.laravel.com/doc

Download the most recent release and expand the archive into your webserver root directory, or clone the `release` branch.

In the application base directory, run `composer install`.
In the application base directory, run `composer install`. (For production use add the `--no-dev` flag).

Copy `.env.example` to `.env` and fill out the required configuration variables.

Expand Down

0 comments on commit dd2df55

Please sign in to comment.