MobMin / digital_atlas

A detailed overview of the digital and spiritual landscape for the countries of the world.
GNU General Public License v3.0
17 stars 5 forks source link

01-12-2024: Update the Laravel Framework to 10.X #32

Closed codemis closed 3 months ago

codemis commented 6 months ago

Description

We need to upgrade the core framework to Laravel 10.x. This will require 3 steps:

  1. Upgrade to the latest version of Laravel 8.x.
  2. Upgrade to Laravel 9.x.
  3. Finally upgrade to Laravel 10.x.

Once upgraded, we should upgrade any additional libraries we use. Simply run composer outdated to see which libraries need to be updated.

Additional Information

You can find more information about Laravel in their documentation.