Questions tagged as 'artisan'

0
answers

Connection error in composer install?

I'm having trouble running the composer install command in Laravel. I'm pretty new to it, so I have no idea what might be causing this error: > php artisan clear-compiled Erro na conexão, verifique o log de erro para mais informações...
asked by 23.03.2017 / 05:06
0
answers

Artisan server in Laravel with php 5.6?

I created a project with Laravel 5.0 framework by composer, to run the project I use the php artisan serve command, however, I verified that the php version used on this server is 7, I have installed php 5.6 on the computer and would like the...
asked by 20.03.2017 / 01:14
0
answers

Any command with Artisan is not working [closed]

I tried to install a dependency: link . However, at the end of the installation, an error message appeared: Installation failed, reverting ./composer.json to its original content. Now no command php artisan algo works, this error di...
asked by 28.09.2016 / 19:43
2
answers

Laravel 5.4: Error creating table - unexpected '(', expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$'

When you run the php artisan migrate command to create the table in the database, the following error appears: [Symfony\Component\Debug\Exception\FatalThrowableError] Parse error: syntax error, unexpected '(', expecting identifier (T_STRIN...
asked by 05.07.2017 / 15:21
1
answer

Authentication does not work after executing the make: auth command

I run the command: SmartFlex> php artisan migrate within my project and it is finalized correctly. The login and registry options are available in view , but when trying to access the registry, for example, the following error occur...
asked by 27.05.2017 / 03:27
1
answer

Linux commands through Laravel

I'm creating some custom commands in Laravel as per the documentation: link ex: php artisan gestao:config This command allows me to automatically configure some things in my application, such as migrate and Seeds of my ap...
asked by 22.05.2017 / 03:34
1
answer

Rotate artisan inside shell script linux

How do I make a linux shell script to run a laravel artisan command? ex: php artisan migrate but create a script to run this command     
asked by 14.12.2018 / 02:52
1
answer

Script linux Artisan Laravel

I hired a shared server, which runs scheduled tasks ( CRON TABLE ) via linux scripts (.sh). How do I run a php artisan ( php artisan enviar:emaildiario ) command inside this linux script? Server UOL: Script:     
asked by 29.11.2018 / 23:09
1
answer

Laravel problem with php artisan serves

I'm following a lesson from Laravel 5.6, and during class, I created the project in laravel, already with all the tools installed. NPM, Composer, Xampp etc. Then I ran the command: composer create-project --prefer-dist laravel/laravel proje...
asked by 30.10.2018 / 02:04
1
answer

LARAVEL - Error connecting MYSQL with LARADOCK in Workspace

When I try to run the command in the laradock workspace php artisan migrate the following error occurs: Illuminate\Database\QueryException : SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client (SQ...
asked by 15.09.2018 / 06:15