i download one laravel project from my server than in this vendor folder are already but composer.json not found. if i run any composer command then its tell no composer.json found how i add composer.json with help of vendor folder on any other.
@teampoison Which version of Laravel are you using in the project?
If you don't have a composer.json file in your project on the live server, then maybe , just maybe you can create a new project with the same version of laravel and copy the composer.json over. I don't recommend it since you don't have a clue what you are doing. You then need to require all dev and production dependencies manually.
@teampoison by migrate over means copying over the controllers, models, views, etc of the code you made.
But you should be able to just get the missing composer.json file from the repository.