News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Artisan and Laravel Migrations
August 28, 2012 @ 08:38:08

PHPMaster.com has continued their series about the Laravel framework today with this new tutorial they show you how to use the command line tool Artisan to work with database migrations.

For those who struggle with maintaining their database schema, or who have problems applying updates and often revert them, there is a solution. Laravel, the MVC framework which I wrote about previously, offers you migrations.

On the surface, the migrations are simple sets of "up" and "down" methods that allow you to apply and remove the changes required for the migration. It also allows you to perform a "rollback" on the updates just made and a "reset" to clear out all changes and start over from the base. There's also a shortcut to help generate migration code from a configuration string.

0 comments voice your opinion now!
laravel migration framework database tutorial


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Diving into the Twitter API

Ruzz on Symfony: What is this all about?

Martynas Jusevicius' Blog: Calculating great-circle distance in MySQL and Propel

IBM developerWorks: Use Ajax with PHP and DB2 9 - Xajax

International PHP Magazine: Poll Question: You Did Not Know That


Community Events











Don't see your event here?
Let us know!


code podcast interview language zendframework2 community database release series development example opinion functional phpunit api introduction testing composer application framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework