Skip to content

Commit 9554dd7

Browse files
committed
chore: update README
1 parent 23b0c9c commit 9554dd7

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

README.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77

88
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
99

10-
## Support us
11-
12-
[<img src="https://github-ads.s3.eu-central-1.amazonaws.com/laravel-scalar.jpg?t=1" width="419px" />](https://spatie.be/github-ad-click/laravel-scalar)
13-
14-
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
15-
16-
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
17-
1810
## Installation
1911

2012
You can install the package via composer:
@@ -23,26 +15,12 @@ You can install the package via composer:
2315
composer require scalar/laravel
2416
```
2517

26-
You can publish and run the migrations with:
27-
28-
```bash
29-
php artisan vendor:publish --tag="laravel-scalar-migrations"
30-
php artisan migrate
31-
```
32-
3318
You can publish the config file with:
3419

3520
```bash
3621
php artisan vendor:publish --tag="laravel-scalar-config"
3722
```
3823

39-
This is the contents of the published config file:
40-
41-
```php
42-
return [
43-
];
44-
```
45-
4624
Optionally, you can publish the views using
4725

4826
```bash
@@ -51,10 +29,7 @@ php artisan vendor:publish --tag="laravel-scalar-views"
5129

5230
## Usage
5331

54-
```php
55-
$scalar = new Scalar\Scalar();
56-
echo $scalar->echoPhrase('Hello, Scalar!');
57-
```
32+
TODO
5833

5934
## Testing
6035

0 commit comments

Comments
 (0)