File tree Expand file tree Collapse file tree 3 files changed +7
-13
lines changed
Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 1414 }
1515 ],
1616 "require" : {
17- "php" : " >=7.1.3"
17+ "php" : " >=7.1.3" ,
18+ "laravel/framework" : " ^6.0"
1819 },
1920 "autoload" : {
2021 "psr-4" : {
Original file line number Diff line number Diff line change 66
77class ErrorsServiceProvider extends ServiceProvider
88{
9- /**
10- * Indicates if loading of the provider is deferred.
11- *
12- * @var bool
13- */
14- protected $ defer = true ;
15-
169 /**
1710 * Register the service provider.
1811 *
1912 * @return void
2013 */
21- public function register ()
14+ public function boot ()
2215 {
2316 $ this ->publishes ([
24- __DIR__ .'/publish/errors ' => base_path ('views/errors ' ),
25- __DIR__ .'/publish/svg ' => base_path ( ' public/ svg ' ),
26- ]);
17+ __DIR__ .'/publish/errors ' => resource_path ('views/errors ' ),
18+ __DIR__ .'/publish/svg ' => public_path ( ' svg ' ),
19+ ], ' laravel-collective-errors ' );
2720 }
2821}
Original file line number Diff line number Diff line change 489489
490490 <div class =" relative pb-full md:flex md:pb-0 md:min-h-screen w-full md:w-1/2" >
491491 <div class =" vh-100 absolute pin bg-laravel" >
492- <img class =" logo-image" src =" /svg/laravel-brand .svg" alt =" " >
492+ <img class =" logo-image" src =" /svg/laravel.svg" alt =" laravel brand " >
493493 </div >
494494 </div >
495495 </div >
You can’t perform that action at this time.
0 commit comments