your productDetails should be a class that extends Eloquent Model.. Since you are using type hint, y...
If you have changes on your schema, you create a new migration file that changes that schema(e.g. ad...
kindly take a look at this one http://laravel.com/docs/5.0/queries#selects and http://laravel.com/do...
you need to pass the data to the view: http://laravel.com/docs/5.0/views
Just to check, did you try opening up '/' in the browser?(did it return 200) Check also your php art...
The Laravel portal for problem solving, knowledge sharing and community building.