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
Please help me to solve this issue When i am trying to edit page and click on update this error arrived.
The text was updated successfully, but these errors were encountered:
i also faced the same problem.
Sorry, something went wrong.
i also got it . it's cause the $dir_path it's not correct it's suppose to use base_path()
$dir_path
base_path()
after that you will face it on lines : [161 , 177 ]
protected function generateRoute($slug, $route) { $routes = __DIR__.'/../../routes/frontend.php'; // dd(__DIR__); $method_name = $this->getControllerMethodName($slug);
protected function addControllerMethod($method_name, $slug) { $controller = __DIR__.'/../Http/Controllers/FrontendController.php'; $target_view = $slug === '/' ? 'home-page' : $slug;
that should solve the issue above
after i solve those 3 dir path issue it's created successfully
No branches or pull requests
Please help me to solve this issue
When i am trying to edit page and click on update this error arrived.
The text was updated successfully, but these errors were encountered: