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 |
How to bind a service container to a service provide.
What is lumen?
What is mvc framework laravel?
How can we use maintenance mode in laravel 5?
What are the Advantages of Laravel ?
What is a Laravel - Contracts ?
What is a facade?
How can we handle Error Handling in Laravel ?
What is the use of db facade?
How do I perform dependency injection in laravel?
What getfacadeaccessor method does?
Difference between Authentication and Authorization ?