Picture of the author

Introduction

Upgrade Guide

Upgrading from v0.8 to v1.0

This guide will walk you through the steps necessary to upgrade from version 0.8.0 to 1.0.0 of our Laravel package.

We hope this upgrade guide helps make the transition to version 1.0.0 of our Laravel package as smooth as possible. If you have any questions or concerns, please reach out to us for support.

Dropping Support for PHP 7.4

Likelihood of Impact: High

Please note that starting with version 1.0, our Laravel package will no longer support PHP 7.4. If you are currently running PHP 7.4, you will need to upgrade to a newer version of PHP before installing version 1.0.0 of our package.

Switch Testing Framework from PHPUnit to Pest

Likelihood of Impact: Low (only for contributors)

In version 1.0 of our Laravel package, we will be switching the testing framework from PHPUnit to Pest. This change will not affect the functionality of the package for users.

If you have contributed to the development of the package or plan to do so in the future, we recommend you to familiarize yourself with the Pest testing framework. The switch to Pest will improve the testing process and allow for more efficient and effective tests.

Previous
Release Notes