File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ or use the ad-hoc API by interacting with the library singleton directly.
1313
1414## Quickstart
1515
16- 1 . Require the package in your composer setup.
16+ Require the package in your composer setup.
1717
1818```
1919composer require zschuessler/laravel-route-to-class
2020```
2121
22- 2 . Add the service provider to your app configuration
22+ Add the service provider to your app configuration
2323
2424Add the following line under the ` providers ` array key in * app/config.php* :
2525
@@ -30,7 +30,7 @@ Add the following line under the `providers` array key in *app/config.php*:
3030Zschuessler\RouteToClass\ServiceProvider::class,
3131```
3232
33- 3 . Publish the configuration file
33+ Publish the configuration file
3434
3535Run the following command in the root directory of your project:
3636
You can’t perform that action at this time.
0 commit comments