HansSchouten / PHPageBuilder

A drag and drop page builder to manage pages in any PHP project
https://www.phpagebuilder.com
MIT License
706 stars 178 forks source link

Missing usage references with Framework Laminas #167

Open miqueiasrafael opened 1 year ago

miqueiasrafael commented 1 year ago

After downloading and trying to run the library via composer to use with Laravel and MySql, it was identified the absence of some tables and seed to perform the migration, as I was able to solve it on the laravel side.

However, when trying to redo the installation via composer for Laminas/Zend3, it did not run and reported some problems such as error 500, Bad Authorization. Has anyone else tried using laminas in the latest version?