Luracast / Laravel-Database

Laravel database for your non laravel projects. Built on top of illuminate/database to provide migration, seeding and artisan support
85 stars 12 forks source link

Artisan command #5

Closed mikhi closed 8 years ago

mikhi commented 8 years ago

How can use the artisan command? I tried from the terminal "php artisan" command but i get "Could not open input file: artisan" response.

Thanks, Mihai

mikhi commented 8 years ago

Sorry, for the previous message. I've noticed that the package creates a folder database, and inside this folder i can access the artisan command.