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

Guilherme Blanco's Blog: register_superglobal("¯name"¯);

DevShed: 7 PHP Frameworks Tested For Speed - Benchmarking PHP Frameworks

Gonzalo Ayuso's Blog: Building a simple SQL wrapper with PHP

IBM developerWorks: What's new in PHP V5.2, Part 4: Using the new ZIP extension

WeberDev.com: PHP 101 (part 14): Going To The Polls


Community Events











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


development phpunit application example community tool series functional opinion introduction interview podcast code unittest object language testing framework release zendframework2

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