Intermediate Laravel: Adding Popular Features to Our Apps

Intermediate Laravel: Adding Popular Features to Our Apps

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 4h 52m | 1.57 GB

Build stunning applications with Laravel and add more advanced features to your applications

Laravel is a prominent member of a new generation of web frameworks. It is one of the most popular PHP frameworks and is also free and an open source. Laravel 5 is a substantial upgrade with a lot of new toys, at the same time retaining the features that made Laravel wildly successful. It comes with plenty of architectural as well as design-based changes. Intermediate Laravel is a blend of several recipes that will give you all the essential tips you need to build stunning applications with Laravel and take your application development skills up by several notches by adding more advanced features to your applications.

The course is a blend of numerous recipes that will give you all the necessary tips you need to build an application. It starts with basic installation and configuration tasks and will get you up-and-running in no time.

You will learn to create and customize your PHP app and tweak and re-design your existing apps for better performance.

You will learn to implement practical recipes to utilize Laravel’s modular structure, Process Javascript and SASS with Laravel Mix, Send Notifications in Laravel, Upload Files in Laravel and Work with API’s in Laravel. Efficient testing and deploying techniques will make you more confident with your Laravel skills as you move ahead with this course.

Towards the end of the course, you will understand a number of add-ons and new features essential to finalize your application to make it ready for subscriptions. You will be empowered to get your application out to the world.

This comprehensive video tutorial will get you up-and-running with advanced Laravel concepts.

What You Will Learn

  • A comprehensive video tutorial that shows you how to collect payments with Cashier
  • You will learn to implement practical recipes to utilize Laravel’s modular structure
  • Process Javascript and SASS with Laravel Mix,
  • Send Notifications to Laravel
  • Upload Files in Laravel and work with API’s consumption at Client- server in Laravel.
  • Efficient testing and deploying techniques will make you more confident with your Laravel skills as you move ahead with this course.
Table of Contents

01 The Course Overview
02 Configuring Laravel Mix
03 Working with Laravel Mix in Our Project
04 Customizing Laravel’s Dependent Frameworks
05 Laravel 5.5 Frontend Presets
06 Configure Emails
07 Create a Contact Form
08 Using Mailables to Send Email
09 Customizing Email Contents in Mailable
10 Setting Up Notifiable
11 Customizing Mail Notifications in Notifiable
12 Sending SMS with Notifiable
13 Sending Nexmo SMS Messages with Notifiable
14 Sending Slack Messages
15 Advanced Customization of Slack Messages
16 File Upload Setup
17 Processing Files in a Request
18 Database Setup
19 Saving a Reference in the Database
20 AWS Account Setup
21 Uploading Files into AWS S3
22 Manipulating Images in Laravel
23 Managing the Thumbnail Filename
24 Consuming APIs Server-side
25 Getting Started with Gulp
26 Overview of the Multi-API Call Process
27 Getting Coordinates Using the Google Geocode API
28 Using Coordinates to Get Weather
29 Consuming APIs Client-side
30 Initializing Vue.js to Manipulate the DOM
31 Using Axios to Query an API
32 Using JavaScript Promises to Send Another API Request