You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
# :package_description
1
+
# This is my package SqlDumper
2
2
3
-
[](https://packagist.org/packages/vendor_slug/package_slug)
[](https://packagist.org/packages/furkifor/sql_dumper)
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).
24
24
@@ -29,14 +29,14 @@ We highly appreciate you sending us a postcard from your hometown, mentioning wh
29
29
You can install the package via composer:
30
30
31
31
```bash
32
-
composer require vendor_slug/package_slug
32
+
composer require furkifor/sql_dumper
33
33
```
34
34
35
35
## Usage
36
36
37
37
```php
38
-
$skeleton = new VendorName\Skeleton();
39
-
echo $skeleton->echoPhrase('Hello, VendorName!');
38
+
$sql_dumper = new Furkifor\SqlDumper();
39
+
echo $sql_dumper->echoPhrase('Hello, Furkifor!');
40
40
```
41
41
42
42
## Testing
@@ -59,7 +59,7 @@ Please review [our security policy](../../security/policy) on how to report secu
0 commit comments