For programming questions about the Artisan Console, the command-line interface included with the Laravel PHP framework
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.2I 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-filesystemI have created a custom command called confirmUserCommand with the filename matching the class name (same case). The $name is …
php laravel laravel-artisanNew 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-migrateI 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 entrustI 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