Skip to content

Commit 761aaa7

Browse files
committed
Removed Laravel stuff from readme
1 parent 99bcde8 commit 761aaa7

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ A Laravel PHP Composer packaged of useful CommonMark extensions for The PHP Leag
1313
- [Installation](#installation)
1414
- [Installing the Composer package](#installing-the-composer-package)
1515
- [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)
1716
- [Running the tests](#running-the-tests)
1817
- [Wiki](#wiki)
1918
- [Markdown features](#markdown-features)
@@ -59,18 +58,6 @@ Add `JohnnyHuy\Laravel\UsefulCommonMarkExtension::class` in `config/markdown.php
5958
],
6059
```
6160

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:
65-
66-
```php
67-
'providers' => [
68-
...
69-
JohnnyHuy\Laravel\UsefulCommonMarkExtensionServiceProvider::class,
70-
...
71-
],
72-
```
73-
7461
## Running the tests
7562

7663
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

Comments
 (0)