nikkobautista / laravel-tutorial

Other
118 stars 67 forks source link

missing database sql file for the laravel-tutorial #8

Closed ludwigmair closed 11 years ago

ludwigmair commented 11 years ago

Hi,

i am new to laravel. i just downloaded the laravel-tutorial. great work. the only thing whats missing is the database for this example.

would you mind to provide the sql defination for this application?

thanks a lot

Ludwig

nikkobautista commented 11 years ago

Hi Ludwig,

Run the migrate script to get the db:

php artisan migrate:install php artisan migrate On Nov 27, 2012 12:02 PM, "ludwigmair" notifications@github.com wrote:

Hi,

i am new to laravel. i just downloaded the laravel-tutorial. great work. the only thing whats missing is the database for this example.

would you mind to provide the sql defination for this application?

thanks a lot

Ludwig

— Reply to this email directly or view it on GitHubhttps://github.com/nikkobautista/laravel-tutorial/issues/8.

ludwigmair commented 11 years ago

Hi,

i considered this at the first place already, but there are no migration files in the migration folder from your git repository

Ludwig

nikkobautista commented 11 years ago

Ah, I forgot that migrations are part of the next series, not yet here.

Read this:

http://net.tutsplus.com/tutorials/php/build-web-apps-from-scratch-with-laravel-the-eloquent-orm/

The DB schema is there. Sorry about that!

ludwigmair commented 11 years ago

Hi,

thanks for the info. i got it

Ludwig