How to Connecting to Database in Laravel ?
Answer / surbhi
Configure the database in config/database.php file and create the college database with structure in MySQL.
Database: College
Table: student
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the role of service provider?
Explain the service container?
What is homestead.yaml?
How to use updateorinsert() method in laravel query?
How to redirect form controller to view file in laravel?
What are the example of services?
List some default packages provided by laravel 5.6?
What are the basic concepts in laravel?
Do you know what is method spoofing in laravel?
What is laravel horizon?
Explain how to share sites with external world on valet?
What is the service container in laravel?