php - Laravel artisan not doing anything -


i trying started laravel. have installed laravel using composer, trying create first project. went fine uptil tried generate first db migration, when getting no output from:

[root@glczwe-sp230001 my.perlur.cz]# php artisan make:migration create_customers_table --create=customers [root@glczwe-sp230001 my.perlur.cz]# php artisan list [root@glczwe-sp230001 my.perlur.cz]#  

has ever experienced similar issue? project creation laravel new went fine. modified .env, config/app.php , config/database.php, nothing else. runnig v5.2.14 of laravel framework.

update 1

i have checked .env , have app_debug=true configured, when list files in storage/logs, there not logfiles.

[root@glczwe-sp230001 my.perlur.cz]# ll storage/logs/ total 0 [root@glczwe-sp230001 my.perlur.cz]# 

i have discovered had old version of php 5 laravel, have performed php upgrade to:

[root@glczwe-sp230001 my.perlur.cz]# php --version php 5.5.31 (cli) (built: jan  9 2016 10:01:20)  copyright (c) 1997-2015 php group zend engine v2.5.0, copyright (c) 1998-2015 zend technologies [root@glczwe-sp230001 my.perlur.cz]# 

and started work after running composer install dependencies.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -