-
I'm trying to send payment on publicnet.
$sourceKeypair = Keypair::newFromSeed('xxxxxxxx');
this method $sourceKeypair->getPublicKey(); is not returning my account ID. when I try on my local win…
-
In middleware in Laravel 5 you can add middleware specific parameters like this:
```
// In your routes
Route::group(['middleware' => 'acl', 'role' => 'admin'], function(){});
// In your middleware
$…
-
Bonjour,
A l'usage, j'avais trouvé php congés plein de bugs et le code assez `` illisible `` mais la critique est toujours facile.
Faudrait passer sur du MVC et je pense que de basculer le code dans u…
-
Hello,
## The problem
Each time I install package I need to manually register service providers. This looks like a redundant step.
## The solution
Laravel can auto discover service provide…
-
Amazing work. I want to use it for an API REST, how is it performance compared with other micro frameworks like lumen etc..? (Why I would use this? Because ci). Thank you.
-
I am going to develop a core php with as simple setup as you can imagine based on my limited knowledge . Just simple cart for few products and checkout with Esewa. What are your experiences regarding …
-
A small micro-framework survey:
```php
// Slim Framework Team: Slim
$app->get('/hello/{name}', function ($request, $response, $args) {…});
// Sensiolabs: Silex
$app->get('/hello/{name}', functi…
-
According to http://taylorotwell.com/how-lumen-is-benchmarked/ :
| framework | requests per second |
| --- | --: |
| Slim 2 | 1700-1800 |
| Lumen | 1800-1900 |
| Slim 3 | 1200-1300 |
- Lumen is a bit…
-
I am going to move my product with Lumen 5.x micro PHP framework. Lumen documentation does not mention anything related to LTS version.
Is there any LTS version for Lumen or any information about su…
-
Have you ever thought about using mod_rewrite or a PHP routing class to get rid of the .php extension in the URLs?
This change could also be used to make URLs for GET requests more presentable.