awssat / tailwindo

🔌 Convert Bootstrap CSS code to Tailwind CSS code
MIT License
1.09k stars 108 forks source link

Command Not Found #17

Closed HDVinnie closed 5 years ago

HDVinnie commented 5 years ago

Issue Type

End User Info

-- Laravel Version: 5.7.24

-- PHP Version: 7.2.14

-- Database Driver & Version: MySQL 5.7.25

-- Web Server Driver & Version: nginx/1.15.6

-- OS Driver and Version: Ubuntu 18.04.1

I have installed the package successfully but when run the command I get a error.Any ideas here?

_> /var/www/html# tailwindo resources/views/Staff
tailwindo: command not found
abdumu commented 5 years ago

check #9

HDVinnie commented 5 years ago

I did but I'm not getting it. I tried

_> /var/www/html# tailwindo /var/www/html/resources/views/Staff
tailwindo: command not found

Or am I misunderstanding added the install directory to PATH. Its little bland.

abdumu commented 5 years ago

use the full path ~/.composer/vendor/awssat/tailwindo/tailwindo ....

HDVinnie commented 5 years ago

Thanks

rationalthinker1 commented 2 years ago

I ran composer require awssat/tailwindo and I could find it under vendor/bin inside my project.