We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f6901 commit 9ff5836Copy full SHA for 9ff5836
README.md
@@ -11,15 +11,15 @@ This is where your description should go. Try and limit it to a paragraph or two
11
12
You can install the package via composer:
13
14
-``` bash
+```bash
15
composer require appstract/:package_name
16
```
17
18
### Provider
19
20
Then add the ServiceProvider to your `config/app.php` file:
21
22
-``` php
+```php
23
'providers' => [
24
...
25
@@ -31,14 +31,14 @@ Then add the ServiceProvider to your `config/app.php` file:
31
32
## Usage
33
34
35
$skeleton = new Appstract\Skeleton();
36
echo $skeleton->echoPhrase('Hello, Appstract!');
37
38
39
## Testing
40
41
42
$ composer test
43
44
0 commit comments