Skip to content

Commit 60eb8c5

Browse files
committed
Merge branch 'main' of github.com:laracraft-tech/laravel-dynamic-model into main
2 parents 068566a + ced8ea5 commit 60eb8c5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

readme.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Laravel Dynamic Model
22

33
<p align="left">
4-
<!--<a href="https://packagist.org/packages/sairahcaz/laravel-dynamic-model"><img src="https://img.shields.io/packagist/dt/sairahcaz/laravel-dynamic-model" alt="Total Downloads"></a>-->
5-
<a href="https://packagist.org/packages/sairahcaz/laravel-dynamic-model"><img src="https://img.shields.io/packagist/v/sairahcaz/laravel-dynamic-model" alt="Latest Stable Version"></a>
6-
<a href="https://packagist.org/packages/sairahcaz/laravel-dynamic-model"><img src="https://img.shields.io/packagist/l/sairahcaz/laravel-dynamic-model" alt="License"></a>
4+
<!--<a href="https://packagist.org/packages/laracraft-tech/laravel-dynamic-model"><img src="https://img.shields.io/packagist/dt/laracraft-tech/laravel-dynamic-model" alt="Total Downloads"></a>-->
5+
<a href="https://packagist.org/packages/laracraft-tech/laravel-dynamic-model"><img src="https://img.shields.io/packagist/v/laracraft-tech/laravel-dynamic-model" alt="Latest Stable Version"></a>
6+
<a href="https://packagist.org/packages/laracraft-tech/laravel-dynamic-model"><img src="https://img.shields.io/packagist/l/laracraft-tech/laravel-dynamic-model" alt="License"></a>
77
</p>
88

99
## Introduction
@@ -26,8 +26,8 @@ $ composer require doctrine/dbal
2626
### Package
2727

2828
``` bash
29-
$ composer require sairahcaz/laravel-dynamic-model
30-
$ php artisan vendor:publish --provider="Sairahcaz\LaravelDynamicModel\DynamicModelServiceProvider" --tag="config"
29+
$ composer require laracraft-tech/laravel-dynamic-model
30+
$ php artisan vendor:publish --provider="LaracraftTech\LaravelDynamicModel\DynamicModelServiceProvider" --tag="config"
3131
```
3232

3333

@@ -85,7 +85,7 @@ dd($foo->first());
8585
Which gives us:
8686

8787
```
88-
^ Sairahcaz\LaravelDynamicModel\DynamicModel {#328 ▼
88+
^ LaracraftTech\LaravelDynamicModel\DynamicModel {#328 ▼
8989
#connection: "mysql"
9090
#table: "foo"
9191
#primaryKey: "id"
@@ -159,14 +159,14 @@ If you discover any security related issues, please email zacharias.creutznacher
159159

160160
MIT. Please see the [license file](license.md) for more information.
161161

162-
[ico-version]: https://img.shields.io/packagist/v/sairahcaz/laravel-dynamic-model.svg?style=flat-square
163-
[ico-downloads]: https://img.shields.io/packagist/dt/sairahcaz/laravel-dynamic-model.svg?style=flat-square
164-
[ico-travis]: https://img.shields.io/travis/sairahcaz/laravel-dynamic-model/master.svg?style=flat-square
162+
[ico-version]: https://img.shields.io/packagist/v/laracraft-tech/laravel-dynamic-model.svg?style=flat-square
163+
[ico-downloads]: https://img.shields.io/packagist/dt/laracraft-tech/laravel-dynamic-model.svg?style=flat-square
164+
[ico-travis]: https://img.shields.io/travis/laracraft-tech/laravel-dynamic-model/master.svg?style=flat-square
165165
[ico-styleci]: https://styleci.io/repos/12345678/shield
166166

167-
[link-packagist]: https://packagist.org/packages/sairahcaz/laravel-dynamic-model
168-
[link-downloads]: https://packagist.org/packages/sairahcaz/laravel-dynamic-model
169-
[link-travis]: https://travis-ci.org/sairahcaz/laravel-dynamic-model
167+
[link-packagist]: https://packagist.org/packages/laracraft-tech/laravel-dynamic-model
168+
[link-downloads]: https://packagist.org/packages/laracraft-tech/laravel-dynamic-model
169+
[link-travis]: https://travis-ci.org/laracraft-tech/laravel-dynamic-model
170170
[link-styleci]: https://styleci.io/repos/12345678
171-
[link-author]: https://github.com/sairahcaz
171+
[link-author]: https://github.com/laracraft-tech
172172
[link-contributors]: ../../contributors

0 commit comments

Comments
 (0)