Skip to content

Commit

Permalink
Removed Laravel stuff from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyhuy committed Jan 5, 2020
1 parent 99bcde8 commit 761aaa7
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ A Laravel PHP Composer packaged of useful CommonMark extensions for The PHP Leag
- [Installation](#installation)
- [Installing the Composer package](#installing-the-composer-package)
- [Adding the Markdown extension to a config](#adding-the-markdown-extension-to-a-config)
- [(Optional) Adding the service provider to app config](#optional-adding-the-service-provider-to-app-config)
- [Running the tests](#running-the-tests)
- [Wiki](#wiki)
- [Markdown features](#markdown-features)
Expand Down Expand Up @@ -59,18 +58,6 @@ Add `JohnnyHuy\Laravel\UsefulCommonMarkExtension::class` in `config/markdown.php
],
```

#### (Optional) Adding the service provider to app config

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:

```php
'providers' => [
...
JohnnyHuy\Laravel\UsefulCommonMarkExtensionServiceProvider::class,
...
],
```

## Running the tests

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.
Expand Down

0 comments on commit 761aaa7

Please sign in to comment.