-
Description:We are using Laravel library in the core PHP project and wanted to update the major version to Laravel-8 but we are facing some internal issues when using helpers like url(), route(), etc. Also, we don't have php artisan in the project so
Steps To Reproduce:Just upgrade to laravel-8 from 5.6
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Adding the following code to the file bootstrap.php solved my issue.
|
Beta Was this translation helpful? Give feedback.
Adding the following code to the file bootstrap.php solved my issue.