Hujjat / laravStart

Starter AdminLTE3 with Laravel 5.7 and Vuejs 2+
https://www.youtube.com/playlist?list=PLB4AdipoHpxaHDLIaMdtro1eXnQtl_UvE
378 stars 267 forks source link

How can I to UPGRATE this project into LARAVEL 5.8 Version ? #19

Open chegmarco1989 opened 5 years ago

chegmarco1989 commented 5 years ago

Hi. I would like to know if it is possible to Update this Project (LARAVSTART) in a New Version of LARAVEL (5.8 for example) without compromising the Project ???

Thank you for answering me.

riyaz7us commented 4 years ago

A straightforward method is to open composer.json and update laravel/framework to 5.8. Save the file and go to command line, enter composer install

Although I don't know about safe landing as your project might involve different 3rd party packages. For detailed description, Follow this