Questions tagged [artisan-serve]

22 questions
0
votes
1 answer

php/laravel -- php artisan serve -- opensuse 15.0 error

So I am new to php/laravel and am trying to set up my environment here with composer on opensuse 15.0. When I try to run php artisan migrate I get this error: PHP Warning: …
0
votes
1 answer

Laravel Apis not working in postman in localhost

I have developed apis into php laravel, and developing on the local server and running them using php artisan serve these apis are working in the website but whenever i try to access them in postman it returns 419 response code with a message Page…
java bee
  • 115
  • 3
  • 15
0
votes
1 answer

php artisan command not working in ubuntu

When i do php artisan or php artisan serve in my laravel project it shows some error and I don't know how to solve it. I tried removing composer and again installing it also doing composer update but it does not seem to solve the problem. Operationg…
Nutan Panta
  • 59
  • 1
  • 16
-1
votes
3 answers

Laravel project gives Undefined property error when run php artisan serve command

I have a Laravel project, this code from routes/web.php $router->get('/', function () use ($router) { return $router->app->version(); }); When I try to run 'php artisan serve' it gives Undefined property: Illuminate\Routing\Router::$app…
Sujeevan
  • 5
  • 4
-1
votes
1 answer

hello, I'm new using PHP Framework, I got a problem with Laravel PHP artisan serve

I'm new using PHP Framework, I got a problem with Laravel PHP artisan serve php artisan serve PHP Warning: require(D:\LARAVEL\Login\login3-app/vendor/autoload.php): Failed t o open stream: No such file or directory in…
-1
votes
1 answer

Laravel 7 Artisan error - Argument 2 passed to Illuminate\Routing\UrlGenerator::__construct() must be an instance of Illuminate\Http\Request

First of all I am kind of new in Laravel but I do like to learn and I really need your help fixing this error. my project is cloned from my GitHub and all the steps i think I have done them as by the book :) however running Laravel installation at…
djs3by
  • 21
  • 5
1
2