Closed limatheus closed 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
@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
@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?
Humm
Maybe a case sensitive problem, I'm running on Linux.
I see two folders for modules modules and Modules.
Checking now...
it's possible, Although I work with Homestead which it is based on Ubuntu
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
Can you help me?