Real Time Single Page Forum App with Pusher Laravel & vuejs
Real Time Single Page Forum App with Pusher Laravel & vuejs, available at $19.99, has an average rating of 4.3, with 120 lectures, based on 324 reviews, and has 1509 subscribers.
You will learn about Create Facebook like Real time Notification and real time reply Create Real Time Like/Dislike System You will learn How to generate Json Web Token (JWT) in Laravel and how to login and logout with Token You are able to use create API with Laravel Able to use Vuetify along with Vuejs Update : Use Laravel WebSocket package to make realtime system free Update : Fixed Bug on lecture number 78 Pagination on questions This course is ideal for individuals who are Anyone who want to learn how to use Pusherjs for Real Time Apps or Anyone who want to know how to use JWT or Anyone who want to create Single Page App or Anyone who want to build Real time Single Page Discussion Forum App with Laravel and Vuejs or Anyone who want to know how to use Laravel as BackEnd only It is particularly useful for Anyone who want to learn how to use Pusherjs for Real Time Apps or Anyone who want to know how to use JWT or Anyone who want to create Single Page App or Anyone who want to build Real time Single Page Discussion Forum App with Laravel and Vuejs or Anyone who want to know how to use Laravel as BackEnd only.
Enroll now: Real Time Single Page Forum App with Pusher Laravel & vuejs
Summary
Title: Real Time Single Page Forum App with Pusher Laravel & vuejs
Price: $19.99
Average Rating: 4.3
Number of Lectures: 120
Number of Published Lectures: 119
Number of Curriculum Items: 120
Number of Published Curriculum Objects: 119
Original Price: $129.99
Quality Status: approved
Status: Live
What You Will Learn
- Create Facebook like Real time Notification and real time reply
- Create Real Time Like/Dislike System
- You will learn How to generate Json Web Token (JWT) in Laravel and how to login and logout with Token
- You are able to use create API with Laravel
- Able to use Vuetify along with Vuejs
- Update : Use Laravel WebSocket package to make realtime system free
- Update : Fixed Bug on lecture number 78
- Pagination on questions
Who Should Attend
- Anyone who want to learn how to use Pusherjs for Real Time Apps
- Anyone who want to know how to use JWT
- Anyone who want to create Single Page App
- Anyone who want to build Real time Single Page Discussion Forum App with Laravel and Vuejs
- Anyone who want to know how to use Laravel as BackEnd only
Target Audiences
- Anyone who want to learn how to use Pusherjs for Real Time Apps
- Anyone who want to know how to use JWT
- Anyone who want to create Single Page App
- Anyone who want to build Real time Single Page Discussion Forum App with Laravel and Vuejs
- Anyone who want to know how to use Laravel as BackEnd only
What Will I Learn?
-
Using Pusher to Making Facebook Like real time Notifications
-
Using Pusher to create Real Time Like/DisLike system and real time reply
-
Installing Laravel
-
Using Git and Github
-
Setting Up Vue-Router
-
Vuetify implementation in laravel
-
Using Json Web Token (jwt)for Authentication in Laravel
-
How to create Single Page Application
-
How to create RestFul API.
-
How to transform any model for your API
-
Creating Model, Migration, Factory and seeding of data in laravel.
-
How to use Postman for checking API endpoints.
-
Handling Errors and Exceptions
Here are some reviews from my awesome students
REVIEWS:
Rating: 5.0 out of 5
Amazing course, best Laravel-Vuejs Learning experience. Updated material and clear explanations. I will return to this course over and over again to learn every time more and more. Thanks Sarthak!
******************************************************
Rating: 5.0 out of 5
By: Wisnu Pramono Etwin Saputro:
Explanation is easy to understand and I have added that I understand a lot about the material in it.
******************************************************
Rating: 5.0 out of 5
by Andy Brooks:
This is a great course taught by a knowledgeable expert in the field. I have learned so much from taking this course and can now take it into further expanding my knowledge in my work
******************************************************
Rating: 5.0 out of 5
by Shahmir Khan Jadoon:
It really helped me to learn about Laravel API Resources, Laravel Eco and Websockets. Sarthak explains everything in nice and easy way.
Course Curriculum
Chapter 1: 1 Introduction
Lecture 1: 1 Introduction
Lecture 2: 2 Install Laravel
Lecture 3: 3 Initialise Git Repository
Chapter 2: 2 Create Model, Migration Controller and Factories
Lecture 1: 4 Creating Models
Lecture 2: 5 Question Migration
Lecture 3: 6 Reply Migration
Lecture 4: 7 Like and Category Table
Lecture 5: 8 Create Database with Migrations
Chapter 3: 3 Relationships
Lecture 1: 9 Question Relationships
Lecture 2: 10 Reply and User Relationships
Chapter 4: 4 Factory and seeding
Lecture 1: 11 Question Factory
Lecture 2: 12 Other Factories
Lecture 3: 13 Database Seeding
Lecture 4: 14 Routes for Question
Chapter 5: 5 Crud for Question
Lecture 1: 15 All Questions
Lecture 2: 16 Route Model Bindings
Lecture 3: 17 Delete Question
Lecture 4: 18 Store Question
Lecture 5: 19 Question Resource
Lecture 6: 20 Update Question
Chapter 6: 6 CRUD for Categories
Lecture 1: 21 Store Category
Lecture 2: 22 Real and Delete Category
Lecture 3: 23 Update Category
Chapter 7: 7 CRUD for Reply
Lecture 1: 24 Show Replies
Lecture 2: 25 Store and Delete Reply
Lecture 3: 26 Resource for Category and Reply
Lecture 4: 27 Update Reply
Chapter 8: 8 Like and Dislikes
Lecture 1: 28 Like and DisLikes
Chapter 9: 9 JWT for Authentication
Lecture 1: What is JWT?
Lecture 2: 29 Install JWT package in Laravel
Lecture 3: 30 JWT Auth Controller
Lecture 4: 31 Checking JWT
Chapter 10: 10 JWT Middleware and Exception Handling
Lecture 1: 32 SignUp
Lecture 2: 33 JWT Middleware
Lecture 3: 34 Exception Handling
Chapter 11: 11 Vuetify and Components
Lecture 1: 35 Install Vuetify
Lecture 2: 36 Home Components
Lecture 3: 37 Footer and Toolbar
Lecture 4: 38 Vue Router
Chapter 12: 12 Create Components with Routings
Lecture 1: 39 Login Components
Lecture 2: 40 Login Component 2
Lecture 3: 41 Get Token when Login
Chapter 13: 13 Javascript Helper class and functions
Lecture 1: 42 User Class
Lecture 2: 43 Storage Helper
Lecture 3: 44 Token is Valid
Lecture 4: 45 Store Token and Username
Lecture 5: 46 Login and Logout Helpers
Chapter 14: 14 Authentication, SignUp and Logout
Lecture 1: 47 Signup Component
Lecture 2: 48 Signup Validation
Lecture 3: 49 SignUp with Login after that
Lecture 4: 50 Redirect after login
Lecture 5: 51 Show if LoggedIn
Lecture 6: 52 Logout Part
Chapter 15: 15 Front End Questions CRUD
Lecture 1: 53 Forum Component
Lecture 2: 54 Fetch All Questions
Lecture 3: 55 Get single Question
Lecture 4: 56 Show single Question
Lecture 5: 57 Create Question
Lecture 6: 58 Markdown Editor
Lecture 7: 59 Pass Token to every AJax request
Lecture 8: 60 Store Question with User_id and slug
Lecture 9: 61 Markdown Parse
Lecture 10: 62 Own or not
Lecture 11: 63 Delete Question
Lecture 12: 64 Edit Question
Lecture 13: 65 Update Question
Chapter 16: 16 Front End Category CRUD
Lecture 1: 66 Category List
Lecture 2: 67 Store Category
Lecture 3: 68 Show all category
Lecture 4: 69 Delete Category
Lecture 5: 70 Update Category
Lecture 6: 71 Admin can access category
Chapter 17: 17 Front End Reply CRUD
Lecture 1: 72 Get all Replies for question
Lecture 2: 73 Show all Replies
Lecture 3: 74 Create Edit and Delete Button
Lecture 4: 75 Create Reply
Lecture 5: 76 Delete Reply
Lecture 6: 77 Update Reply
Lecture 7: 78 Update Reply 2
Lecture 8: 78/2 Fix Update Bug
Chapter 18: 18 Front End Likes
Lecture 1: 79 Create Like Button
Lecture 2: 80 Like a Reply
Instructors
-
Sarthak Shrivastava
Web Developer & Instructor
Rating Distribution
- 1 stars: 6 votes
- 2 stars: 7 votes
- 3 stars: 19 votes
- 4 stars: 91 votes
- 5 stars: 201 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024