Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Laravel - Single Page App & Vue CRUD
Rating: 4.2 out of 5(169 ratings)
1,512 students

Laravel - Single Page App & Vue CRUD

Learn to create Single Page Applications with Laravel & Vue.js
Last updated 11/2018
English
English [Auto],

What you'll learn

  • Students will able to Use Laravel and Vue to create Single Page Applications

Course content

2 sections23 lectures1h 56m total length
  • App Demostration2:25

    Watch a Laravel single-page app built with Vue that demonstrates create, read, update, and delete tasks, including login, notifications, and delete confirmations.

  • Introduction6:08

    Edwin D.S. outlines his coding journey from age 13 and his passion for technology and teaching. Learn how coding, discussions, and helping people empower Laravel and Vue CRUD skills.

  • Reference Files0:08
  • Model, Migration and Auth5:49

    design and implement a task model with its migration, define fillable fields (name, body, user_id), establish a one-to-many user tasks relationship, configure authentication, and run migrations to enable read functionality.

  • Setting Up Routes and Creating a Controller2:39

    Create a resource controller and routes to manage store, update, and delete operations and send data to the front end for a single page application.

  • Setting Up Our Controller Methods - Part 1 - Index1:33

    Set up the controller to return tasks as JSON response using the user model relationship, importing via the facade, and expose a tasks payload with id, user, and status data.

  • Setting Up Our Controller Methods - Part 2 - Store3:49

    Validate form input in the store method, then create the task in the database using request data. Return a JSON response with the newly created task and a confirmation message.

  • Setting Up Our Controller Methods - Part 3 - Update & Delete3:15

    Learn how to implement update and delete in the Laravel controller for a single-page app, reusing request data, accessing the relationship, and returning JSON responses.

Requirements

  • Laravel Fundamentals - YOU Need know Laravel to understand this course

Description

We go straight to the point on this course, there is no wasting time explaining fundamental concepts of Laravel or Vue. You are expected to know how to use Laravel. This course will make a nice addition to your Laravel & Vue Skill Set.

I decided to create small courses with right to the point projects because employers are looking for developers who can BUILD, create applications that will satisfy the needs of their companies. Nowadays you either know what you are doing or you don't have a job.

Laravel / PHP is on demand since millions of websites use it. Laravel is one of the best PHP frameworks and every developer that wants to succeed in this market should learn it well.

Come and join me on this small adventure, you won't regret it!

Who this course is for:

  • Any student wishing to create Single Page Application using Laravel and Vue should take this course