Creating Invoices with Laravel
Live-coding of a Laravel project, explaining all the details along the way.
Watch Video About the Course
In this course, you will see live-coding of a simple project of creating invoices with Laravel 5.6.
The goal here is not to teach you Laravel from scratch, you need to have the basics of Laravel before enrolling in this course. The goal is to show you real-life example of creating a project, with all the problems and solutions along the way.
So you may consider it as an additional practice to your Laravel learning process, with ability to ask me questions directly in the comments, I am happy to be your mentor around this course.
Why this course is special
- Full source code for download/try
- Additional related links to articles/docs
- Ability to ask me directly in the comments section
Your Instructor
I consider myself a Laravel expert. Work with Laravel around 6 years, I also write about it on my Laravel Daily Blog
Active contributor to official Laravel News blog, latest article: 20 Laravel Eloquent Tips and Tricks
Also sharing my thoughts on YouTube channel "Laravel Business": https://www.youtube.com/channel/UCTuplgOBi6tJIlesI...
Course Curriculum
-
Preview1. New Laravel Project, Authentication and Routes (8:11)
-
Start2. Invoice Creating Form and Resource Controller (10:06)
-
Start3. Saving to DB: Eloquent Models, Migrations and Controller Store (15:54)
-
Start4. Invoices List, Eloquent Relationships and Mutator Attributes (9:33)
-
Start5. View Invoice, Total Numbers and Configurable header/footer (12:21)
-
Start6. Download PDF from Blade File (7:05)
-
Start7. Choosing Customers and Products from Dropdowns (21:08)
-
Start8. Currencies, Countries and VAT Tax Settings (17:05)