how link laravel project to composer ?
how can i link my laravel project to composer after buliding it from terminal ?
5 Replies
what do you mean?
how can i link my laravel project to composer ? so i can use aristan commends
oh
go to the root of your project using the terminal
and then run
composer require <whatever you need>
tnx
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