Support the ongoing development of Laravel.io →
Authentication
Last updated 1 year 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.

© 2024 Laravel.io - All rights reserved.