This is my first day on Laravel framework. I have prior experience in CodeIgniter framework.
I am creating very basic application to start with Laravel. I want to create user registration application. I want to know which is the best and/or other locations where I can put my code into. I have gone throgh the Laravel documents, but want to know the standards that other programmers are following.
Model : Files dealing with database
View : Files mostly containing HTML
Controller : Where all business logic resides
UI : CSS, Javascript, Custom javascript libraries