laravel-quiz
laravel-quiz copied to clipboard
Stuck while Running Laravel Project After Installing Package
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!
You had run composer require harishdurga/laravel-quiz command inside a Laravel project right?
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.
@tinebasilio it is not a package related problem, you have an error with artisan command.
Check your system configuration.