Recommendations
This is the official documentation of the forestadmin/laravel-forestadmin
v2+ and forestadmin/symfony-forestadmin
PHP agents.
The new agent is built with a different architecture and breaks API retro compatibility with the legacy agents.
Migrating is not a complex process, but it cannot be done incrementally. Customers have reported that they achieved this in a single working day, but it ultimately depends on the complexity of your project.
Common pitfalls
Getting stuck
Feedback about any issue you encounter during the migration process is invaluable to us, so please don't hesitate to share it.
Premature optimizations
When migrating from a previous version of the Agent, your objective is to make sure that your old agent can be substituted by the new one.
When you start coding, you will notice that the new API allows you to use more performant code and will be tempted to use it as you go.
We recommend shortening the migration process as much as possible by restraining yourself to the minimum amount of changes.
Testing
Once you have migrated your project, you will need to test it thoroughly to make sure that everything works as expected.
Last updated