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

Create the Folder before Creating the file #10

Closed
NtemKenyor opened this issue Oct 2, 2022 · 5 comments
Closed

Create the Folder before Creating the file #10

NtemKenyor opened this issue Oct 2, 2022 · 5 comments
Labels
good first issue Good for newcomers hacktoberfest inline with the celebration of open source from hacktoberfest.com Backend contribution.

Comments

@NtemKenyor
Copy link
Contributor

File = "projects/add_project.php"

Instead of creating a new file alone, We should create a new folder and then create the file inside the folder.

Aim: This will help us create a system render of files and other folders inside that particular project for the end-user.

We can call the file "index.html" and maintain the project_location name(code line 22) for the folder, In order to make every folder very unique. (Remember that folders do not have an extension)

@NtemKenyor NtemKenyor added good first issue Good for newcomers hacktoberfest inline with the celebration of open source from hacktoberfest.com Backend contribution. labels Oct 2, 2022
@royninja
Copy link

royninja commented Oct 2, 2022

do I need to create a folder named add_project and the php willbe inside add_project folder?

@NtemKenyor
Copy link
Contributor Author

do I need to create a folder named add_project and the php willbe inside add_project folder?

No. I'm trying to direct you to where you will be contributing to for this issue. All additions should be in that file "add_project.php". Do you understand?

@NtemKenyor
Copy link
Contributor Author

NtemKenyor commented Oct 2, 2022

For more details:

You should only be adjusting the following code lines
line 22
line 50 to 55

GOAL:
The goal is to create a folder for any particular project sent to that endpoint and create a file inside of the folder called "index.html"

@royninja
Copy link

royninja commented Oct 2, 2022

yes, its clear, let me connect you with a solution.
Thank you for the clarification

@NtemKenyor
Copy link
Contributor Author

I will be closing this issue for some discussion as the request pull request has somehow addressed this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest inline with the celebration of open source from hacktoberfest.com Backend contribution.
Projects
None yet
Development

No branches or pull requests

2 participants