-
Updated
Jun 8, 2020 - PHP
lumen
Here are 816 public repositories matching this topic...
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'
-
Updated
May 21, 2020 - PHP
-
Updated
May 28, 2020 - PHP
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
-
Updated
Feb 9, 2018 - PHP
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'
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:
- Create a resource using the single
wn:resourcecommand. - Create resources (including the previously-created resource) with a file and th
-
Updated
Dec 3, 2019 - PHP
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
-
Updated
Mar 3, 2020 - PHP
-
Updated
Jun 6, 2020 - PHP
-
Updated
Sep 12, 2017 - PHP
-
Updated
Apr 30, 2020 - PHP
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
-
Updated
May 26, 2020 - PHP
Hello,
I want to use another db instance for swagger documentation because if we use same db instance on production. there is fear of changes which can be made anyone who is using documentation. So different db for application and another one for documentation. How it can be done using swagger-lume???
-
Updated
Apr 29, 2020 - PHP
-
Updated
Oct 20, 2019 - PHP
-
Updated
May 23, 2020 - Dockerfile
Improve this page
Add a description, image, and links to the lumen topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lumen topic, visit your repo's landing page and select "manage topics."


Part of our strategy for supporting elixir is by using the mix compiler located in lumen_elixir (abstr_out branch).
The format this emits is abstract erlang (
.abstr), different from the regular erlang code used by the normal frontend (.erl).In
libeir_syntax_erlthere is a [separate frontend](https://github.com/eirproject/eir/blob