Booking System in Laravel With Hybrid Mobile Version
Booking System in Laravel With Hybrid Mobile Version, available at $54.99, has an average rating of 4.5, with 72 lectures, based on 101 reviews, and has 861 subscribers.
You will learn about You will get familiar with the very popular PHP framework – Laravel You will build from scratch an advanced web application in the Laravel framework – booking system You will build a hybrid mobile version of the Internet application for mobile phones You will get a very good and complex practical exercise by building two versions of the application: Internet and hybrid mobile You will be navigated through the process of creating an advanced application by touching many aspects of the full-stack web developer work: not only PHP and Laravel but also frontend technologies You will learn the methodology of working on the creation of the application: from the html template to the finished project You will achieve the advanced level of web application development in the Laravel framework You can put a project from the course to your portfolio and show it in your CV You will learn about important Laravel topics such as service container and service providers You will learn the object-oriented Java Script, thanks to which the jQuery code will be better organized and more readable You will learn about popular design patterns, which make it easier later to maintain and modify code You will build a hybrid API that supports both the web application (14 tables in the database) and a hybrid mobile application You will use all database relationships available in Laravel – including polymorphic ones, thanks to which the application is easier to modify and maintain later You will learn how to debug the application better You will be inspired to build your own solutions and not just copy someon's else ones ( hybrid api and the way of notification in real time I came up with myself) And much more This course is ideal for individuals who are For every person with the will and min. basic knowledge of web development or For more advanced web developers wanting to learn something new or For junior web developers with aspirations for middle and senior or For companies aimed at quickly creating high-quality web business projects in popular and proven open source technologies It is particularly useful for For every person with the will and min. basic knowledge of web development or For more advanced web developers wanting to learn something new or For junior web developers with aspirations for middle and senior or For companies aimed at quickly creating high-quality web business projects in popular and proven open source technologies.
Enroll now: Booking System in Laravel With Hybrid Mobile Version
Summary
Title: Booking System in Laravel With Hybrid Mobile Version
Price: $54.99
Average Rating: 4.5
Number of Lectures: 72
Number of Published Lectures: 72
Number of Curriculum Items: 72
Number of Published Curriculum Objects: 72
Original Price: $79.99
Quality Status: approved
Status: Live
What You Will Learn
- You will get familiar with the very popular PHP framework – Laravel
- You will build from scratch an advanced web application in the Laravel framework – booking system
- You will build a hybrid mobile version of the Internet application for mobile phones
- You will get a very good and complex practical exercise by building two versions of the application: Internet and hybrid mobile
- You will be navigated through the process of creating an advanced application by touching many aspects of the full-stack web developer work: not only PHP and Laravel but also frontend technologies
- You will learn the methodology of working on the creation of the application: from the html template to the finished project
- You will achieve the advanced level of web application development in the Laravel framework
- You can put a project from the course to your portfolio and show it in your CV
- You will learn about important Laravel topics such as service container and service providers
- You will learn the object-oriented Java Script, thanks to which the jQuery code will be better organized and more readable
- You will learn about popular design patterns, which make it easier later to maintain and modify code
- You will build a hybrid API that supports both the web application (14 tables in the database) and a hybrid mobile application
- You will use all database relationships available in Laravel – including polymorphic ones, thanks to which the application is easier to modify and maintain later
- You will learn how to debug the application better
- You will be inspired to build your own solutions and not just copy someon's else ones ( hybrid api and the way of notification in real time I came up with myself)
- And much more
Who Should Attend
- For every person with the will and min. basic knowledge of web development
- For more advanced web developers wanting to learn something new
- For junior web developers with aspirations for middle and senior
- For companies aimed at quickly creating high-quality web business projects in popular and proven open source technologies
Target Audiences
- For every person with the will and min. basic knowledge of web development
- For more advanced web developers wanting to learn something new
- For junior web developers with aspirations for middle and senior
- For companies aimed at quickly creating high-quality web business projects in popular and proven open source technologies
GO TO A HIGHER LEVEL OF WEB DEVELOPMENT !!!
During the course, you will create a web application for booking vacation homes in the Laravelframework and PHP 7, and additionally a hybrid version of this application as a mobile application for smartphones. This is not the same as the responsive website. The application will be responsive, but in addition there will be a second version as a separate application for a mobile phone that runs like a regular application from the phone application list and not from a web browser.
IMPORTANT NOTE: Course for more advanced users! Absolutely not for beginners! Not everything will be clearly visible and understood at once. You may need to do some work yourself: print_r or dd(), use chrome console, comment out something, uncomment, etc. This course is a challenge. Or if you want, you can quickly go through all lectures, copy files and get working applications as soon as possible. There are files for the lessons, in most cases I don’t write code on the screen, I am discussing it. More complicated code I write on the screen but simple and repeated (e.g. echoing data in views) I don’t write in videos. For more information take a look at first video of this course and see in the section below called “How do the course look like?”.
This is not a typical course discussing next chapters of the documentation. You will create a real life web application using the very popular Laravel framework. During the course most of the topics from Laravel’s documentation will be used. The course touches many areas of full-stack web development, not only backend but also css, html, jQuery, JavaScript and others. The course was created on the Laravel 5.6 version, but the project files were updated to Laravel 5.8. See upgrade guide section to upgrade to the next versions of Laravel (including Laravel 6).
Why is the application so advanced and the course takes less than 10 hours? Because no unnecessary talks, no scratching head. I almost never write anything on the screen. I am discussing the code from the lesson files available for download (70 lectures). Only meat, no fat, no bones, etc. If you want you can cut out or comment code from the files and write it yourself. Then you will learn the most out of it. I’m going straight to the goal, from empty folder to working applications. No unnecessary things, only two apps: web and mobile from the beginning to the end.
This is a very advanced application for an online course on the Internet – 14 tables in the database bound with all types of database relationships available in Laravel.
THE ONLY THING TO MAKE YOU A GOOD WEB DEVELOPER AND SO MORE ATTRACTIVE FOR THE EMPLOYER – IS THAT YOU NEED TO MAKE ADVANCED APPLICATIONS, LIKE FOR EXAMPLE IN THIS COURSE.
In the course I used technologies that are popular and proven in the world of web development.
*** TECHNICAL ASPECTS USED WITHIN THE COURSE ***
Laravel topics used in the application:
-
installation
-
configuration necessary for work
-
service container, service provider & binding implementation of interfaces to the object container
-
the life cycle of the http request in Laravel
-
facades
-
injecting objects (dependency injection)
-
events & listeners
-
caching in Redis
-
routes
-
middlewares
-
Laravel Policies – on permission based user actions in the system
-
generating url’s
-
anti csrf protection
-
controllers, models, views
-
Resource Controllers
-
GET, POST, PUT, DELETE requests, responses
-
http redirections
-
Artisan console commands
-
views and the Blade template system
-
Laravel Mix
-
view composers
-
multilanguage feature in web applications
-
validation of forms
-
helpers (e.g. route function)
-
sessions
-
cookies
-
file uploads
-
authentication (login)
-
authorization (accessing a resource based on permissions)
-
user registration to the system
-
resetting a forgotten password
-
pagination of results from the database
-
database lazy & eager loading
-
database migration
-
database seeders
-
operations on the database: fluent query builder & eloquent orm, accessors
-
relationships in the database: one to one, one to many, many to many, one to many through dependent model
(hasManyThrough), polymorphic one to many, polymorphic many to many
Also:
-
jQuery
-
jQuery Mobile
-
object oriented Java Script
-
Gateway
Pattern -
Repository Pattern
-
Presenter Pattern
-
Singleton Pattern
-
interfaces
-
traits
-
PHP 7 directives
-
Twitter Bootstrap modified by Bootswatch
-
Apache Cordova for hybrid app
-
JWT authentication and authorization (Json
Web Token)
*** ABOUT LARAVEL ***
There is a reason that Laravel leads in Google Trendscompared to other popular PHP frameworks – thanks to it complex applications are created quickly, thanks to many facilities and automation of frequent tasks, e.g. Laravel login mechanism we generate with one command of the built-in console! We use very easily relationships in a database, including more complex polymorphic relations.
Laravel is probably the easiest to master PHP framework. The syntax is simple and intuitive. Applications in Laravel are easy to later scale horizontally thanks to good code organization and built-in integrations, e.g. with Amazon S3. Do you want to use Redis for the session instead of the standard session mechanism in the files on the server? In Laravel it is several lines in the configuration file. Web development with Laravel is simple and pleasant.
*** HOW DO THE COURSE LOOK LIKE? ***
Almost all lessons are accompanied by source files, ready to be copied to the project. On the slides I show the activities that should be done in a given lesson. This is, for example, copying files or commands run in the console. Next, with the editor opened, I discuss the files to change in the lesson. The course was created in a way that I first wrote this application and then divided it into 70 lessons, to which the source files are attached. In most videos, I do not write anything on the screen. I only do this for more complicated code to better explain the issue. There is no point writing very simple or common instructions on the screen that are repeatedly done in each application.
In the course, I create step-by-step a web application in Laravel and a mobile version, according to the top-down approach. We start from the application template, the skeletons of individual methods, and I finally lead to ready and working applications. The course is more back-end than the frontend. The html template will be available for download.
I did the same course earlier for Polish students in a different version. The Polish course lasted more than 20 hours and this course lasts much less hours. Why such a difference? Well, I changed the form of this course. In this course, unlike the first version – there are files for the lessons. And what follows, I don’t write everything on the screen. I decided that it makes no sense to repeat the instructions on the screen which are often repeated many times in applications, for example, displaying data in views or simple foreach loops. But that does not mean that I will not show you how to debug the application. There is a separate lesson where I discuss tips on how to debug. However, on the screen I write the most difficult code and discuss it in detail. And although this course has been shortened, it contains the same amount of material, and even in some places, some issues are better explained.
The entire course is based on free software, most often open-source.
*** WHAT FAMOUS PEOPLE SAY ABOUT PROGRAMMING AND LEARNING? ***
Steve Jobs said that everyone should learn to program because it teaches how to think. So in order to learn how to program and so better think, you need to create applications – program them. The more the better. The more complex applications the better. Only theory from documentation is not enough. You have to create something yourself. Programming is problem solving. You will not be a good web developer if you stop only on theory. No course will make you a good web developer (except for simple pages with the tab “about us” and with a simple html form). You will be a good web developer only if you are able to build complex applications by yourself, such as in this course.
And another great man – Benjamin Franklin said: “Tell me and I forget, teach me and I may remember, involve me and I learn“. It is difficult to get involved someone in an online course without direct contact with the student. But take to heart what that great man said. And be aware that you must actively participate in the learning process. In other words – write yourself with your head and not just copy and paste without analysis. Web development is not a massage – it will not do it itself, nobody will do it for us.
*** HOW TO USE THE COURSE TO GET THE MOST BENEFITS AND LEARN THE MOST? ***
The code from the lecture files that cause problems is best to write yourself than to copy from a file. However, in order to speed up the process to reach to the end of the course, you don’t have to write code that you already know well, such as simple foreach loops or printing data with the Laravel Blade engine, which is repeated many times in the code. If you want to see the effects of the application on your computer as fast as possible, simply view and paste the files from the lesson to your editor. But if you want to understand everything and learn the most – you can cut out or comment the code from the lesson and write it yourself.
After each lesson, review everything exactly what has been done and try to understand it as much as you can:
-
Compare the effects on the screen or use debugging, for example, the dd() function or Chrome dev tool, to show on the screen to better understand how a given piece of code works.
-
You can compare the code with the Laravel documentation, e.g. when validating forms, you can look in the documentation about other rules for validating forms than those currently displayed on the screen.
-
Or when creating a migration, see what other types of columns in the database are described in the documentation and try to save a different one and see the effects after running a command in the console.
-
If you think that something can be done differently, don’t hesitate to do it and write it differently than it is on the screen. In other words, be active during the course. Then you will get the most out of it than if you only listen passively and copy the code from lesson files or from the screen without analyzing it. If you haven’t understood something, ask me a question or search the internet. Laravel has a large community and there are lots of material about it on the web.
-
Play with the code pasted from the source, comment out, uncomment, dump something, etc. Thanks to this you will understand better what is happening.
Remember that only practice makes perfect. If necessary, study the course two or more times. Take notes during the course like a real student. Use documentations, Google search. Finally, try to write the application yourself, not necessarily the same as in the course, you can try to change, add something, etc. No single course will make you a very good web developer. It can only bring you closer to this goal. The more practice, the better.
QA:
Why do you use jquery mobile?
The mobile application is not the main subject of the course, it is the last few lectures of the course. The course focuses mainly on Laravel and design patterns. By building a mobile application I show in the course what can be done with Laravel. These are some general concepts that can later be applied to other mobile frameworks. However jquery hasn’t disappeared from the industry, many companies still require it for maintaining existing websites or even building new ones.
You used Laravel 5 in this course for creating an app. Now we have Laravel 7 already. Does it mean that this course is outdated and I will not benefit from it?
Absolutely not! In tools like PHP frameworks the fundamentals and base syntax almost never change regardless of the version. But of course any maintained software evolves all the time. That’s why I always suggest you to use the version of software that instructor uses in the course. It prevents from errors and confusions. As a someone who wants to learn web development you should be aware, that real web development involves also adapting the code to newer versions if necessary – but this is not always necessary, not every company do that. Software changes so often that the instructors would not be able to create the courses so that they match the latest version. This is not even advisable, because as a student you would loose an important aspect of real web development – the awareness that everything is changing and you need to be able to deal with it.
Important note:
I am not a native speaker of English, so you can check before enrollment
whether my English is good for you and you can always speed up
the video in the player options.
Have a fruitful study!
Course Curriculum
Chapter 1: Introduction
Lecture 1: What you are going to build and how this course is organised
Lecture 2: Before you start the course
Lecture 3: Discussing the application template and methods of Laravel installation
Chapter 2: Laravel installation, frontend and backend template of the application
Lecture 1: Installation of Laravel framework
Lecture 2: Moving template to Laravel, part 1
Lecture 3: Moving template to Laravel, part 2
Lecture 4: Moving template to Laravel, part 3
Chapter 3: Database, login and registration
Lecture 1: Login, registration
Lecture 2: Database design. Migrations, part 1
Lecture 3: Database design. Migrations, part 2
Lecture 4: Laravel Seeder – sample data on the website, part 1
Lecture 5: Laravel Seeder – sample data on the website, part 2
Chapter 4: Application front page – list of tourist objects
Lecture 1: List of tourist objects on the main page, part 1
Lecture 2: List of tourist object on the main page, part 2
Lecture 3: List of tourist object on the main page, part 3
Chapter 5: Application front page – view details of the tourist object
Lecture 1: View details of the tourist object, part 1
Lecture 2: View details of the tourist object, part 2
Chapter 6: Application front page – search engine for renting rooms
Lecture 1: Room rental search engine, part 1
Lecture 2: Room rental search engine, part 2
Lecture 3: Room rental search engine, part 3
Chapter 7: Application front page – details of the room in the tourist object
Lecture 1: Room details in the tourist object, part 1
Lecture 2: Room details in the tourist object, part 2
Chapter 8: Application front page – view for the article and user
Lecture 1: Details of the article about the tourist object
Lecture 2: View details of the user (tourist)
Chapter 9: Application front page – object likes in the application and commenting system
Lecture 1: Likes of tourist objects and articles
Lecture 2: Adding comments to articles and tourist objects
Chapter 10: Administration panel – reservation of a room in a tourist object
Lecture 1: Booking a room in a tourist object on the reservation page
Lecture 2: Booking calendar, part 1
Lecture 3: Booking calendar, part 2
Lecture 4: Booking calendar, part 3
Lecture 5: Booking calendar, part 4
Lecture 6: Booking calendar, part 5
Lecture 7: Booking calendar, part 6
Lecture 8: Booking calendar, part 7
Lecture 9: Extra features in the application
Lecture 10: Confirming and deleting reservations from the calendar
Chapter 11: Administration panel – user roles in the system, adding cities
Lecture 1: Handling of user roles in the system
Lecture 2: Cities of tourist objects, part 1
Lecture 3: Cities of tourist objects, part 2
Chapter 12: Administration panel – user profile
Lecture 1: User profile, part 1
Lecture 2: User profile, part 2
Chapter 13: Administration panel – adding and editing a tourist object
Lecture 1: Adding and editing a tourist object, part 1
Lecture 2: Adding and editing a tourist object, part 2
Lecture 3: Adding and editing a tourist object, part 3
Lecture 4: Adding and editing a tourist object, part 4
Lecture 5: Adding and editing a tourist object, part 5
Chapter 14: Administration panel – list of owner's tourist objects
Lecture 1: List of tourist objects of the owner, part 1
Lecture 2: List of tourist objects of the owner, part 2
Lecture 3: List of tourist objects of the owner, part 3
Chapter 15: Administration panel – notification system, confirmations and cancellations
Lecture 1: Notification system, part 1
Lecture 2: Notification system, part 2
Lecture 3: Notification system, part 3
Lecture 4: Notification system, part 4
Lecture 5: Notification system, part 5
Lecture 6: Events and listeners
Chapter 16: Administration panel – caching of database queries, debugging
Lecture 1: Application caching
Lecture 2: Redis server for session and cache
Lecture 3: Starting and restarting Redis
Chapter 17: Mobile hybrid application – customizing the Laravel code to the hybrid app
Lecture 1: JWT login, part 1
Lecture 2: JWT login, part 2
Lecture 3: JWT login, part 3
Lecture 4: JWT login, part 4
Lecture 5: Web application errors fixes
Chapter 18: Mobile hybrid application – installation, js App object
Lecture 1: The Enjoythetrip hybrid app
Lecture 2: App object in JavaScript, part 1
Lecture 3: App object in JavaScript, part 2
Lecture 4: App object in JavaScript, part 3
Chapter 19: Mobile hybrid application – logging, controlling the hybrid application, views
Lecture 1: Login to the hybrid application
Lecture 2: Control of the hybrid application, part 1
Lecture 3: Control of the hybrid application, part 2
Lecture 4: Html object of a hybrid application. Congratulations!
Chapter 20: Upgrade guide
Lecture 1: Upgrade Laravel from 5.8 to 6.0
Instructors
-
Robert Apollo
Full Stack Web Development Courses
Rating Distribution
- 1 stars: 8 votes
- 2 stars: 5 votes
- 3 stars: 14 votes
- 4 stars: 27 votes
- 5 stars: 47 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
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple