For programming questions about the Artisan Console, the command-line interface included with the Laravel PHP framework
I'm a newbie in Laravel and and I'm teaching myself how to authenticate from a login table. I have migrated …
php sql laravel laravel-5 laravel-artisanin Config/app.php in laravel source, what is the actual use of url ? It says Application URL to be …
php laravel queue laravel-5 laravel-artisanI use the command php artisan migrate to migrate my database connection but I still get the same error and …
laravel-5 laravel-artisan artisan-migrateWhen I try to run php artisan db:seed I get the following error: The use statement with non-compound name …
php laravel laravel-5 laravel-artisanI have been searching around to see if there is a way I can mock SSL for local development using …
php ssl laravel https laravel-artisanMy system config is Ubuntu 14.04 + XAMPP + Laravel 4 installed mysql driver is configured on /opt/lampp/htdocs/larva/app/config/database.…
laravel laravel-4 laravel-artisan artisan-migrateI using Laravel queues using a database driver and supervisor to keep a queue worker running all the time: [program:…
laravel laravel-5 queue supervisord laravel-artisanWhen running the following in Laravel Artisan Tinker: $article = new App\Article; $article->published_at = Carbon\Carbon::now(); I …
laravel laravel-5 laravel-artisan php-carbonI have a command with this signature order:check {--order} And execute this: php artisan order:check --order 7 For some …
php laravel laravel-5.1 laravel-artisanI'm using Laravel and as part of my deploy routine I have the command RUN php artisan migrate Since I'm …
laravel laravel-artisan migrate