Support the ongoing development of Laravel.io →
Authentication

Hello,

im new to Laravel 5. In the past I tried to work with Laravel 4, but at this time, it was not the right time for me to work with it. Now I want to try it again. I installed Laravel on my localhost, and I can see now the "marketingsite" from Laravel. Now I was reading a little bit in the Documentation from Laravel, but im a bit confused. How does it work correctly with the Routing, Controller and the View. I just want to create for the beginning a index-file, so a startpoint from my Website.

(I'm new to Webdesign and working with a PHP Framework. Just can programm in Java and a bit PHP!)

Hope u can understand me correctly cause english is not my motherlanguage. :)

Thanks for reading!

TheDirtyPanda

Last updated 3 years ago.
0

This panda needs to follow some tutorials.

0

Adding to previous post, if you like teaching style of Jeffrey Way (I know many do), I can recommend PHP Fundamentals (you said that you are beginner) by him on tuts plus site. It is paid content, but I recommend it anyway.

0

sukonovs said:

Adding to previous post, if you like teaching style of Jeffrey Way (I know many do), I can recommend PHP Fundamentals (you said that you are beginner) by him on tuts plus site. It is paid content, but I recommend it anyway.

Is enormously helpful

0
  1. Go to: /resources/views
  2. Create a view file should be named: 'filename.blade.php'
  3. Add html and style
  4. Go to /app/HTTP/routes.php
  5. Create a new route, would look something like this: Route::get('/', function() { return view('index'); });
  6. Go in browser and view your first view, no pun intended :-)

Its a start, hope this helps

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.