lighthouse-na / skillharbor

Set sail with SkillHarbor, your compass for navigating the seas of skills within your organization. Seamlessly audit, map, and cultivate the diverse talents that propel your team to new horizons. Chart a course for success with SkillHarbor - where skills find their true north.
2 stars 5 forks source link

Develop backend logic for creating assessment quizzes/surveys. #2

Closed hpmouton closed 5 months ago

hpmouton commented 6 months ago

Description:

aaron-muti-420 commented 6 months ago

Creating a Controllers for Assessments @hpmouton do I have to create a new Folder or I can add it to the existing Assessments folder /skillharbor- open/app/Http/Controllers/Assessment

aaron-muti-420 commented 5 months ago

i used this command to create a folder named system php artisan make:controller System/AssessmentController --resource

hpmouton commented 5 months ago

i used this command to create a folder named system php artisan make:controller System\\AssessmentController --resource

Only use one backslash when determining the folder of the controller.

php artisan make:controller System/AssessmentController --resource