The Wayback Machine - https://web.archive.org/web/20200610025415/https://github.com/topics/lumen
Skip to content
#

lumen

Here are 816 public repositories matching this topic...

chescos
chescos commented Sep 2, 2019

When setting the config option meta.defaults.canonical to null, the canonical URL will be set from the value of Url::full() instead of Url::current(). Url::full() includes query parameters and the canonical URL is usually used to strip away query parameters like UTM tags, search parameters, and so on.

I mean, what's even the point of specifying a canonical URL from the full URL? That'

jankal
jankal commented Apr 8, 2018

There is a documented difference between calling SoapClient::__call() and SoapClient::__soapCall()!

You can execute a remote SOAP function like $client->getApples(['number' => 10]); which results in the SOAP service being called according to the WSDL description.

But when using $client->__soapCall('getApples', ['number' => 10], ...); the WSDL is not being used. Therefor parameters ha

rasikas
rasikas commented Sep 27, 2017

In elasticsearch we can pass the id (ex: if the model is already in mysql we have a id and want to use same id in ES as well)

In your documentation I saw examples where you retrieve by id

$post = App\Post::find(1);

which means we should be able to create by giving id=1 as well.
How to do this?
When I check the code it seems to me that you're assuming passing _id field means it'

ShaunaGordon
ShaunaGordon commented Aug 10, 2017

It seems wn:resources doesn't check to see if a create file for the resource's table already exists. When combined with the automatic migration attempt, this results in a cannot redeclare class error, which kills the migration.

Steps to reproduce:

  1. Create a resource using the single wn:resource command.
  2. Create resources (including the previously-created resource) with a file and th
vanitom
vanitom commented Jul 31, 2016

Hello,

I discovered Laravel and Lumen. I want to create a clean API. I would like to implement JSON API. I tested your library.
I discovered some errors in the documentation.

For the controller, it would indicate the need to put the controller in the directory "app/Http/Controllers/Api".
Since the namespace of the controller is not correct. There must be "App/Http/Controllers/Api".

In the r

msfeldstein
msfeldstein commented Oct 30, 2019

In classes like Address, its unclear what properties such as balances flags or most other fields actually contain. For example I'm not sure if balances is an array or a dict, and im not sure what properties the values inside of it contain. It's also unclear if inflation_destination is a public key string or an Address type.

Documentation should clarify what the shapes and types of all

Improve this page

Add a description, image, and links to the lumen topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lumen topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.