Skip to content

Commit 4384fcb

Browse files
committed
updated documentation
1 parent cd3d551 commit 4384fcb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.wiki

Submodule .wiki updated from dc2e5fa to f22c558

Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[![codecov](https://codecov.io/gh/toramanlis/laravel-implicit-migrations/graph/badge.svg?token=BH5VBNIWMI)](https://codecov.io/gh/toramanlis/laravel-implicit-migrations)
22
[![Known Vulnerabilities](https://snyk.io/test/github/toramanlis/laravel-implicit-migrations/badge.svg)](https://snyk.io/test/github/toramanlis/laravel-implicit-migrations)
3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/toramanlis/implicit-migrations.svg?style=flat-square)](https://packagist.org/packages/toramanlis/laravel-implicit-migrations)
3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/toramanlis/laravel-implicit-migrations.svg?style=flat-square)](https://packagist.org/packages/toramanlis/laravel-implicit-migrations)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
5-
[![Total Downloads](https://img.shields.io/packagist/dt/toramanlis/laravel-implicit-migrations.svg?style=flat-square)](https://packagist.org/packages/toramanlis/implicit-migrations)
5+
[![Total Downloads](https://img.shields.io/packagist/dt/toramanlis/laravel-implicit-migrations.svg?style=flat-square)](https://packagist.org/packages/toramanlis/laravel-implicit-migrations)
66

77

88
- [Overview](#overview)
@@ -220,7 +220,7 @@ return new class extends Migration
220220

221221
# Installation
222222

223-
The recommended installation is using `composer require --dev toramanlis/implicit-migrations` command. Since **this will make the implication attributes unavailable in production**, if you want to use attributes for implications you have to take one of the following approaches:
223+
The recommended installation is using `composer require --dev toramanlis/laravel-implicit-migrations` command. Since **this will make the implication attributes unavailable in production**, if you want to use attributes for implications you have to take one of the following approaches:
224224

225225
### Publishing The Attributes
226226

@@ -245,7 +245,7 @@ Each and every one of the implications are available as both attributes and anno
245245

246246
### Installing To Production
247247

248-
Alternatively, you can always install the package with `composer install toramanlis/implicit-migrations` without the `--dev` option. Having a tool like this in production sure is unnecessary, but it's just that, unnecessary.
248+
Alternatively, you can always install the package with `composer install toramanlis/laravel-implicit-migrations` without the `--dev` option. Having a tool like this in production sure is unnecessary, but it's just that, unnecessary.
249249

250250

251251
# Configuration

0 commit comments

Comments
 (0)