You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there! I'm a beginner with Laravel and I recently forked the repository to work on a project. I successfully cloned the repository. However, I am currently stuck right after running the composer require harishdurga/laravel-quiz command. attempted to start the Laravel development server with php artisan serve, but there is no existing artisan file in the root directory. I also tried to run composer install but it's not working.
As a beginner, I’m unsure about the next steps required to properly set up and run the project locally. Are there additional setup steps that might be needed to get the project running? Thank you so much in advance!
The text was updated successfully, but these errors were encountered:
Yes, I ran the composer require harishdurga/laravel-quiz command inside the Laravel project. I’ve attached a screenshot of the terminal output for your reference.
Hello there! I'm a beginner with Laravel and I recently forked the repository to work on a project. I successfully cloned the repository. However, I am currently stuck right after running the
composer require harishdurga/laravel-quiz
command. attempted to start the Laravel development server withphp artisan serve
, but there is no existing artisan file in the root directory. I also tried to runcomposer install
but it's not working.As a beginner, I’m unsure about the next steps required to properly set up and run the project locally. Are there additional setup steps that might be needed to get the project running? Thank you so much in advance!
The text was updated successfully, but these errors were encountered: