Mexidense / OpenWebinarsLaravel

This is a repository for Laravel course of Openwebinars.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenWebinars: Laravel 5 course

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications.

OpenWebinars Course: Laravel 5

OpenWebinars is a company that teaches a lot of people to learn new technologies. I'm subscribing to plataform since few months and I'm improving my knowledges of web develop. If you want to do the course the click to next link: OpenWebinars - Laravel 5

Table of content

  • Introduction to course: methodology and tools
  • Introduction to Laravel: Installation, Laravel version
  • Routing:
    • Basic routing
    • Parameters on routing
    • Optional parameters on routing
    • Regular expresion for parameters
    • Rename of routing
    • Routing groups
    • CSFR protection
  • Controllers:
    • Introduction to controllers
    • Routing access
    • Middleware
    • Dependencies injection
    • Validators
  • Models:
    • Introduction to Eloquent ORM and names convention
    • Migrations
    • Seeds and data access
    • Inserts and updates data
    • Delete data
  • Views:
    • Blade templates
    • Control structures
    • Layout and sections
  • Login and publications:
    • Forms and login
    • Creating post with the form
  • Testing
    • Config testing environment
    • Creating tests

Finally I had to do a exams with all topics that I learned.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

This is a repository for Laravel course of Openwebinars.net


Languages

Language:PHP 96.5%Language:HTML 3.4%Language:Vue 0.1%