We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de85ae commit d37bc25Copy full SHA for d37bc25
README.md
@@ -646,9 +646,9 @@ if ($var1 > 1)
646
647
You make an empty file, and we fill it, based on naming conventions.
648
649
-If you create an empty `.php` file which ends with `ServiceProvider.php` after running this command:
650
-1 - It will be filled with a boilerplate and correct Psr-4 namespace.
651
-2 - It will be appended to the `providers` array in the `config/app.php`
+If you create an empty `.php` file which ends with `ServiceProvider.php` after running this command: </br>
+- It will be filled with a boilerplate and correct Psr-4 namespace. </br>
+- It will be appended to the `providers` array in the `config/app.php`
652
653
654
<a name="imports"></a>
0 commit comments