We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d0594 commit 153fafbCopy full SHA for 153fafb
1 file changed
php/sqlcommenter-php/packages/sqlcommenter-laravel/README.md
@@ -6,7 +6,7 @@ with comments that can be used later to correlate user code with SQL statements.
6
7
### Installation
8
9
-Add this to your composer.json
+Add this to your `composer.json`
10
```shell
11
"repositories": [
12
{
@@ -28,8 +28,8 @@ php artisan vendor:publish --provider="Google\GoogleSqlCommenterLaravel\GoogleSq
28
29
```
30
31
-Add the following class above ``Illuminate\Database\DatabaseServiceProvider::class,
32
-`` in config/app.php
+Add the following class above `Illuminate\Database\DatabaseServiceProvider::class`,
+ in `config/app.php`
33
```php
34
'providers' => [
35
...
0 commit comments