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
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,6 @@ A Laravel PHP Composer packaged of useful CommonMark extensions for The PHP Leag
13
13
-[Installation](#installation)
14
14
-[Installing the Composer package](#installing-the-composer-package)
15
15
-[Adding the Markdown extension to a config](#adding-the-markdown-extension-to-a-config)
16
-
-[(Optional) Adding the service provider to app config](#optional-adding-the-service-provider-to-app-config)
17
16
-[Running the tests](#running-the-tests)
18
17
-[Wiki](#wiki)
19
18
-[Markdown features](#markdown-features)
@@ -59,18 +58,6 @@ Add `JohnnyHuy\Laravel\UsefulCommonMarkExtension::class` in `config/markdown.php
59
58
],
60
59
```
61
60
62
-
#### (Optional) Adding the service provider to app config
63
-
64
-
If automatic package discovery is not enabled in your project, add the following line to register the service provider in your `config/app.php`. Here's an example:
Clone this repository and run `composer install` to install all relevant Composer packages. Change the root extension directory and run the following command to execute PHPUnit test cases.
0 commit comments