Top "Laravel-artisan" questions

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

What Laravel cache do I need to clear to remove error about missing migration file?

I've got a couple of migrations for tables within my app. The tables are: people skills media notes There is …

php laravel database-migration laravel-5.2 laravel-artisan
Lumen php artisan config:cache not found

I'm trying out the PHP micro Framework Lumen (from laravel). When I set up Lumen and I try to use …

laravel caching config laravel-artisan lumen
How do find /path/to/artisan ?

Trying to Scheduling Artisan Commands https://laravel.com/docs/5.0/artisan * * * * * php /path/to/artisan schedule:run 1>> /dev/null 2&…

php laravel laravel-5 laravel-artisan
Artisan server for LAN

I want to make LAN server with artisan server. How can I run command like this php artisan serve –-host=192.168.2.20 …

laravel server laravel-artisan
Setting up a Laravel cron job in cPanel

I have the following function: protected function schedule(Schedule $schedule) { $schedule->command('email:users')->everyMinute(); } when I …

laravel cron cpanel schedule laravel-artisan
Class 'User' not found

So I'm trying a basic php artisan db:seed after migrating my database but it keeps returning the title error …

php laravel-5 laravel-artisan
Vendor:Publish - Nothing to publish for tag [] - Only on production server

I am using a third party library and locally, I installed everything using the steps that they provided. I ran …

php laravel-5 composer-php laravel-artisan
Laravel queue:restart is not killing workers

I have a laravel 5.4 app deployed via envoyer to a non-forge server. I am running queue workers on the database …

php laravel laravel-artisan laravel-queue
Is there any Laravel way to execute a .SQL file to load data

I have historical data that I want to load in new DB. I could do it by running MySQL command …

mysql eloquent laravel-5.1 laravel-artisan
Xdebug laravel artisan commands

I regularly use xdebug to debug applications, I've built a laravel application that takes an upload of a csv inserts …

php laravel command-line-interface xdebug laravel-artisan