Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

GTUOSTC's avatar

Introducing a subject on Laravel at University Syllabus- Getting started with Laravel from Scratch

Hello Laramen,

I wanted your kind suggestions regarding your inputs for our students from engineering background and wanted to learn Laravel from Scratch as a subject. What exactly syllabus should be??

  • Assuming that the course is aimed for training students for 2-3 semesters in continuation. Students only know about C lanaguage and are first time into any web designing framework.

Any kind of suggestions are welcomed, directing towards expertizing Laravel from scratch.

Regards, GTUOSTC

0 likes
8 replies
GTUOSTC's avatar

Thanks @bobbybouwmann ,

But I am asking incase they are unaware of PHP itself than. This course is fundamental for webdesign using laravel. From where should they learn PHP the best way.

davorminchorov's avatar
Level 53
  1. Laravel is not used for web design. It is used for Web Development.
  2. Web Design and Web Development are 2 different branches.
  3. Web Design is mostly done with Front End Technologies and Frameworks or Photoshop, Skech etc.
  4. Laravel is a framework for developing Web Applications, it's not for anything web design related.

I'd suggest for a course on Basic PHP, OOP PHP and only after those 2 courses move to a framework. Also, if it's possible, add a javascript course.

2 likes
zachleigh's avatar

They should learn basic php and object orientated programming before learning Laravel.

GTUOSTC's avatar

@Ruffles, @bobbybouwmann and @zachleigh . Could you share me a list of best video tutorials you can recommend which students could view to get knowledge about Basic PHP and OOP PHP after which they can easily jump on to Laracasts for learning Laravel.

zachleigh's avatar

I agree with Ruffles. Just watching some videos is not going to be enough. Videos are good, but practice is far more valuable.

sid405's avatar

@GTUOSTC I agree with @Ruffles .

Php does not have a steep learning curve, but without having spent some real time with PHP, Laravel is going to be rough. It'll feel mechanical.

It's basically teaching someone to run but they've never walked.

  • Html/JS/CSS
  • Principles Of Web-Development
  • PHP -> oop PHP
  • Laravel

Please or to participate in this conversation.