|
1 | 1 | # Laravel Actions |
2 | 2 |
|
3 | | -<img src="https://preview.dragon-code.pro/TheDragonCode/laravel-actions.svg?brand=laravel" alt="Laravel Actions"/> |
| 3 | +<img src="https://preview.dragon-code.pro/TheDragonCode/migration-actions.svg?brand=laravel" alt="Laravel Migration Actions"/> |
4 | 4 |
|
5 | 5 | [![Stable Version][badge_stable]][link_packagist] |
6 | 6 | [![Unstable Version][badge_unstable]][link_packagist] |
|
15 | 15 | To get the latest version of Laravel Actions, simply require the project using [Composer](https://getcomposer.org): |
16 | 16 |
|
17 | 17 | ```bash |
18 | | -$ composer require dragon-code/laravel-actions |
| 18 | +$ composer require dragon-code/laravel-migration-actions |
19 | 19 | ``` |
20 | 20 |
|
21 | 21 | Or manually update `require` block of `composer.json` and run `composer update`. |
22 | 22 |
|
23 | 23 | ```json |
24 | 24 | { |
25 | 25 | "require": { |
26 | | - "dragon-code/laravel-actions": "^2.0" |
| 26 | + "dragon-code/laravel-migration-actions": "^3.0" |
27 | 27 | } |
28 | 28 | } |
29 | 29 | ``` |
30 | 30 |
|
31 | | -### Upgrade from `andrey-helldar/laravel-actions` |
| 31 | +### Upgrade from `dragon-code/laravel-actions` |
32 | 32 |
|
33 | | -1. In your `composer.json` file, replace `"andrey-helldar/laravel-actions": "^1.0"` with `"dragon-code/laravel-actions": "^2.0"`. |
| 33 | +1. In your `composer.json` file, replace `"dragon-code/laravel-actions": "^2.0"` with `"dragon-code/laravel-migration-actions": "^3.0"`. |
| 34 | +3. Run the `command composer` update. |
| 35 | +4. Profit! |
| 36 | + |
| 37 | +### Upgrade from `andrey-helldar/laravel-migration-actions` |
| 38 | + |
| 39 | +1. In your `composer.json` file, replace `"andrey-helldar/laravel-actions": "^1.0"` with `"dragon-code/laravel-migration-actions": "^3.0"`. |
34 | 40 | 2. Replace the `Helldar\LaravelActions` namespace prefix with `DragonCode\LaravelActions` in your app; |
35 | 41 | 3. Run the `command composer` update. |
36 | 42 | 4. Profit! |
@@ -273,18 +279,18 @@ php artisan migrate:actions:status |
273 | 279 | This package is licensed under the [MIT License](LICENSE). |
274 | 280 |
|
275 | 281 |
|
276 | | -[badge_build]: https://img.shields.io/github/workflow/status/TheDragonCode/laravel-actions/phpunit?style=flat-square |
| 282 | +[badge_build]: https://img.shields.io/github/workflow/status/TheDragonCode/laravel-migration-actions/phpunit?style=flat-square |
277 | 283 |
|
278 | | -[badge_downloads]: https://img.shields.io/packagist/dt/dragon-code/laravel-actions.svg?style=flat-square |
| 284 | +[badge_downloads]: https://img.shields.io/packagist/dt/dragon-code/laravel-migration-actions.svg?style=flat-square |
279 | 285 |
|
280 | | -[badge_license]: https://img.shields.io/packagist/l/dragon-code/laravel-actions.svg?style=flat-square |
| 286 | +[badge_license]: https://img.shields.io/packagist/l/dragon-code/laravel-migration-actions.svg?style=flat-square |
281 | 287 |
|
282 | | -[badge_stable]: https://img.shields.io/github/v/release/TheDragonCode/laravel-actions?label=stable&style=flat-square |
| 288 | +[badge_stable]: https://img.shields.io/github/v/release/TheDragonCode/laravel-migration-actions?label=stable&style=flat-square |
283 | 289 |
|
284 | 290 | [badge_unstable]: https://img.shields.io/badge/unstable-dev--main-orange?style=flat-square |
285 | 291 |
|
286 | | -[link_build]: https://github.com/TheDragonCode/laravel-actions/actions |
| 292 | +[link_build]: https://github.com/TheDragonCode/laravel-migration-actions/actions |
287 | 293 |
|
288 | 294 | [link_license]: LICENSE |
289 | 295 |
|
290 | | -[link_packagist]: https://packagist.org/packages/dragon-code/laravel-actions |
| 296 | +[link_packagist]: https://packagist.org/packages/dragon-code/laravel-migration-actions |
0 commit comments