-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
1,748 additions
and
509 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
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,51 @@ | ||
# Upgrade Guide | ||
|
||
[include:file]: ./docs/Shared/Upgrade.md | ||
[//]: # (start: 39d35167e0d4cea1b3b411d449b79f0b6df5fcbf65c5d8b9775671fe5603b7c9) | ||
[//]: # (warning: Generated automatically. Do not edit.) | ||
|
||
## Instructions | ||
|
||
1. Determine the current version (`composer info ...`) | ||
2. Choose the wanted version | ||
3. Follow the instructions | ||
4. ?????? | ||
5. PROFIT | ||
|
||
For example, if the current version is `2.x` and you want to migrate to `5.x`, you need to perform all steps in the following order: | ||
|
||
* "Upgrade from v2" | ||
* "Upgrade from v3" | ||
* "Upgrade from v4" | ||
|
||
Please also see [changelog](https://github.com/LastDragon-ru/lara-asp/releases) to find all changes. | ||
|
||
## Legend | ||
|
||
| 🤝 | Backward-compatible change. Please note that despite you can ignore it now, but it will be mandatory in the future. | | ||
|:--:|---------------------------------------------------------------------------------------------------------------------| | ||
|
||
[//]: # (end: 39d35167e0d4cea1b3b411d449b79f0b6df5fcbf65c5d8b9775671fe5603b7c9) | ||
|
||
# Packages | ||
|
||
[include:package-list]: ./packages ({"template": "upgradable"}) | ||
[//]: # (start: 39292ac87c6fc1ec1884b9449c69f39245874999bd085380a87c7473ffae043b) | ||
[//]: # (warning: Generated automatically. Do not edit.) | ||
|
||
* [Core](<packages/core/UPGRADE.md>) | ||
* [Documentator](<packages/documentator/UPGRADE.md>) | ||
* [Eloquent Helpers](<packages/eloquent/UPGRADE.md>) | ||
* [Formatter](<packages/formatter/UPGRADE.md>) | ||
* [GraphQL Extensions for Lighthouse](<packages/graphql/UPGRADE.md>) | ||
* [GraphQL Printer](<packages/graphql-printer/UPGRADE.md>) | ||
* [Migrator](<packages/migrator/UPGRADE.md>) | ||
* [SPA Helpers](<packages/spa/UPGRADE.md>) | ||
* [Serializer](<packages/serializer/UPGRADE.md>) | ||
* [Testing Helpers 🐝](<packages/testing/UPGRADE.md>) | ||
|
||
[//]: # (end: 39292ac87c6fc1ec1884b9449c69f39245874999bd085380a87c7473ffae043b) | ||
|
||
# Upgrade from v5 | ||
|
||
* [ ] Installation of the root `lastdragon-ru/lara-asp` package is not recommended anymore 🤝 |
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,6 @@ | ||
{ | ||
"symbol-whitelist": [ | ||
"Composer\\InstalledVersions", | ||
"Laravel\\Scout\\Builder" | ||
] | ||
} |
Oops, something went wrong.