Laravel

Master the art of web development with our comprehensive Laravel course. Guided by industry experts, this program equips you with essential skills in modern PHP frameworks. Dive into advanced techniques like MVC architecture and Eloquent ORM while learning to build robust applications effortlessly.

updated
beginner
Laravel
We price match

Public Pricing

MYR 7000

Corporate Pricing

Pax:

Training Fees: MYR 6500/day
Total Fees: MYR 26000 ++

Training Provider Pricing

Pax:

Training Fees: MYR 9600
Material Fees: MYR 400
Total Fees: MYR 10000 ++

Features

4 days
28 modules
Full life-time access
English

Subsidies

HRDC Claimable logo

What you'll learn

  • Manage databases effectively using Eloquent ORM and migrations.
  • Set up a local development environment using Composer and configure environment variables.
  • Understand the fundamentals of Laravel framework and its role in modern PHP development.
  • Create dynamic web pages using Blade templating engine.
  • Implement routing mechanisms including route groups and middleware.
  • Develop RESTful APIs with proper authentication and authorization controls.
  • Optimize application performance through caching strategies and query optimization.
  • Deploy Laravel applications following best practices for production environments.

Why should you attend?

Laravel is a powerful PHP framework designed to make web development more efficient and enjoyable. It follows the Model-View-Controller (MVC) architecture, which separates the application logic from the user interface, allowing developers to build scalable and maintainable applications. Laravel's rich set of features includes routing, middleware, Blade templating, and Eloquent ORM for database interactions. These tools help streamline common tasks such as authentication, session management, and caching. Setting up a Laravel environment involves installing it via Composer and configuring development environments like Homestead or Valet. Developers can manage environment settings using .env files, ensuring that configurations are easily adjustable across different stages of development. Routing in Laravel is intuitive, offering basic routes with closures or controller methods, while also supporting complex route parameters and middleware integration. Controllers in Laravel handle requests and pass data to views using Blade templates. Middleware provides a convenient mechanism for filtering HTTP requests entering your application. The framework's error handling capabilities include customizable error pages and detailed debugging information through tools like Laravel Debugbar. Eloquent ORM simplifies database operations by providing an expressive syntax for defining models and relationships. Database migrations offer a version control system for database schemas, making it easy to create, modify, and rollback changes. With support for CRUD operations, pagination, sorting, and query building, Laravel empowers developers to efficiently manage data. Advanced topics in Laravel cover API development with JSON responses, file uploads and storage solutions including cloud services like AWS S3, event broadcasting for real-time updates, queue management for background processing tasks, email notifications via multiple channels, session management, caching strategies for performance optimization, unit testing with PHPUnit, task scheduling with cron jobs integration, security best practices against CSRF attacks and XSS vulnerabilities, debugging with Laravel Telescope and Debugbar tools as well as deployment strategies on cloud platforms.

Course Syllabus

Day 1 - Laravel Fundamentals Setup
Short Break
15 mins
Short Break
15 mins
Recap and Q&A
15 mins
Lunch
1 hour
Short Break
15 mins
Short Break
15 mins
Short Break
15 mins
Recap and Q&A
15 mins
End of Day 1
Day 2 - Routing Controllers Middleware
Short Break
15 mins
Short Break
15 mins
Recap and Q&A
15 mins
Lunch
1 hour
Short Break
15 mins
Short Break
15 mins
Short Break
15 mins
Recap and Q&A
15 mins
End of Day 2
Day 3 - Blade Forms Validation
Short Break
15 mins
Short Break
15 mins
Recap and Q&A
15 mins
Lunch
1 hour
Short Break
15 mins
Short Break
15 mins
Short Break
15 mins
Recap and Q&A
15 mins
End of Day 3
Day 4 - Error Handling Eloquent
Short Break
15 mins
Short Break
15 mins
Recap and Q&A
15 mins
Lunch
1 hour
Short Break
15 mins
Short Break
15 mins
Short Break
15 mins
Recap and Q&A
15 mins
End of Day 4

Instructor

Loading...
Tasmeea Rahman Lecturer Teaching

Tasmeea Rahman is a highly skilled and versatile professional with a rich background in both academia and industry. Currently serving as a Freelance Corporate Trainer at Abundent in Kuala Lumpur, Malaysia, Tasmeea specializes in developing content and providing training on a wide array of subjects including Machine Learning, Data Analysis with Python, MS Excel, Power BI, Minitab, Jaspersoft, Apache Superset, TIBCO Spotfire, and various electrical and mechanical 2D/3D design tools such as AutoCAD and Autodesk Fusion 360. Her role also encompasses project management training. Previously, Tasmeea worked as an Adjunct Lecturer at Leading University in Sylhet, Bangladesh where she was involved in curriculum development and delivering engaging lectures on electrical and electronics courses. She has hands-on experience in teaching subjects like electrical circuits, VLSI design, digital signal processing, and microprocessors. Before her academic stint, she served as a Design Engineer at ALCOVE in Dhaka, Bangladesh where she was responsible for providing electrical and architectural drawings along with planning and executing projects. Tasmeea holds a Ph.D. in Project Management from Universiti Putra Malaysia with a perfect CGPA of 4.00/4.00. She also earned a Master of Engineering Management from the same university and an MBA in Marketing from the University of Dhaka. Her educational foundation is built on a Bachelor's Degree in Electrical and Electronics Engineering from United International University in Bangladesh. In addition to her formal education, Tasmeea has several certifications including Train the Trainer Certification from HRD Corp and Agile Project Management Certifications from Google via Coursera. She is proficient in multiple engineering software tools and programming languages including MATLAB, AutoCAD, C++, Assembly language, and Python. Fluent in both Bengali and English, Tasmeea is committed to continuous learning and professional development.

8 Students
83 Courses

Minimum Qualification

basic IT

Target Audience

students
entry level
engineers

Methodologies

lecture
slides
labs
q&A

Instructor Reviews

RR
Rohit R
3 years ago
3 years ago

Tasmeea was an excellent teacher. Very pleasant, willing to assist and answer concerns, and continuously asked how she could assist more. She made the course enjoyable as well as informative.

SA
Sam A
3 years ago
3 years ago

Thank you so much for your invaluable guidance. I really enjoyed it and appreciated how much fun you made it! I feel much more equipped to cope with difficult challenges.

CS
Carmen S
3 years ago
3 years ago

The training was both fascinating and beneficial. Many members of the staff commented on how useful it was. Tasmeea delivers the topic with authority, wit, and passion.

FAQs

Why should you attend?

Laravel is a powerful PHP framework designed to make web development more efficient and enjoyable. It follows the Model-View-Controller (MVC) architecture, which separates the application logic from the user interface, allowing developers to build scalable and maintainable applications. Laravel's rich set of features includes routing, middleware, Blade templating, and Eloquent ORM for database interactions. These tools help streamline common tasks such as authentication, session management, and caching. Setting up a Laravel environment involves installing it via Composer and configuring development environments like Homestead or Valet. Developers can manage environment settings using .env files, ensuring that configurations are easily adjustable across different stages of development. Routing in Laravel is intuitive, offering basic routes with closures or controller methods, while also supporting complex route parameters and middleware integration. Controllers in Laravel handle requests and pass data to views using Blade templates. Middleware provides a convenient mechanism for filtering HTTP requests entering your application. The framework's error handling capabilities include customizable error pages and detailed debugging information through tools like Laravel Debugbar. Eloquent ORM simplifies database operations by providing an expressive syntax for defining models and relationships. Database migrations offer a version control system for database schemas, making it easy to create, modify, and rollback changes. With support for CRUD operations, pagination, sorting, and query building, Laravel empowers developers to efficiently manage data. Advanced topics in Laravel cover API development with JSON responses, file uploads and storage solutions including cloud services like AWS S3, event broadcasting for real-time updates, queue management for background processing tasks, email notifications via multiple channels, session management, caching strategies for performance optimization, unit testing with PHPUnit, task scheduling with cron jobs integration, security best practices against CSRF attacks and XSS vulnerabilities, debugging with Laravel Telescope and Debugbar tools as well as deployment strategies on cloud platforms.

What you'll learn

  • Manage databases effectively using Eloquent ORM and migrations.
  • Set up a local development environment using Composer and configure environment variables.
  • Understand the fundamentals of Laravel framework and its role in modern PHP development.
  • Create dynamic web pages using Blade templating engine.
  • Implement routing mechanisms including route groups and middleware.
  • Develop RESTful APIs with proper authentication and authorization controls.
  • Optimize application performance through caching strategies and query optimization.
  • Deploy Laravel applications following best practices for production environments.

Course Syllabus

Day 1 - Laravel Fundamentals Setup
Short Break
15 mins
Short Break
15 mins
Recap and Q&A
15 mins
Lunch
1 hour
Short Break
15 mins
Short Break
15 mins
Short Break
15 mins
Recap and Q&A
15 mins
End of Day 1
Day 2 - Routing Controllers Middleware
Short Break
15 mins
Short Break
15 mins
Recap and Q&A
15 mins
Lunch
1 hour
Short Break
15 mins
Short Break
15 mins
Short Break
15 mins
Recap and Q&A
15 mins
End of Day 2
Day 3 - Blade Forms Validation
Short Break
15 mins
Short Break
15 mins
Recap and Q&A
15 mins
Lunch
1 hour
Short Break
15 mins
Short Break
15 mins
Short Break
15 mins
Recap and Q&A
15 mins
End of Day 3
Day 4 - Error Handling Eloquent
Short Break
15 mins
Short Break
15 mins
Recap and Q&A
15 mins
Lunch
1 hour
Short Break
15 mins
Short Break
15 mins
Short Break
15 mins
Recap and Q&A
15 mins
End of Day 4

Instructor Reviews

RR
Rohit R
3 years ago
3 years ago

Tasmeea was an excellent teacher. Very pleasant, willing to assist and answer concerns, and continuously asked how she could assist more. She made the course enjoyable as well as informative.

SA
Sam A
3 years ago
3 years ago

Thank you so much for your invaluable guidance. I really enjoyed it and appreciated how much fun you made it! I feel much more equipped to cope with difficult challenges.

CS
Carmen S
3 years ago
3 years ago

The training was both fascinating and beneficial. Many members of the staff commented on how useful it was. Tasmeea delivers the topic with authority, wit, and passion.

We price match

Public Pricing

MYR 7000

Corporate Pricing

Pax:

Training Fees: MYR 6500/day
Total Fees: MYR 26000 ++

Training Provider Pricing

Pax:

Training Fees: MYR 9600
Material Fees: MYR 400
Total Fees: MYR 10000 ++

Features

4 days
28 modules
Full life-time access
English

Subsidies

HRDC Claimable logo

Instructor

Loading...
Tasmeea Rahman Lecturer Teaching

Tasmeea Rahman is a highly skilled and versatile professional with a rich background in both academia and industry. Currently serving as a Freelance Corporate Trainer at Abundent in Kuala Lumpur, Malaysia, Tasmeea specializes in developing content and providing training on a wide array of subjects including Machine Learning, Data Analysis with Python, MS Excel, Power BI, Minitab, Jaspersoft, Apache Superset, TIBCO Spotfire, and various electrical and mechanical 2D/3D design tools such as AutoCAD and Autodesk Fusion 360. Her role also encompasses project management training. Previously, Tasmeea worked as an Adjunct Lecturer at Leading University in Sylhet, Bangladesh where she was involved in curriculum development and delivering engaging lectures on electrical and electronics courses. She has hands-on experience in teaching subjects like electrical circuits, VLSI design, digital signal processing, and microprocessors. Before her academic stint, she served as a Design Engineer at ALCOVE in Dhaka, Bangladesh where she was responsible for providing electrical and architectural drawings along with planning and executing projects. Tasmeea holds a Ph.D. in Project Management from Universiti Putra Malaysia with a perfect CGPA of 4.00/4.00. She also earned a Master of Engineering Management from the same university and an MBA in Marketing from the University of Dhaka. Her educational foundation is built on a Bachelor's Degree in Electrical and Electronics Engineering from United International University in Bangladesh. In addition to her formal education, Tasmeea has several certifications including Train the Trainer Certification from HRD Corp and Agile Project Management Certifications from Google via Coursera. She is proficient in multiple engineering software tools and programming languages including MATLAB, AutoCAD, C++, Assembly language, and Python. Fluent in both Bengali and English, Tasmeea is committed to continuous learning and professional development.

8 Students
83 Courses

Minimum Qualification

basic IT

Target Audience

students
entry level
engineers

Methodologies

lecture
slides
labs
q&A

FAQs

Close menu