Hey IH fam,
I have been learning Laravel and running through the Laracasts. I am to the point where I feel comfortable enough to start building something simple. I feel that this will be the best way to solidify what I am learning.
Do you have any simple projects that you would recommend for someone in my position? Also, if you have learned Laravel and have any tips, please let me know!
Understand the principle of MVC and try to explain it to me😜
@MrAtiebatie I'll give it a shot! Let me know if I miss anything: The Model holds the data and determines the structure. The View presents the model. The Controller takes user input and passes it to the model and/or generates a response in the view.
That's roughly it! I love Laravel, especially because they offer you so much out of the box. If you need any help or tips hit me up, I just love to talk about Laravel 👍🏼 By the way, a good source of inspiration and tutorials is the newsletter from Laravel news!
Absolutely! Thanks for the help.
start simple, blog system with any free template;
or u can do only api side for example: api for tracking home expenses;
@ni3k, thanks for the advice! I like the blog system idea. I love to cook, so I might make a recipe book.