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
Comments (0)
Comments are disabled for this site.