how link laravel project to composer ?

how can i link my laravel project to composer after buliding it from terminal ?
5 Replies
ἔρως
ἔρως3w ago
what do you mean?
NIMA
NIMAOP3w ago
how can i link my laravel project to composer ? so i can use aristan commends
ἔρως
ἔρως3w ago
oh go to the root of your project using the terminal and then run composer require <whatever you need>
NIMA
NIMAOP3w ago
tnx
ἔρως
ἔρως3w ago
you really don't have to do anything special by the way, after you do that, you have to include the composer loader in the index.php file

Did you find this page helpful?