Top "Laravel-artisan" questions

For programming questions about the Artisan Console, the command-line interface included with the Laravel PHP framework

Laravel 5.2 auth change 'users' table

I used the new feature in Laravel: php artisan make:auth But when I register it will use the database …

laravel authentication laravel-5 laravel-artisan laravel-5.2
Impossible to create the root directory

I have already searched for this issue. But the task was different on each question/blog. So those answers or …

laravel laravel-5 file-permissions laravel-artisan laravel-filesystem
laravel custom command not listed

I have created a custom command called confirmUserCommand with the filename matching the class name (same case). The $name is …

php laravel laravel-artisan
How to use global prefix for tables in Laravel 5

New in Laravel. Probably a silly question. I had setup database like this: 'mysql' => [ 'driver' => 'mysql', 'host' => …

laravel laravel-5 laravel-5.2 laravel-artisan artisan-migrate
How to fix in laravel 5.2 zizaco entrust:migration class name validation?

I have followed zizac/entrust installation tutorial from GitHub Link and faced with error: Class name must be a valid …

php laravel laravel-5 laravel-artisan entrust
Check if input is from console

I want to share a variable of my views with: class AppServiceProvider extends ServiceProvider { /** * Bootstrap any application services. * * @return void */ …

laravel laravel-5 laravel-5.4 laravel-artisan