SlideShare uma empresa Scribd logo
1 de 5
Laravel
Interview Question Answers
Laravel Interview Questions For Freshers
1. What is the latest Laravel version?
The latest Laravel version is 9.x.
2. Define Composer.
Composer is the package manager for the framework. It helps in adding new packages from the
huge community into your laravel application.
For example, one of the most used packages for authentication will be Passport, for including that
into your project, you can run the below command on your terminal:
composer requires laravel/passport
It generates a file(composer.json) in your project directory to keep track of all your packages. A
default composer.json file of your laravel project will look something like below:
{
"nunomaduro/collis
ion": "^5.0",
"phpunit/phpunit":
"^9.3.3"
}
}
The “require” and “require-dev” keys in composer.json
specify production and dev packages and their version
constraints respectively.
3. What is the templating engine used in Laravel?
The templating engine used in Laravel is Blade. The blade gives
the ability to use its mustache-like
syntax with the plain PHP and gets compiled into plain PHP
and cached until any other change happens in the blade file.
The blade file has .blade.php extension.
4. What are available databases
supported by Laravel? The
supported databases in laravel
are:
 PostgreSQL
 SQL Server
 SQLite
 MySQL
5. What is an artisan?
Artisan is the command-line tool for Laravel to help the
developer build the application. You can enter the below
command to get all the available commands:
PHP artisan list: Artisan command can help in creating the
files using the make command. Some of the useful make
commands are listed below:
A Model can have properties like table, fillable, hidden, etc
which defines properties of the table and model.
Advanced Laravel Interview Questions
15. What are Relationships in Laravel?
Relationships in Laravel are a way to define relations between
different models in the applications. It is the same as relations
in relational databases.
Different relationships available in Laravel are:
 One to One
 One to Many
 Many to Many
 Has One Through
 Has Many Through
 One to One (Polymorphic)
 One to Many (Polymorphic)
 Many to Many (Polymorphic)
Relationships are defined as a method on the model class.
An example of One to One relation is shown below.

Mais conteúdo relacionado

Semelhante a Laravel.pptx

Introduction of laravel framework.
Introduction of laravel framework.Introduction of laravel framework.
Introduction of laravel framework.Omid Nikrah
 
Top 10 Useful tools for Laravel development.pdf
Top 10 Useful tools for Laravel development.pdfTop 10 Useful tools for Laravel development.pdf
Top 10 Useful tools for Laravel development.pdfMoon Technolabs Pvt. Ltd.
 
data_laravel.pptx
data_laravel.pptxdata_laravel.pptx
data_laravel.pptxwarisskom
 
Web Programming - 3 Laravel Framework
Web Programming - 3 Laravel FrameworkWeb Programming - 3 Laravel Framework
Web Programming - 3 Laravel FrameworkAndiNurkholis1
 
What’s New in Laravel 8 for a Laravel Development Company?
What’s New in Laravel 8 for a Laravel Development Company?What’s New in Laravel 8 for a Laravel Development Company?
What’s New in Laravel 8 for a Laravel Development Company?Inexture Solutions
 
laravel-interview-questions.pdf
laravel-interview-questions.pdflaravel-interview-questions.pdf
laravel-interview-questions.pdfAnuragMourya8
 
Latest Laravel Practice 2023 Experts Guidance.pdf
Latest Laravel Practice 2023 Experts Guidance.pdfLatest Laravel Practice 2023 Experts Guidance.pdf
Latest Laravel Practice 2023 Experts Guidance.pdfSufalam Technologies
 
Laravel: Unleashing the power of PHP
Laravel: Unleashing the power  of PHPLaravel: Unleashing the power  of PHP
Laravel: Unleashing the power of PHPCetpa Infotech
 
The Ultimate Guide to Laravel Performance Optimization in 2022.pdf
The Ultimate Guide to Laravel Performance Optimization in 2022.pdfThe Ultimate Guide to Laravel Performance Optimization in 2022.pdf
The Ultimate Guide to Laravel Performance Optimization in 2022.pdfKaty Slemon
 
Web Development with Laravel 5
Web Development with Laravel 5Web Development with Laravel 5
Web Development with Laravel 5Soheil Khodayari
 
New Features of Laravel 9​ - Storeemart a Best Laravel Ecommerce Platform
New Features of Laravel 9​ - Storeemart a Best Laravel Ecommerce PlatformNew Features of Laravel 9​ - Storeemart a Best Laravel Ecommerce Platform
New Features of Laravel 9​ - Storeemart a Best Laravel Ecommerce PlatformStoreeMart2
 
Why Laravel PHP Framework Is Preferred By Web Developers?
Why Laravel PHP Framework Is Preferred By Web Developers?Why Laravel PHP Framework Is Preferred By Web Developers?
Why Laravel PHP Framework Is Preferred By Web Developers?KrishaWeb Technologies
 
The trend of laravel application development will never end!
The trend of laravel application development will never end!The trend of laravel application development will never end!
The trend of laravel application development will never end!Concetto Labs
 
What's new in laravel 9 a complete guide for laravel website development
What's new in laravel 9  a complete guide for laravel website developmentWhat's new in laravel 9  a complete guide for laravel website development
What's new in laravel 9 a complete guide for laravel website developmentMoon Technolabs Pvt. Ltd.
 

Semelhante a Laravel.pptx (20)

Introduction of laravel framework.
Introduction of laravel framework.Introduction of laravel framework.
Introduction of laravel framework.
 
Top 10 Useful tools for Laravel development.pdf
Top 10 Useful tools for Laravel development.pdfTop 10 Useful tools for Laravel development.pdf
Top 10 Useful tools for Laravel development.pdf
 
data_laravel.pptx
data_laravel.pptxdata_laravel.pptx
data_laravel.pptx
 
laravel.pptx
laravel.pptxlaravel.pptx
laravel.pptx
 
Web Programming - 3 Laravel Framework
Web Programming - 3 Laravel FrameworkWeb Programming - 3 Laravel Framework
Web Programming - 3 Laravel Framework
 
Why Laravel?
Why Laravel?Why Laravel?
Why Laravel?
 
What’s New in Laravel 8 for a Laravel Development Company?
What’s New in Laravel 8 for a Laravel Development Company?What’s New in Laravel 8 for a Laravel Development Company?
What’s New in Laravel 8 for a Laravel Development Company?
 
laravel-interview-questions.pdf
laravel-interview-questions.pdflaravel-interview-questions.pdf
laravel-interview-questions.pdf
 
Laravel 9_ Unlock the Exciting Features Here!.pptx
Laravel 9_ Unlock the Exciting Features Here!.pptxLaravel 9_ Unlock the Exciting Features Here!.pptx
Laravel 9_ Unlock the Exciting Features Here!.pptx
 
Latest Laravel Practice 2023 Experts Guidance.pdf
Latest Laravel Practice 2023 Experts Guidance.pdfLatest Laravel Practice 2023 Experts Guidance.pdf
Latest Laravel Practice 2023 Experts Guidance.pdf
 
Laravel: Unleashing the power of PHP
Laravel: Unleashing the power  of PHPLaravel: Unleashing the power  of PHP
Laravel: Unleashing the power of PHP
 
The Ultimate Guide to Laravel Performance Optimization in 2022.pdf
The Ultimate Guide to Laravel Performance Optimization in 2022.pdfThe Ultimate Guide to Laravel Performance Optimization in 2022.pdf
The Ultimate Guide to Laravel Performance Optimization in 2022.pdf
 
Web Development with Laravel 5
Web Development with Laravel 5Web Development with Laravel 5
Web Development with Laravel 5
 
Laravel
LaravelLaravel
Laravel
 
New Features of Laravel 9​ - Storeemart a Best Laravel Ecommerce Platform
New Features of Laravel 9​ - Storeemart a Best Laravel Ecommerce PlatformNew Features of Laravel 9​ - Storeemart a Best Laravel Ecommerce Platform
New Features of Laravel 9​ - Storeemart a Best Laravel Ecommerce Platform
 
Professional Laravel Development Services for Your Business
Professional Laravel Development Services for Your BusinessProfessional Laravel Development Services for Your Business
Professional Laravel Development Services for Your Business
 
Why Laravel PHP Framework Is Preferred By Web Developers?
Why Laravel PHP Framework Is Preferred By Web Developers?Why Laravel PHP Framework Is Preferred By Web Developers?
Why Laravel PHP Framework Is Preferred By Web Developers?
 
Getting started with laravel
Getting started with laravelGetting started with laravel
Getting started with laravel
 
The trend of laravel application development will never end!
The trend of laravel application development will never end!The trend of laravel application development will never end!
The trend of laravel application development will never end!
 
What's new in laravel 9 a complete guide for laravel website development
What's new in laravel 9  a complete guide for laravel website developmentWhat's new in laravel 9  a complete guide for laravel website development
What's new in laravel 9 a complete guide for laravel website development
 

Mais de KaustubhBhandari6

Unified Threat Management Market Players Gaining Attractive Investments
Unified Threat Management  Market Players Gaining Attractive InvestmentsUnified Threat Management  Market Players Gaining Attractive Investments
Unified Threat Management Market Players Gaining Attractive InvestmentsKaustubhBhandari6
 
Apparel Retail Market Growth Improvement Highly Witness
Apparel Retail Market Growth Improvement Highly WitnessApparel Retail Market Growth Improvement Highly Witness
Apparel Retail Market Growth Improvement Highly WitnessKaustubhBhandari6
 
Helicopter Blades Market.pdf
Helicopter Blades Market.pdfHelicopter Blades Market.pdf
Helicopter Blades Market.pdfKaustubhBhandari6
 
Optical Fiber Cable Market.pdf
Optical Fiber Cable Market.pdfOptical Fiber Cable Market.pdf
Optical Fiber Cable Market.pdfKaustubhBhandari6
 
Dehydration Monitoring Systems Market.pdf
Dehydration Monitoring Systems Market.pdfDehydration Monitoring Systems Market.pdf
Dehydration Monitoring Systems Market.pdfKaustubhBhandari6
 
Network Management Market.pdf
Network Management Market.pdfNetwork Management Market.pdf
Network Management Market.pdfKaustubhBhandari6
 

Mais de KaustubhBhandari6 (20)

Unified Threat Management Market Players Gaining Attractive Investments
Unified Threat Management  Market Players Gaining Attractive InvestmentsUnified Threat Management  Market Players Gaining Attractive Investments
Unified Threat Management Market Players Gaining Attractive Investments
 
Apparel Retail Market Growth Improvement Highly Witness
Apparel Retail Market Growth Improvement Highly WitnessApparel Retail Market Growth Improvement Highly Witness
Apparel Retail Market Growth Improvement Highly Witness
 
Sodium Nitrate Market
Sodium Nitrate MarketSodium Nitrate Market
Sodium Nitrate Market
 
Spreadsheet Software Market
Spreadsheet Software MarketSpreadsheet Software Market
Spreadsheet Software Market
 
Foodtech Market
Foodtech MarketFoodtech Market
Foodtech Market
 
Soft Skills Training Market
Soft Skills Training MarketSoft Skills Training Market
Soft Skills Training Market
 
Armored Vehicle Market
Armored Vehicle MarketArmored Vehicle Market
Armored Vehicle Market
 
Helicopter Blades Market.pdf
Helicopter Blades Market.pdfHelicopter Blades Market.pdf
Helicopter Blades Market.pdf
 
Optical Fiber Cable Market.pdf
Optical Fiber Cable Market.pdfOptical Fiber Cable Market.pdf
Optical Fiber Cable Market.pdf
 
Armored Vehicle Market
Armored Vehicle MarketArmored Vehicle Market
Armored Vehicle Market
 
Soft Skills Training Market
Soft Skills Training MarketSoft Skills Training Market
Soft Skills Training Market
 
Dehydration Monitoring Systems Market.pdf
Dehydration Monitoring Systems Market.pdfDehydration Monitoring Systems Market.pdf
Dehydration Monitoring Systems Market.pdf
 
Data Historian Market.pdf
Data Historian Market.pdfData Historian Market.pdf
Data Historian Market.pdf
 
Large Wind Turbine Market
Large Wind Turbine MarketLarge Wind Turbine Market
Large Wind Turbine Market
 
Network Management Market.pdf
Network Management Market.pdfNetwork Management Market.pdf
Network Management Market.pdf
 
Gps Trackers Market
Gps Trackers MarketGps Trackers Market
Gps Trackers Market
 
Baby diaper bag Market
Baby diaper bag MarketBaby diaper bag Market
Baby diaper bag Market
 
Patient Lift Accessories
Patient Lift AccessoriesPatient Lift Accessories
Patient Lift Accessories
 
Recycled Paper Market
Recycled Paper MarketRecycled Paper Market
Recycled Paper Market
 
Bio Vanillin Market
Bio Vanillin MarketBio Vanillin Market
Bio Vanillin Market
 

Último

Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfCionsystems
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Clustering techniques data mining book ....
Clustering techniques data mining book ....Clustering techniques data mining book ....
Clustering techniques data mining book ....ShaimaaMohamedGalal
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about usDynamic Netsoft
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendArshad QA
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 

Último (20)

Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdf
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Clustering techniques data mining book ....
Clustering techniques data mining book ....Clustering techniques data mining book ....
Clustering techniques data mining book ....
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about us
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and Backend
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 

Laravel.pptx

  • 2. Laravel Interview Questions For Freshers 1. What is the latest Laravel version? The latest Laravel version is 9.x. 2. Define Composer. Composer is the package manager for the framework. It helps in adding new packages from the huge community into your laravel application. For example, one of the most used packages for authentication will be Passport, for including that into your project, you can run the below command on your terminal: composer requires laravel/passport It generates a file(composer.json) in your project directory to keep track of all your packages. A default composer.json file of your laravel project will look something like below: {
  • 3. "nunomaduro/collis ion": "^5.0", "phpunit/phpunit": "^9.3.3" } } The “require” and “require-dev” keys in composer.json specify production and dev packages and their version constraints respectively. 3. What is the templating engine used in Laravel? The templating engine used in Laravel is Blade. The blade gives the ability to use its mustache-like syntax with the plain PHP and gets compiled into plain PHP and cached until any other change happens in the blade file. The blade file has .blade.php extension.
  • 4. 4. What are available databases supported by Laravel? The supported databases in laravel are:  PostgreSQL  SQL Server  SQLite  MySQL 5. What is an artisan? Artisan is the command-line tool for Laravel to help the developer build the application. You can enter the below command to get all the available commands: PHP artisan list: Artisan command can help in creating the files using the make command. Some of the useful make commands are listed below:
  • 5. A Model can have properties like table, fillable, hidden, etc which defines properties of the table and model. Advanced Laravel Interview Questions 15. What are Relationships in Laravel? Relationships in Laravel are a way to define relations between different models in the applications. It is the same as relations in relational databases. Different relationships available in Laravel are:  One to One  One to Many  Many to Many  Has One Through  Has Many Through  One to One (Polymorphic)  One to Many (Polymorphic)  Many to Many (Polymorphic) Relationships are defined as a method on the model class. An example of One to One relation is shown below.