Skip to content

Latest commit

 

History

History

2024-01-12

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PHP / Laravel

  • What do I already know?
    • PHP
      • is a "dynamic" language
      • Interpreted
      • $ everywhere
      • used in wordpress
      • Backend Web Focused Language
        • Must be run on a server
      • LAMP
      • XAMPP
      • It's been around for a very long time
    • Laravel
      • Web Framework
      • Opinionated
      • SSR
      • Works with Vue
      • Created by Taylor Otwell
  • What does this compare to?
    • Similar to Sails JS / Nest JS / AdonisJS
    • Similar to Ruby on Rails
    • Similar to Django
    • Runs on a server like node.js
  • Questions:
    • What is it?
      • MVC?
      • How much SSR?
      • Are there API routes?
      • All of these! You choose where to start.
    • What ORM do we use?
      • Built In!
  • What is PHP / Laravel?
    • PHP is a backend programming language
    • Laravel is a web framework built on top of PHP
      • Full featured
      • Opinionated
      • Batteries Included™️
  • Why is there so much hate for PHP?
    • PHP has been around for a VERY long time
      • Since 1995
    • PHP is used in a huge portion of the Web
      • Wordpress
    • Modern PHP is GOOD!
      • Laravel
      • PHP is a living language
  • Why should we use PHP / Laravel?
  • How do we learn?
  • What can we do with it?
  • How do we get setup?
  • What will we build
    • Combine with HTMX Speedrun