Laravel ORM Part1

laravel orm

Laravel is a MVC PHP framework so it ships with its own ORM component called “Eloquent”. Eloquent will take care of records retrieval for us. We don’t have to write any SQL line. Let’s explore eloquent basic CRUD methods .

continue reading »

Laravel Schema Builder Part1

Laravel Schema Builder

Does your application need to store data in a database ? Well let’s see if laravel will give help .Laravel support MySQL ,SQLite ,PostgreSQL and SQL Server Platforms .Also it has very flexible abstraction layer .It can work with multi database applications .Secured as it escape value for you .Let’s explore how laravel take care of you .

continue reading »