2023 Fullstack: Full Laravel with QRCodes, APIs, Android/iOS
2023 Fullstack: Full Laravel with QRCodes, APIs, Android/iOS, available at $39.99, has an average rating of 4, with 155 lectures, based on 110 reviews, and has 2884 subscribers.
You will learn about Learn Laravel Learn database relationships Learn to integrate QRCodes into websites Learn to build apps with QRCodes Learn to integrate payment into websites Learn to build an e-commerce platform Learn to build robust APIs and Microservices platform Learn to document APIs and microservices Learn how to build websites with multi-user levels and permissions Learn how to build admin backends This course is ideal for individuals who are People who wish to become full stack developers or People who wish to learn Laravel from basics to advanced or People who wish to learn how to integrate QRCodes into websites or People who wish to learn how to integrate payments into websites or People who wish to learn how to build api/microservices It is particularly useful for People who wish to become full stack developers or People who wish to learn Laravel from basics to advanced or People who wish to learn how to integrate QRCodes into websites or People who wish to learn how to integrate payments into websites or People who wish to learn how to build api/microservices.
Enroll now: 2023 Fullstack: Full Laravel with QRCodes, APIs, Android/iOS
Summary
Title: 2023 Fullstack: Full Laravel with QRCodes, APIs, Android/iOS
Price: $39.99
Average Rating: 4
Number of Lectures: 155
Number of Published Lectures: 155
Number of Curriculum Items: 155
Number of Published Curriculum Objects: 155
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- Learn Laravel
- Learn database relationships
- Learn to integrate QRCodes into websites
- Learn to build apps with QRCodes
- Learn to integrate payment into websites
- Learn to build an e-commerce platform
- Learn to build robust APIs and Microservices platform
- Learn to document APIs and microservices
- Learn how to build websites with multi-user levels and permissions
- Learn how to build admin backends
Who Should Attend
- People who wish to become full stack developers
- People who wish to learn Laravel from basics to advanced
- People who wish to learn how to integrate QRCodes into websites
- People who wish to learn how to integrate payments into websites
- People who wish to learn how to build api/microservices
Target Audiences
- People who wish to become full stack developers
- People who wish to learn Laravel from basics to advanced
- People who wish to learn how to integrate QRCodes into websites
- People who wish to learn how to integrate payments into websites
- People who wish to learn how to build api/microservices
This course is the ultimate web and mobile development course for 2018. It covers all the topics in each technology stack very well. This one course contains tutorials in :
-
MVC– Complete MVC course
-
Laravel– Complete beginner to professional course on the latest version of laravel (Laravel 5.6),
-
QRcodes– How to integrate QRCodes scanning and retrieval of information into your platform,
-
Payment integration – How to integrate payment platforms like paypal, stripe to enable users make and receive payments on your platform
-
APIs and microservices – how to build robust microservice platforms that will make it possible for other developers to connect to your platform using packages like laravel passport
-
Mobile app development (Android and iOS)– Complete guide on building mobile apps and making them communicate with APIs and microservices
Everyone that intends to be a well-rounded super star in development must have to take this course.
This course is the ultimate web and mobile development course for 2018. It covers all the topics in each technology stack very well. This one course contains tutorials in :
-
MVC– Complete MVC course
-
Laravel– Complete beginner to professional course on the latest version of laravel (Laravel 5.6),
-
QRcodes– How to integrate QRCodes scanning and retrieval of information into your platform,
-
Payment integration – How to integrate payment platforms like paypal, stripe to enable users make and receive payments on your platform
-
APIs and microservices – how to build robust microservice platforms that will make it possible for other developers to connect to your platform using packages like laravel passport
-
Mobile app development (Android and iOS)– Complete guide on building mobile apps and making them communicate with APIs and microservices
Everyone that intends to be a well-rounded super star in development must have to take this course.
Course Curriculum
Chapter 1: Introduction
Lecture 1: welcome
Lecture 2: Introduction
Lecture 3: Before you continue
Lecture 4: setup laravel
Lecture 5: create user authentication
Chapter 2: Migrations
Lecture 1: create migrations
Lecture 2: Qrcode migration file
Lecture 3: create roles migration
Lecture 4: create migration for transactions table
Lecture 5: run migrations
Chapter 3: Laravel generator
Lecture 1: install laravel generator
Lecture 2: setup laravel generator
Lecture 3: Do not delete the User.php file in the next video
Lecture 4: generate front end files
Lecture 5: implement soft deletes
Chapter 4: Frontend templating
Lecture 1: Folder structure
Lecture 2: bootstrap template
Chapter 5: QRCodes
Lecture 1: Install QRCodes
Lecture 2: celanup the create qrcode page
Lecture 3: create qrcode path
Lecture 4: generate qrcode
Lecture 5: correct qrcode update
Lecture 6: dispaly qrcode
Lecture 7: scan qrcode and retrieve message
Lecture 8: review of road map
Lecture 9: create different user roles
Lecture 10: cleanup the qrcode index page
Lecture 11: fix the after edit redirection
Lecture 12: cleanup the qrcode page
Lecture 13: cleanup the qrcode interface
Chapter 6: User Roles and Relationships
Lecture 1: Cleanup roles show
Lecture 2: Cleanup roles index
Lecture 3: one to many relationships
Lecture 4: one to many relationships 2
Lecture 5: one to many relationships 3
Lecture 6: cleanup transactions index
Lecture 7: cleanup user show
Lecture 8: cleanup user index page
Lecture 9: cleanup user edit
Lecture 10: user levels
Chapter 7: User permissions and authorization
Lecture 1: Hash password
Lecture 2: Remove images
Lecture 3: organise menus according to user roles
Lecture 4: indicate logged in status
Lecture 5: list users that belong to roles
Lecture 6: list all transactions under a qrcode
Lecture 7: list users transactions and qrcodes
Lecture 8: how to create middleware
Lecture 9: testing the middleware
Lecture 10: creating middleware for users
Chapter 8: Accounts
Lecture 1: accounts migration
Lecture 2: generate blade pages for accounts
Lecture 3: add extra fields to accounts
Lecture 4: cleanup accounts index
Lecture 5: one to many relationship for user accounts
Lecture 6: number format for amount
Lecture 7: cleanup account edit page
Lecture 8: cleanup accounts show page
Lecture 9: partition accounts show page
Lecture 10: adding account histories
Lecture 11: account histories
Lecture 12: add payout button
Lecture 13: add buttons
Lecture 14: add routes
Lecture 15: create payout function
Lecture 16: complete payout request
Lecture 17: create mark as paid function
Lecture 18: add payment status to accounts
Lecture 19: restrict access to urls
Lecture 20: add profile menu
Lecture 21: add my accounts menu
Lecture 22: remove qrcodes
Lecture 23: split divs accordingly
Chapter 9: Accepting payments
Lecture 1: cleanup signin and signup pages
Lecture 2: Installing paystack laravel package
Lecture 3: create paystack account
Lecture 4: integrate paystack button
Lecture 5: test payment gateway
Lecture 6: study the returned data from paystack
Lecture 7: add external form
Lecture 8: create new payment page
Lecture 9: create new payment page 2
Lecture 10: initiate transaction
Lecture 11: adjust transaction
Lecture 12: test paystack payment again
Lecture 13: receive paystack data
Lecture 14: update owner account
Lecture 15: create owner account history
Lecture 16: transactions redirect
Lecture 17: add time to transactions index
Lecture 18: return to merchant site
Instructors
-
Dave Partner
Full Stack Software Developer
Rating Distribution
- 1 stars: 6 votes
- 2 stars: 5 votes
- 3 stars: 20 votes
- 4 stars: 26 votes
- 5 stars: 53 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 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
- Top 10 Gardening Courses to Learn in November 2024