The docs from laravel has a two part tutorial build in, take each tutorial learn it and then go for your movie database. https://laravel.com/docs/5.2/quickstart-intermediate take both, but specially pay attention to the intermediate tutorial where you learn controllers.
Using Laravel to display movie collection DB w filters?
Hi All,
Front-end developer here looking to make a database challenge for myself:
I'm thinking of creating a database of my disc-based movie/tv collection (I have some DVDs, some Blu-Rays, most are movies, some are TV shows) and connecting to some movie-based API to get the duration in minutes and year of release, and display that on a one-page site with sorting functionality and maybe pagination. I suppose I'd still need to indicate manually whether it's a Blu-Ray or DVD, but then ideally someone could see what TV shows I have that are DVDs in reverse alphabetical order, or perhaps what movies I have in Blu-Ray format in ascending minute duration order, etc.
Would Laravel accomplish this? Any ideas on how to get started? I know some PHP and SQL but only on the beginner to low-intermediate level. Any good examples of how to connect to a movie-based API?
Thanks in advance!
Please or to participate in this conversation.