indic-amigo-akademi/krishi-mitra

Laravel Upgrade 8

Closed this issue · 0 comments

Description

Laravel Upgrade to 8 is required due to vulnerability rising for older packages and end of life support.

Solution Steps

  • Upgrading dependencies in composer.json
    • php to ^7.3 | ^8.0
    • guzzlehttp/guzzle to ^7.4.3
    • facade/ignition to ^2.3.6
    • laravel/framework to ^8.83
    • laravel/ui to ^3.4
    • nunomaduro/collision to ^5.11
    • phpunit/phpunit to ^9.3.3
  • Move all model classes to Models directory
  • Update Seeder & Factory Namespaces

Checks

  • Migration Needed (DB Change)
  • Packages to be updated (Dependency Change)