HansSchouten / Laravel-Pagebuilder

A drag and drop pagebuilder to manage pages in any Laravel project
https://www.phpagebuilder.com
MIT License
799 stars 184 forks source link

How to change the SQL query to add multiple where conditions to show page based on other column field's value as well? #123

Open mohit77u opened 2 years ago

HansSchouten commented 2 years ago

You can create a custom page router that extends this contract: https://github.com/HansSchouten/PHPageBuilder/blob/master/src/Contracts/RouterContract.php. Next, you should replace the router in the config file: https://github.com/HansSchouten/PHPageBuilder/blob/master/config/config.example.php#L162

mohit77u commented 2 years ago

And how can I upload images and files to s3 bucket with page builder file uploader..??