Questions tagged [laravel-artisan]

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

Artisan is the name of the command-line interface included with .

It provides a number of helpful commands for your use while developing your application. It is driven by the powerful Console component.

Documentation

1490 questions
-3
votes
1 answer

Create Model and Migration only with single command in Laravel?

I dont want to create Modal migration and controller because of folder structure of controller but what i want create model(with custom directory) with migration so that i can make controller in my custom directory what will be artisan command for…
Khem Raj Regmi
  • 1,454
  • 14
  • 16
-3
votes
1 answer

Can't php artisan migrate

I was having a problem, did you know how to fix it? I'm using a web hosting server and trying to do that php artisan migrate Exception trace: 1 PDOException::("SQLSTATE[HY000] [1045] Access denied for user 'u739920537_root'@'*********' (using…
-3
votes
1 answer

Laravel php artisan shows another popup window, is this a bug?

When write php artisan, i recive new command line, it's close quick, i not see result. Picture
-3
votes
1 answer

Unknown characters in serve command

php artisan serveWhy does my command have unkown characters ? I am using cmd, i have read a lot of stuff but i cant find anyone having same problems with me :3 i can't even upload a photo here newbie problems hehe
-5
votes
2 answers

Laravel: failed to open stream permission denied

Try to look for a solid answer, but nothing yet. My current setup is as follow: local ubuntu server docker laravel application When the ownership of storage/ and bootstrap/ are set to www-data:www-data (chown) the app is working well. The only…
1 2 3
99
100