We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Page builder not working?
The text was updated successfully, but these errors were encountered:
ahh sorry,route conflict with directory inside public you can change route url in https://github.com/bagusindrayana/goblog/blob/master/routes/web.php#L31 change it with a new url of this kind Route::get("page/create/web-builder",'PageController@viewWebBuilder')->name("page.web-builder"); or another you want
Route::get("page/create/web-builder",'PageController@viewWebBuilder')->name("page.web-builder");
current url admin/web-builder is conflic with directory with same name in public
i will update this bug in next commit
Sorry, something went wrong.
i have new commit and update include this bug and missing user_id in create new page
and add some new feature -menu drag and drop like wordpres with this library https://github.com/harimayco/wmenu-builder
No branches or pull requests
Page builder not working?
The text was updated successfully, but these errors were encountered: