laravel-quiz icon indicating copy to clipboard operation
laravel-quiz copied to clipboard

Stuck while Running Laravel Project After Installing Package

Open tinebasilio opened this issue 1 year ago • 3 comments
trafficstars

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!

tinebasilio avatar Aug 29 '24 15:08 tinebasilio

You had run composer require harishdurga/laravel-quiz command inside a Laravel project right?

harishdurga avatar Sep 01 '24 00:09 harishdurga

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.

Screenshot 2024-09-01 090240

tinebasilio avatar Sep 01 '24 01:09 tinebasilio

@tinebasilio it is not a package related problem, you have an error with artisan command. Check your system configuration.

devope avatar Oct 25 '24 10:10 devope