A drag and drop pagebuilder to manage pages in any Laravel project
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
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