Learn how to upgrade your Instructor installation.
Recent changes to the Instructor package may require some manual fixes in your codebase.
Run the following command in your CLI:
Correct your config files to use new namespaces.
Correct INSTRUCTOR_CONFIG_PATH in .env file to config/instructor
(or your custom path).
Make sure that your code follows new namespaces.
Suggestion: use IDE search and replace to find and replace old namespaces with new ones.
Learn how to upgrade your Instructor installation.
Recent changes to the Instructor package may require some manual fixes in your codebase.
Run the following command in your CLI:
Correct your config files to use new namespaces.
Correct INSTRUCTOR_CONFIG_PATH in .env file to config/instructor
(or your custom path).
Make sure that your code follows new namespaces.
Suggestion: use IDE search and replace to find and replace old namespaces with new ones.