LMS-Laravel / OLD-LMS-Laravel

Laravel Learning Management System (LMS)
283 stars 162 forks source link

Fail on install #5

Closed limatheus closed 9 years ago

limatheus commented 9 years ago

Hi, First I need say thank you for make this awesome app. I'm got some troubles when I run **php artisan app:install**, starts fine.. But when the installer will migrate and seed the modules nothing happens.

I executed the command php artisan module:list and returns empyt.

See the screenshot

screenshot

Can you help me?

angelkurten commented 9 years ago

Hi,

@limatheus The installation appears to run correctly, just not the command returns details of the execution, check the database or browser.

I'm sorry for my English


La instalación parece ejecutarse de forma correcta, solo que el comando aún no retorna detalles de la ejecución, revise la base de datos o en el navegador.

Lo siento por mi ingles

limatheus commented 9 years ago

@angelkurten Yo también lo siento por mi ingles, yo soy brasileño haha Pero no mi español es peor XD

After I execute the command app:install, when I go to the database manager I got only 4 tables.

And in the browser I access the app at http://localhost:8000, I got a route error

See that were tables migrated

tables

angelkurten commented 9 years ago

@limatheus

I went to install the app on my PC and it worked, you are downloading from composer using create-project?


Volví a instalar la app en mi PC y todo funcionó perfectamente, ¿estas descargando desde composer utilizando create-project?

install

limatheus commented 9 years ago

Humm

Maybe a case sensitive problem, I'm running on Linux.

I see two folders for modules modules and Modules.

Checking now...

angelkurten commented 9 years ago

it's possible, Although I work with Homestead which it is based on Ubuntu