Create the Project Structure
text
it34a/
├── index.php
├── config/
├── auth/
├── app/
│ ├── admin/
│ ├── manager/
│ └── user/
└── includes/
- index.php
- config/config.php
- config/functions.php
- auth/signout.php
- app/admin/index.php
- app/manager/index.php
- app/user/index.php
Sign in to save your progress permanently.
Progress is saved in your browser session
Step 2 of 5