Mô tả

Don’t get stuck learning the old way! Get your hands on the latest Laravel technology with our

Project Course!

Technology is constantly becoming better, changing each second of every minute, so you need a course that can help you learn a technology fast. A simple method that will help you become not only proficient in the fundamentals, but also help you learn how to practically apply these fundamentals in the real world. Well, that’s exactly what we are offering with our Laravel Project Course.

Laravel is THE most popular PHP framework that is currently used on the market. Owing to its simplicity, ease of use, simplified syntax and loads of other features, PHP continues to dominate the market for PHP frameworks. So, if you want to build some pretty neat and dynamic apps and websites, well then Laravel is probably the framework you are looking for.

Our Projects in Laravel course can help you out there. Designed with experts from all around the industry, this course has been created to help bridge the gap between theory and practical application. You will not only learn the fundamentals of Laravel in this course, but you will also learn how to actually put them into application.

That’s not all! In addition to Laravel, our course also includes teaming up Laravel with some other state-of-the-art technologies such as PostgreSQL, Laravel Mix, Bootstrap, OctoberCMS and so much more. So, you will not only be learning Laravel, but also other amazing technologies that work flawlessly with Laravel to build some epic websites and apps.

So, what do you get when you sign up for this course? Fundamentals, a detailed introduction of Laravel, how to install and configure Laravel, how to integrate Laravel with other technologies, and 10 amazing projects that are royalty-free!

Here are the 10 different projects that you will learn in this course:

  1. Basic Website – In this project, you will learn how to install Laravel, set up the controller, views, migrations, compile your assets with Laravel Mix and build a basic website.

  2. Todo List – A simple Todo list will help you understand how to integrate CRUD (create, read, update, delete) functionality in Laravel.

  3. Business Listing – In this application, you will learn how to create authentication, add business listings and delete them.

  4. Photo Gallery – Here you will learn how to create albums and update photos into that album.

  5. REST API – In this you will learn how accept requests to certain routes, update the database, and using items with a name and a body. We will also build a front-end using JavaScript so that we can make requests to the API.

  6. OctoberCMS Website – A website built with the October Content Management Systems that is built on Laravel.

  7. MyTweetz Twitter App – An app integrated with the Twitter API, which will allow you to not only compose tweets, but also publish them.

  8. MarxManager Bookmark Manager – A bookmark manager using the PostgreSQL as our database.

  9. Vue.js Contact Manager – In this project, you will learn how to build a front-end using Vue.js as a component to work with our contacts in the backend.

  10. Backpack Website With Admin Area – This project will familiarize you with Backpack, a collection of different packages to create different features in You Admin Panel.

So, let’s get this party started! Enroll Now and start building some amazing Laravel projects.

Bạn sẽ học được gì

Learn core concepts of Laravel PHP framework

Learn to build real world Laravel web apps

Learn real world web programming concepts

Yêu cầu

  • Basic Knowledge of HTML, JavaScript and PHP is required to complete this course

Nội dung khoá học

23 sections

Introduction & Basic Laravel Website

11 lectures
What is Laravel
06:51
Environment Setup
12:20
Install Laravel
18:24
Website Preview
00:54
Routes, Views and Layouts
12:09
Compiling Assets
23:12
Contact Form
19:41
Controllers and Validation
27:18
Model, Database and Migration
25:44
Pulling Data from DB
20:07
Quiz 1
15 questions

To do List

7 lectures
Introduction
18:20
Index Page
15:24
Show Page and Includes
17:37
Saving Todos
17:56
Edit and Update Todos
14:34
Delete Todos
06:40
Quiz 2
6 questions

Business Listings

8 lectures
Introduction
01:52
Authentication
07:03
Dashboard User Listings
20:28
Create Listings
21:44
Edit Listings
10:11
Delete Listings
03:44
Public Listing Pages and Access Control
14:19
Quiz 3
6 questions

Photo Gallery

9 lectures
Introduction
00:48
Controllers, Models and Database
08:56
Form and Views
11:56
Cover Image Upload
14:46
Display Albums
08:28
Photo Upload
19:48
Album Photo Listings
04:34
Photo Page and Delete
17:02
Quiz 4
8 questions

REST API

5 lectures
Introduction
03:08
Handle GET Requests
11:27
POST Request and Insert
05:04
Handle Update and Delete Requests
05:28
Quiz 5
5 questions

Request Manager

6 lectures
Introduction
01:07
Guzzle and GET Requests
19:37
Insert Items
11:56
Edit Items
08:41
Delete Items
06:22
Quiz 6
5 questions

OctoberCMS

7 lectures
Project Preview
01:02
Installing OctoberCMS
06:19
Working in the Backend
09:39
Custom Theme Layout
18:28
Inner Pages and Blog
11:45
Create a Custom Component
14:08
Quiz 7
5 questions

Message System

6 lectures
Project Preview
02:17
Authentication and Inbox
24:02
Send and Sent Messages
24:41
Reply Messages and Read Confirmation
18:26
Delete and Deleted Messages
12:18
Quiz 8
6 questions

Contact Manager

8 lectures
Project Preview
00:50
Contact Model Setup
05:51
Backend API Routes
06:52
Creating a vue.js Component
08:40
Creating the Form
07:58
Create and Fetch Contacts
10:11
List, Update and Delete Contacts
11:15
Quiz 9
10 questions

Backpack Admin

6 lectures
Project Preview
01:17
Backpack Base Package Setup
11:58
Log Manager and Page Manager
22:08
Creating CRUDs
14:06
Customizing CRUD
26:59
Quiz 10
5 questions

Introduction

1 lectures
(Old Course - Laravel Version 5.4) Course Intro
05:11

(Old Course - Laravel Version 5.4) Setup For Course

4 lectures
What is Laravel
05:49
Enviroment Setup With Xampp
06:29
Composer & Optional Tools Install
03:57
Creating A Laravel App
05:15

(Old Course - Laravel Version 5.4) Basic Laravel Website

7 lectures
Project Intro
01:39
Routes, Views & Layouts
13:11
Compiling Assets
18:11
Forms With Laravel Collective
09:43
Controllers & Validation
08:21
Model, Database & Migrations
12:34
Pulling Data From The Database
08:51

(Old Course - Laravel Version 5.4) Todo List

8 lectures
Resource Setup & Tinker
12:36
Todos Index Page
09:06
Todo Show Page & Includes
10:02
Todo Create Form & Components
14:54
Saving Todos
03:25
Edit & Update Todos
08:15
Delete Todos
04:07
Quiz 7
4 questions

(Old Course - Laravel Version 5.4) Business Listings

8 lectures
Project Intro
02:07
Setting Up Authentication
09:14
Dashboard User Listings
13:27
Creating Listings
17:58
Editing Listings
07:56
Deleting Listings
05:02
Public Listing Pages & Access Control
11:47
Quiz 8
4 questions

(Old Course - Laravel Version 5.4) Photo Gallery

9 lectures
Project Intro
01:08
Create Controllers, Models & Database
10:02
Form Components & Views
16:53
Cover Image Upload
16:04
Create & Display Albums
12:55
Photo Uploads
13:24
Album Photo Listings
05:15
Photo Page & Delete
10:31
Quiz 9
5 questions

(Old Course - Laravel Version 5.4) Item Manager REST API

7 lectures
Project Intro
01:44
Handle GET Requests
09:47
Handle POST Requests & Insert
08:41
Handle Update & Delete Requests
04:13
Using the API to Fetch Data
13:48
Using the API to Insert & Delete Data
10:40
Quiz 10
5 questions

(Old Course - Laravel Version 5.4) Build a Site With OctoberCMS

7 lectures
Project Intro
03:29
Installing OctoberCMS
04:40
Working In The Backend
10:20
Custom Theme Layout
15:37
Inner Pages & Blog
09:05
Create Custom Component
14:27
Quiz 11
5 questions

(Old Course - Laravel Version 5.4) MyTweetz Twitter App

5 lectures
Project Intro
01:23
Create App & Register Twitter API
07:17
Fetch & Display Tweets
12:02
Creating Tweets From Our App
11:14
Quiz 12
5 questions

(Old Course - Laravel Version 5.4) MarxManager With PostgreSQL

8 lectures
Project Intro
02:14
Installing PostgreSQL & pgAdmin
06:46
Configuring PostreSQL in Laravel
11:32
Adding Authentication
08:07
Bookmarks Form Modal
12:22
Create & Read Bookmarks
13:32
Deleting Bookmarks With Ajax
07:59
Quiz 13
5 questions

(Old Course - Laravel Version 5.4) ContactStore With Vue.js

8 lectures
Project Intro
01:33
Contact Model Setup
09:16
Backend API Routes
07:43
Creating a Vue.js Component
08:32
Creating The Form
08:53
Create & Fetch Contacts
11:38
List, Update & Delete Contacts
10:27
Quiz 14
5 questions

(Old Course - Laravel Version 5.4) Backpack Site Manager

6 lectures
Project Intro
02:23
Backpack Base Package Setup
13:04
File & Language Manager Setup
07:16
Customer CRUD
09:10
Page Manager & Frontend
15:08
Quiz 15
5 questions

Course Summary

2 lectures
Summary
03:56
Bonus Lecture: More Interesting Stuff, Offers and Discounts
00:23

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.