How to work with Database in Laravel ?
Answer / nafees ahmad
Laravel has made processing with database very easy. Laravel currently supports following 4 databases -
1.MySQL
2.Postgres
3.SQLite
4.SQL Server
The query to the database can be fired using raw SQL, the fluent query builder, and the Eloquent ORM.
To understand the all CRUD (Create, Read, Update, Delete) operations with Laravel, we will use simple student management system.
Is This Answer Correct ? | 0 Yes | 0 No |
List the applications supported by valet?
What is meant by CRUD and explain each of it Operations ?
List out common artisan commands used in laravel.
How to generate urls from named named routes?
What are seeds in laravel?
What are route groups?
Explain Events and Listeners ?
How will you explain events in laravel?
Is laravel secure?
Explain laravel service container?
how to create subdomain routing in laravel 5?
How can we use the custom table in laravel?