Skip to content
New issue

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? #2

Closed
mardianto opened this issue Jun 27, 2020 · 2 comments
Closed

Page builder not working? #2

mardianto opened this issue Jun 27, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@mardianto
Copy link

Page builder not working?
Screenshot_12

@bagusindrayana
Copy link
Owner

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

current url admin/web-builder is conflic with directory with same name in public

i will update this bug in next commit

@bagusindrayana bagusindrayana added the bug Something isn't working label Jun 27, 2020
@bagusindrayana bagusindrayana pinned this issue Jun 27, 2020
@bagusindrayana
Copy link
Owner

bagusindrayana commented Jun 27, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants