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 reverse routing in laravel?
How to send mail using queue in laravel 5?
Define hashing in laravel.
How x-csrf-token is different from csrf tokens?
How to register a service provider in laravel?
Can you update homestead?
How do you do dependency injection in laravel?
How do I assign several roles to users and permit the users to perform some actions based on those roles?
what is a Listeners ?
What is make method?
Do you know what developed the laravel?
Tell me how can you display html with blade in laravel?