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
[](https://packagist.org/packages/toramanlis/laravel-implicit-migrations)
3
+
[](https://packagist.org/packages/toramanlis/laravel-implicit-migrations)
@@ -220,7 +220,7 @@ return new class extends Migration
220
220
221
221
# Installation
222
222
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:
224
224
225
225
### Publishing The Attributes
226
226
@@ -245,7 +245,7 @@ Each and every one of the implications are available as both attributes and anno
245
245
246
246
### Installing To Production
247
247
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.
0 commit comments