python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How does php artisan run commands and work internally?
What happens when a command via \Illuminate\Support\Facades\Artisan::call() is called? Is it the same as php -q filename.php or does it use the exec function?
I tried to look at the source code, but t...
pibocik125
Votes: 0
Answers: 0
Laravel pp db error ( the database name is incorrect
Good day this is the error i got when trying to run my laravel php artisan serve
The error i first got + the second error i got.
Not sure what to do?
Error Statement:
SQLSTATE[HY000] [1698] Access de...
user15879678
Votes: 0
Answers: 1
Laravel Job Timeouts and retry_after setting
I'm using supervisor to run laravel jobs, and I was having a long-running job that was timing out, so I changed the retry_after variable from 90 to 3600 in config/queue.php.
It seems like now when I r...
hyphen
Votes: 0
Answers: 0
Kill a certain laravel artisan console command in scheduler
I got multiple console commands to be called in the background, when I use artisan schedule:list it returns all the jobs
I want to kill a certain task for debugging matters, or stop all the tasks, si...
Ahmed Wagih Refaey
Votes: 0
Answers: 0