You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ This will register your views with Laravel.
103
103
If you have a view `<package root>/resources/views/myView.blade.php`, you can use it like this: `view('your-package-name::myView')`. Of course, you can also use subdirectories to organise your views. A view located at `<package root>/resources/views/subdirectory/myOtherView.blade.php` can be used with `view('your-package-name::subdirectory.myOtherView')`.
104
104
105
105
106
-
Calling `hasViews` will also make views publishable. Users of your package will be able to publish the config file with this command:
106
+
Calling `hasViews` will also make views publishable. Users of your package will be able to publish the views with this command:
0 commit comments