Have you tried composer updateor else try composer dump-autoload
Jun 28, 2019
8
Level 1
Composer command not found
Hi, im unable to install Yajra data table package throguh composer , when i try the command
composer require yajra/laravel-datatables-oracle
its says
`````````````````````
bash: composer: command not found
`````````````````````````````````````
my OS is windows 10
Level 5
The settings for your application is in a file, composer.json, in your application directory.
So, i think it's safe to install now. But as always, make backup, i dont know what is your system configuration.
The second method with the composer.phar (https://getcomposer.org/doc/00-intro.md#manual-installation) is safe because it will not modify anything.
Please or to participate in this conversation.