Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Meditation Personal Transformation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 2.5 hours on-demand video
  • Full lifetime access
  • Access on mobile and TV
Development Web Development Laravel

Back-end Web Development with Laravel

Create a Laravel Movies API
Rating: 0.0 out of 50.0 (0 ratings)
7 students
Created by Mustafa Alawi
Last updated 1/2021
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • How to download  Laravel & Create New Project
  • How to create Movie Model.
  • How to create Movies migrations & factory.
  • Create the database.
  • Create & design your database tables.
  • Filling up your tables with data quickly.
  • RESTful APIs in Laravel.
  • How to create Movies controller.
  • How to get a movie by id.
  • How to get all movies from your database.
  • Update data related to a specific movie.
  • Delete a movie from your database.
  • Handling errors.
  • Response codes.
  • API versioning.

Course content

1 section • 51 lectures • 2h 44m total length

  • Preview02:52
  • Preview01:04
  • Preview02:22
  • Tools you need
    01:02
  • Install Xampp Mac
    04:22
  • Preview02:03
  • Preview03:31
  • Install XAMPP Windows
    01:37
  • Install Composer Windows
    01:07
  • Create the project
    02:27
  • Project structure
    04:23
  • What is an API?
    02:05
  • Basic API employee 1
    04:49
  • Basic API employee 2
    02:23
  • Movies model, migration & factory
    05:06
  • Creating database
    01:50
  • Env setting credentials
    01:26
  • Using movie model
    02:04
  • Database fields
    01:15
  • Creating movies table
    04:53
  • filling up movies table with data
    07:28
  • Getting all movies from database
    02:03
  • What is RESTful api?
    02:08
  • Creating movies controller
    08:02
  • What the whole process fits together
    02:08
  • Get a single movie vs Get all movies
    00:55
  • Get movie by id
    03:33
  • Laravel resources
    04:35
  • Store new movie (introduction)
    00:47
  • Store new movie
    10:41
  • Form requests (introduction)
    00:52
  • Creating Movie request
    07:24
  • Save movie in Postman
    00:43
  • Update a movie (introduction)
    00:33
  • Update a movie
    08:22
  • Delete a movie (introduction)
    00:42
  • Delete a movie
    03:26
  • Error Handling (introduction)
    01:05
  • Handling NotFoundException error
    05:00
  • Handling non existent movie
    02:45
  • Response codes
    01:07
  • Response code at work
    02:55
  • API versioning introduction
    02:26
  • API versioning structure
    07:33
  • API version 1
    10:01
  • API version 2
    03:00
  • Filling up movies table with real data
    00:35
  • Movies resources zeros
    04:01
  • API documentation
    02:38
  • API documentation example
    02:31
  • Congrats!
    01:24

Requirements

  • Internet connection.
  • Intermediate knowledge in PHP.
  • PC with MAC or Windows.

Description

In this course you'll learn how to create a complete Movies API from scratch in Laravel that is capable of creating, retrieving, updating and deleting movies from the database. The process has never been easier. I'll take you from the very beginning stages of downloading Laravel till the last steps of Building an API in Laravel.

Create Movies API using Laravel:

API stands for application programming interface. I'll use Laravel framework to build a complete movies API. If you've good understanding & experience in PHP & MySql then this course is for you. Laravel is a framework based off of PHP so instead of creating your PHP code, which would take a lot of time and effort, you will be able to use the power of Laravel to create an API. Laravel has made the process utterly simple because Laravel is based on the MVC concept which makes your code clean,easy to use & debug. Moreover, Laravel provides many features that would be hard to create by just using php alone. APIs are an essential part of advanced web application. Learning how to develop one will put you on the right track to have an outstanding career in Back-end Web Development. The Back-end part of web development is usually underestimated by the beauty of what front-end developers can do, however, you need to remember that without the Back-end side of the web, the whole process would be meaningless and probably fall apart!

Finally, learning a commonly used framework like Laravel will put your feet at the door of any potential employer & you'll be desired to be hired by many companies.

Some of What you will learn in Build Movies API in Laravel :

  • How to download  Laravel & Create New Project.

  • How to create Movie Model.

  • How to create Movies migrations & factory.

  • Create the database.

  • Create & design your database tables.

  • Filling up your tables with data quickly.

  • RESTful APIs in Laravel.

  • How to create Movies controller.

  • How to get a movie by id.

  • How to get all movies from your database.

  • Update data related to a specific movie

  • Delete a movie from your database.

  • Handling errors.

  • Response codes.

  • API versioning.

  • And Much Much More!

Notes:

  • php version used 7

  • Source code of this course is attached to the end of the course, and you can download it, use it & even develop it more.

Who this course is for:

  • Back-end web developers
  • PHP developers.
  • Laravel developers.

Instructor

Mustafa Alawi
Software Engineer & Entrepreneur
Mustafa Alawi
  • 4.0 Instructor Rating
  • 414 Reviews
  • 2,154 Students
  • 27 Courses

Hi, it's Mustafa Alawi, a Software engineer & entrepreneur. I've basically seven years of experience in web development & software development. I also have a great passion for Business & entrepreneurship and I run two businesses.

I like teaching people and providing them with the knowledge that I have because I believe that sharing information is essential in the process of developing our world. I also work on multiple projects consistently and like to share my ideas, get other people's ideas and build upon each others ideas. 


  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.