Skip to content

Commit

Permalink
Updated the readme for package auto-discovery.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkbushell committed Aug 26, 2023
1 parent af24d0c commit c24a0f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Install the package via composer:

## Usage

First, add the eloquence service provider to your config/app.php file:
Eloquence is automatically discoverable by Laravel, and shouldn't require any further steps. For those on earlier versions of Laravel,
you can add the package as per normal in your config/app.php file:

'Eloquence\EloquenceServiceProvider',

Expand Down

0 comments on commit c24a0f3

Please sign in to comment.