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 rollback last migration?
What do you know about closures in laravel?
What are service providers in laravel?
List basic concepts in laravel?
What are the available router methods?
How can we configure a mail-in laravel?
What is meant by Laravel - Hashing ?
What is laravel horizon?
What is reverse routing in laravel?
How do I register an artisan command?
What is a named route?
How to start and stop valet?