Questions tagged as 'artisan'

1
answer

Run php artisan in a different directory

How to run the command: php artisan ... In a different directory so that the generated files are in the folder I set     
asked by 01.06.2018 / 18:01
0
answers

Laravel 55. queued

I'm starting in Laravel. I installed 5.5 and after exceeding this command php artisan make: command MyCommand --queued The error is as follows: "--queued" option does not exist. Reading a little more, the command exists in 5.1. What is...
asked by 09.12.2017 / 00:48
0
answers

Change templade email sent to reset password in Laravel 5.3

I created the authentication module of my application with php artisan make:auth and the password reset method is created automatically by it, everything is working blz ... what happens is that I want to modify the view where the email is...
asked by 23.09.2017 / 05:22
1
answer

Artisan Command Calling Controller

I made a function in a Controller and created a Command in Artisan to run this function. Follows: Controller <?php namespace App\Http\Controllers; use App\Http\Requests; use App\EmpresaRating; use Illuminate\Http\Req...
asked by 06.01.2017 / 14:40
1
answer

Error executing Composer install

I'm cloning a repository of GitHub GitScrum and when I run the command Composer Install , it returns me the following error: / p>    C: \ www \ GitScrum> composer install       [32mLoading composer repositories with package informatio...
asked by 22.11.2016 / 00:01
1
answer

Error when I type php artisan migrate command in windows terminal

Error: After typing the command php artisan migrate in Windows :    Microsoft Windows [version 6.2.9200] (c) 2012 Microsoft Corporation.   All rights reserved.       C: \ Users \ x538238> cd C: \ xampp \ htdocs \ laravel       C:...
asked by 25.07.2018 / 13:16