Help me #50297
Replies: 2 comments
-
Composer install creates the vendor directory and composer.lock file if not there already. |
Beta Was this translation helpful? Give feedback.
-
You can use PHPUnit or Pest to start testing your code.
"A repository is a package source. It's a list of packages/versions. Composer will look in all your repositories to find the packages your project requires." Therefore, I think your composer.json specifies a local path repository for a package located in a directory named "framework" one level above the current project directory. By default, Laravel's basic structure does not include a 'repositories' attribute in its composer.json file. You may need to remove the extra lines there. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a file. How do I test it? In laravel project. before i give pull request please help me
when i run composer install our project automatically created new file in my laravel project ?
Beta Was this translation helpful? Give feedback.
All reactions