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

PHPBuilder.com: Dynamic XML with PHP

Zend Developer Zone: Indexing Email Messages with PHP, Zend Lucene and Sphinx

Matthew Weier O'Phinney's Blog: View Layers, Database Abstraction, Configuration, Oh, My!

PHPMaster.com: Laravel: Is It Really Clean and Classy?

Symfony Blog: symfony Events


Community Events











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


functional symfony2 introduction podcast testing unittest rest usergroup development series zendframework2 interview database phpunit release opinion community framework conference language

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