I am pretty new to Laravel 4 and Composer. While I do Laravel 4 tutorials, I couldn’t understand the difference between those two commands; php artisan dump-autoload
and composer dump-autoload
What’s the difference between them?
I am pretty new to Laravel 4 and Composer. While I do Laravel 4 tutorials, I couldn’t understand the difference between those two commands; php artisan dump-autoload
and composer dump-autoload
What’s the difference between them?