Web application development with Laravel PHP
Through this training, I invite you to explore the Laravel framework. Like all PHP frameworks, Laravel will allow you to write a web application faster and especially more cleanly.
The purpose of this tutorial is to learn a new PHP framework and use it efficiently to build an eCommerce web application for a small project,this new framework allows users to check products by category and pass orders securely.
Keywords: PHP, Laravel4, MVC, Database, eCommerce
This course requires to have correct knowledge of PHP, HTML, CSS and Javascript! If you are lacking in this area you can easily fill with many courses available on this site!
Table of contents
- Introduction
- Overview
- Installation and organization
- Routing and facades
- Controllers
- Inputs
- Validation
- Setup and Session
- Dependency Injection
- Laravel's main features
- Architecture MVC
- Database
- Creating the workflow
- Configuring the environment
- Operating system
- Text editor
- Bootstrap framework
- HTML5/CSS3/Javascript
- Apache and MySQL
- PHP package
- Installing Composer
- Installing Laravel
- Build your first application with Laravel
- Entities, relationships and attributes
- Map of the application
- Creating a new application
- Creating a main view
- Creating the Controllers and their respective Routes
- Creating the views
- Authentication and security
- Authenticating users
- ecuring the application