Skip to content

Laravel PreShift #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Laravel PreShift #1

wants to merge 1 commit into from

Conversation

wafazz
Copy link
Owner

@wafazz wafazz commented Mar 28, 2025

This pull request contains changes from the Laravel PreShift to give you a feel for running Shift. All Shifts open a pull request with the changes in nice, atomic commits. This allows you to review each change in isolation.

Shift also leaves detailed comments for any additional manual changes you may need to make, or changes you may want to implement to follow the latest conventions.

To complete a Shift:

  • Checkout the shift-145152 branch
  • Review all pull request comments
  • Thoroughly test your application

If you have any issue with your Shift, never hesitate to contact support@laravelshift.com, or check out the Human Shifts for more hands-on support.

@wafazz
Copy link
Owner Author

wafazz commented Mar 28, 2025

ℹ️ Shift detected you are currently on Laravel 5.8. The latest version is Laravel 12. To begin your upgrade, start by running the Laravel 6.x Shift. While you are welcome to purchase each Shift individually, subscribing to the Legacy Plan will save you some money and offers access to more automated services.

Since you on an older version of Laravel, Shift recommends watching upgrading old Laravel applications for tips on running multiple Shift efficiently.

@wafazz
Copy link
Owner Author

wafazz commented Mar 28, 2025

⚠️ Shift did not detect a code style within your project. All Shifts format your code to "normalize" files before performing comparisons. This improves the automation.Shift supports Pint, PHP CS Fixer, or PHP CodeSniffer. By default, Shift will apply the Laravel code style as defined by Pint. For more information on customizing the code style applied by Shift, you may watch this short video.

@wafazz
Copy link
Owner Author

wafazz commented Mar 28, 2025

ℹ️ All Shifts bump core Laravel dependencies as well as popular community packages. However, some packages may have their own upgrade steps. To make review easier, Shift will note packages which are bumped major versions, as well as packages which were not bumped or potentially abandoned.

The following dependencies are abandoned. You will need to remove or replace these packages during your upgrade.

@wafazz
Copy link
Owner Author

wafazz commented Mar 28, 2025

ℹ️ Shift did not detect any tests other than the default Laravel tests provided by Laravel. Having tests not only gives you confidence that your application is behaving as expected, but also makes it easier to verify upgrades.

You can get started with writing tests by running the Tests Generator to quickly stub PHPUnit (or Pest) tests for all the controller actions and commands in your application.

@wafazz
Copy link
Owner Author

wafazz commented Mar 28, 2025

ℹ️ Shift did not detect a CI workflow for your project. Shift recommends setting up CI as a way to automatically verify your changes.

GitHub offers free CI workflows. The CI Generator can create workflows to check for lint, analyze code, and run tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants