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

on server i got this error #19

Open
fakrulue opened this issue Jul 29, 2023 · 4 comments
Open

on server i got this error #19

fakrulue opened this issue Jul 29, 2023 · 4 comments

Comments

@fakrulue
Copy link

please help me to solve this
Screenshot_4

@thatsenam
Copy link

same problem here. i have downloaded the library locally and created a folder inside views named pages it solved my probem. however you can just try to create a folder named pages, it should be fixed.

@fakrulue
Copy link
Author

fakrulue commented Aug 4, 2023

same problem not solve cloud you please share your core file

@fakrulue
Copy link
Author

same problem here. i have downloaded the library locally and created a folder inside views named pages it solved my probem. however you can just try to create a folder named pages, it should be fixed.

please share your core file with me

@melmasry97
Copy link

i got same issue but in all the dependency related to page I want to created

here is the page slug this/test

image

and every time I save its retrun an error into console cause some DIR not exist or permission denied
I don't know why it's not making or creating this files if doesn't exist
and Iam using windows btw . so idk why return a permission denied

  file_put_contents($routes, str_replace(
                "Route::get('".$old_slug."', [FrontendController::class, '".$old_method."']);\n",
                "Route::get('".$new_slug."', [FrontendController::class, '".$new_method."']);\n",
                file_get_contents($routes)

here is some issue I have faced all of them
lang dir not exist
css dir not exist
resources not exist

image

image

any way to solve it ?
its solved by manually created this file , but not valuable like that .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants