Skip to content

Commit 11f475c

Browse files
Note required configuration for Laravel 8
1 parent bcdd8ff commit 11f475c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ composer require --dev laravel-shift/blueprint
2222

2323
Blueprint will automatically register itself using [package discovery](https://laravel.com/docs/packages#package-discovery).
2424

25+
_**Additional Configuration**: If you are running Laravel 8, or registering class-based routes or using the `app/Models` folder, you will need to configure Blueprint. Please review the [Blueprint Docs](https://blueprint.laravelshift.com/docs/advanced-configuration/) for additional guidance._
26+
2527
## Basic Usage
2628
Blueprint comes with a set of artisan commands. The one you'll use the most is the `blueprint:build` command to generate the Laravel components:
2729

0 commit comments

Comments
 (0)