The env vars ANALYTICS_PROVIDER, ANALYTICS_PROVIDER, ANALYTICS_TRACKING_ID are no longer required in the .env file. From now on you can use the admin panel to set up Google Analytics 4 by inserting the tracking ID.
Participes has been updated to Laravel 8. It requires PHP 7.4 or higher.
New migrations are being added for the new Laravel version. If you installed Participes before 2023, you should run the new migrations. You can do this by running php artisan migrate in the root directory of the project. In production you should run php artisan migrate --force to avoid any errors.
As always, we recommend you to make a backup of your database before running the migrations.
Removed fzaninotto/faker dependency for the sake of Laravel 8. Faker
2023-01 Migration
ANALYTICS_PROVIDER
,ANALYTICS_PROVIDER
,ANALYTICS_TRACKING_ID
are no longer required in the .env file. From now on you can use the admin panel to set up Google Analytics 4 by inserting the tracking ID.php artisan migrate
in the root directory of the project. In production you should runphp artisan migrate --force
to avoid any errors.