Laravel Schema Builder Part3

Laravel Schema Builder

Once you database tables created ,it is a complex task to update these tables names and their structure .But i think laravel has another opinion .Let’s get started and i will show you how laravel take care of you .

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 »