Introduction to Laravel

10 min read 3 views Jane Editor
Share:

What Laravel is and how it fits into the PHP ecosystem.

Welcome to Laravel

Laravel is a PHP web framework designed for expressive, elegant code.

What you will learn

  • Routing & controllers
  • Blade templating
  • Eloquent ORM
  • Authentication & authorization

Let's install it:

composer create-project laravel/laravel my-app
cd my-app
php artisan serve

Resources & Downloads

Comments (0)

Comments are disabled for this site.