Skip to content

SunShine Softwares

SunShine Birthday Celebration Offer

Call: +91-9928016573, 9887116583

mca-internship

Laravel Training in jaipur

Laravel is a free, open source PHP web application framework. laravel is designed for the development of model-view-controller (MVC) web applications.

In this laravel training course , we will begin by preparing a dev environment and learning how to install and configure Laravel. Laravel is modern, dynamic and powerful PHP Framework for web development. Laravel allows you to develop applications which are flexible, user-friendly and clean. If you have knowledge of PHP then this course is easy for you. We provide professional and advance Laravel training course in jaipur for the affordable price.

Module 4: Laravel Training

  • Installing Laravel
  • Artisan CLI ( command-line interface )
  • Laravel Directory Structure
  • Configuring a new Laravel project
  • Artisan command to generate boilerplate code for a controller
  • Basic routing
  • Call a controller method from a route
  • Passing variables from controllers to views
  • Template inheritance
  • Master layout
  • Extending the master layout
  • Displaying variables
  • Blade conditional statements
  • Blade Loops
  • Executing PHP functions in blade
  • Displaying Your Views
  • Creating and using a basic views
  • Loading a view into another view/nested views
  • Adding assets
  • Integrating with Bootstrap
  • Introduction
  • Requirements for running migrations
  • Artisan migration command
  • Migration structure
  • How to create a table using a migration
  • Laravel migration rollback
  • Database Seeding
  • Migrations for our project database
  • Creating contact us form
  • Validating user input
  • Sending email
  • Creating a file uploader
  • Validating a file uploader
  • Creating a custom error message
  • Using Artisan command to create inbuilt user register and login system – Authenticating Your Application
  • Adding Custom Fields to Registration Form
  • Creating user profile page
  • Introduction
  • Setup Admin Panel using Bootstrap theme
  • Create Admin login
  • Creating an admin authentication system
  • Encrypting and decrypting data
  • Introduction
  • Creating a basic controller
  • Creating a route using a closure
  • Making the controller RESTful
  • Using route groups
  • Building a RESTful API with routes
  • Eloquent ORM Models
  • Naming conventions
  • Table name and primary keys
  • Timestamps
  • Eloquent ORM INSERT, READ, UPDATE, DELETE
  • Using models in controllers
  • Displaying data from models in views
  • Introduction
  • Downloading and installing packages
  • Using a basic Shopping Cart package in our project
  • Introduction
  • Getting data from another page
  • Setting up a controller to return JSON data
  • Creating a Jquery, AJAX comment system
  • Using Security
  • Sessions Effective