I am very new to php and laravel development. I am working on an existing php+laravel project. and I am trying to understand how it works. the existing application is working fine.. but when I make some changes to the php files in models, controller folder, the changes are not reflected in the output.
what command should I run to build everything?
thanks