Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Want to upgrate laravel 8.13 to laravel 8.75


I downloaded the Metronic, v8.0.34 because it had the version 8 of laravel. when i opened composer.jason I found the laravel vesion 8.13 but i want to have the laravel version 8.75 linking laravel version on github for reference (https://github.com/laravel/laravel/releases/tag/v8.6.11).
When i tried to update by changing the version of the laravel in composer.json file and ran the command composer update.. it threw errors.

Need guidance on how to proceed.. I also went through the link
https://preview.keenthemes.com/metronic8/laravel/documentation/getting-started/build?demo=demo1

but after step 6 (install composer dependencies) I am getting error.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (5)


Hi Vijey,

In the file composer.json file, please set using the fixed version number.


"laravel/framework": "8.75",


Remove the composer.lock file, then run the command composer install

Thanks



Hi Faizal..

Yes, i did as you said yesterday .. i changed the laravel version and deleted the composer.lock file ran composer update.. but throwing errors ... Trying to do once again .. the same steps.. I will update you soon.

Regards,
Vijey



Hi Vijey,

Please try to upgrade your PHP version to v8 as well.

Thanks



Thanks will update to v8 and get back to you if any errors appear..

Thanks,
Vijey



Feel free to let us know if you have any issue.

Thanks


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(