laravel - ducat india

2
CURRICULUM LARAVEL FRAMEWORK Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller (MVC) architectural pattern. It has been generating a lot of buzz with the promise of making web applications fast and simple to create.Using Laravel, you can build and maintain high-quality web applications with minimal fuss. Introduction of Laravel PHP Framework Introduction of LARAVEL l Installing Laravel l Introduction of MVC Pattern l Laravel Directory Structure l Setting up a sample project ' Hello World ' Artisan command to generate a controller l Basic routing l Call a controller method from a route l Passing variables from controllers to views l HTML to Laravel Blade Syntax Display Images l Make Anchor l Displaying Variables l Conditional Statements l Loop in blade l PHP function l Build Your Master layout l Extending the master layout l nested views l Include Views l Adding assets l Using Forms and Gathering Input Adding HTML 5 Package l Creating A form using Blade Syntax l Validating user input l File Uploading l Error message Handling l Encrypting and decrypting data l Preserving the data l Using Controllers and Routes for URLs Introduction l Creating a basic controller l Creating a route using a closure l Making the controller As a routing l Using route groups l Using route resource l

Upload: others

Post on 18-Dec-2021

7 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: laravel - DuCat India

CURRICULUM

LARAVEL

FRAMEWORK

Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller (MVC) architectural pattern. It has been generating a lot of buzz with the promise of making web applications fast and simple to create.Using Laravel, you can build and maintain high-quality web applications with minimal fuss.

Introduction of Laravel PHP FrameworkIntroduction of LARAVEL�l�Installing Laravel �l�Introduction of MVC Pattern�l�Laravel Directory Structure�l�

Setting up a sample project ' Hello World 'Artisan command to generate a controller�l�Basic routing�l�Call a controller method from a route�l�Passing variables from controllers to views�l�

HTML to Laravel Blade SyntaxDisplay Images�l�Make Anchor�l�Displaying Variables�l�Conditional Statements�l�Loop in blade�l�PHP function �l�Build Your Master layout�l�Extending the master layout�l�nested views�l�Include Views�l�Adding assets�l�

Using Forms and Gathering InputAdding HTML 5 Package�l�Creating A form using Blade Syntax�l�Validating user input�l�File Uploading�l�Error message Handling�l�Encrypting and decrypting data�l�Preserving the data�l�

Using Controllers and Routes for URLsIntroduction�l�Creating a basic controller�l�Creating a route using a closure�l�Making the controller As a routing�l�Using route groups�l�Using route resource�l�

Page 2: laravel - DuCat India

Partners :

PITAMPURA (DELHI)NOIDAA-43 & A-52, Sector-16,

GHAZIABAD1, Anand Industrial Estate, Near ITS College, Mohan Nagar, Ghaziabad (U.P.)

GURGAON1808/2, 2nd floor old DLF,Near Honda Showroom,Sec.-14, Gurgaon (Haryana)

SOUTH EXTENSION

www.facebook.com/ducateducation

Java

Plot No. 366, 2nd Floor, Kohat Enclave, Pitampura,( Near- Kohat Metro Station)Above Allahabad Bank, New Delhi- 110034.

Noida - 201301, (U.P.) INDIA 70-70-90-50-90 +91 99-9999-3213 70-70-90-50-90 70-70-90-50-90

70-70-90-50-90

70-70-90-50-90

D-27,South Extension-1New Delhi-110049

+91 98-1161-2707

(DELHI)

Database Connectivity Introduction Model�l�Type of Database using�l�Eloquent ORM Model�l�Naming Convention�l�Table name �l�Primary key�l�Timestamps�l�Use model�l�Display data from models in views�l�Manage Mass Assignment�l�CRUDS Operation (Create Read Update Delete Search Operations)�l�Fluent�l�Simple Query String�l�CRUDS Operation (Create Read Update Delete Search Operations)�l�Query Builder�l�CRUDS Operation (Create Read Update Delete Search Operations)�l�

Security & SessionRemoving Public from URL�l�Sessions Effective�l�

Laravel Project : (Any Project)