-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #152 from TheDragonCode/5.x
Removed support for older versions of Laravel
- Loading branch information
Showing
61 changed files
with
168 additions
and
579 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
database/migrations/anonymous/2022_08_18_180137_change_migration_actions_table.php
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...ase/migrations/anonymous/2023_01_21_172923_rename_migrations_actions_table_to_actions.php
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
database/migrations/named/2022_08_18_180137_change_migration_actions_table.php
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
database/migrations/named/2023_01_21_172923_rename_migrations_actions_table_to_actions.php
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# 5.x | ||
|
||
## 5.0.0 - 2024-05-13 | ||
|
||
### Removed | ||
|
||
- Removed support for Laravel Framework 7, 8 and 9 versions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Changelog | ||
|
||
- [5.x](5.x.md) | ||
- [4.x](4.x.md) | ||
- [3.x](3.x.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Upgrading To 5.x from 4.x | ||
|
||
## High Impact Changes | ||
|
||
- [Updating Dependencies](#updating-dependencies) | ||
|
||
## Updating Dependencies | ||
|
||
### PHP 8.2.0 Required | ||
|
||
Deploy Actions for Laravel now requires PHP 8.2.0 or greater. | ||
|
||
### Composer Dependencies | ||
|
||
You should update the following dependencies in your application's `composer.json` file: | ||
|
||
- `dragon-code/laravel-actions` to `^5.0` | ||
|
||
Then you need to update the dependencies: | ||
|
||
```bash | ||
composer update | ||
``` | ||
|
||
### Laravel 10 | ||
|
||
If you are using Laravel 10, then you need to install the dependency: | ||
|
||
```bash | ||
composer require doctrine/dbal | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Upgrade Guide | ||
|
||
* [Upgrading To 5.x from 4.x](5.x.md) | ||
* [Upgrading To 4.x from 3.x](4.x.md) | ||
* [Upgrading To 3.x from 2.x](3.x.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.