01 Laravel From Scratch: Intro, Setup , MVC Basics and Views

Published: 18 January 2020
on channel: Surajit Basak
229
5

#laravel, #mvc, #todoapp, #laraveltodo

What You Will Learn In This Series
Installing and Setting up Laravel Locally.
Models, Views, and Controllers (MVC).
Database, Migrations, and Eloquent ORM.
Authentication, Email Verification, and Password Reset.
Eloquent Relationships and Image Upload.

Requirements
PHP 7.2 or higher
MySQL
Composer

Installation
composer create-project --prefer-dist laravel/laravel todo "5.8.*"
To create controller use bellow command
php artisan make:controller [ControllerName]
You can also create controller class inside any browser using forward slash e.g.
php artisan make:controller Auth/UserController
Route List
To see all available routes you have created in web.php or api.php routes you can use below command:
php artisan route:list

GitHub Repository: https://github.com/surajitbasak109/La...


Watch video 01 Laravel From Scratch: Intro, Setup , MVC Basics and Views online, duration hours minute second in high quality that is uploaded to the channel Surajit Basak 18 January 2020. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 229 times and liked it 5 visitors.