Questions tagged [lumen-5.4]

Lumen is a micro-framework built on top of Laravel's Illuminate components. Use it in addition to the [tag:lumen] tag in questions specific to Lumen 5.4.

Lumen is a micro-framework that is primarily used to develop stateless APIs. It is built on top of Laravel's Illuminate components. Lumen 5.4 uses the 5.4 family of Laravel's Illuminate components.

It was released on 24th January 2017.

49 questions
0
votes
0 answers

PHP Fatal error: Call to undefined method Laravel\Lumen\Application::bindShared() in lumen-web-api-oauth-2-authentication

I've just installed oauth2 to add Role-based Permissions to my application based on Lumen 5.4 But when I try to execute php artisan vendor:publish [Symfony\Component\Debug\Exception\FatalThrowableError] Call to undefined method…
Raj
  • 439
  • 1
  • 8
  • 28
0
votes
2 answers

Php Symfony\Component\Debug\Exception\FatalThrowableError Parse error: syntax error, unexpected ',' ;

I am working on Lumen but why PHP artisan command is not working. here are my commands those i ran: ~$: php artisan migrate:install Migration table created successfully. -$: php artisan make:migration --create=users create_users_table …
Naveen Gupta
  • 306
  • 3
  • 11
0
votes
1 answer

URL with ending slash throws NotFoundHttpException

I am using Laravel Lumen microframework v5.4.6 When trying to load page http://lumen.dev/dax30 everything works fine, but when I request page http://lumen.dev/dax30/ (with ending slash (/) at the URL end) I receive a NotFoundHttpException error. My…
mixa_ru
  • 573
  • 1
  • 6
  • 12
-1
votes
1 answer

How to convert database schema into Lumen API

I have such following Database Schema that I want to convert into Lumen API with migration, model and API. Since I am new to Lumen Laravel Framework so need experts help:
user10496245
  • 217
  • 3
  • 17
1 2 3
4