-
## Detailed description
Hello, I'm a Laravel novice.
I'm not sure if I'm misunderstanding the use of sentinel-guard, but I am encountering a couple of issues, hope you can help...
I setup simple …
-
Using my modules composer.json I have required and installed Laravel DomPDF (https://github.com/barryvdh/laravel-dompdf). I am trying to add this to my module.json but continually get class not found.…
-
I just installed the package and did a simple implementation on my router as below:
```
Route::get('pusher', function(){
$deviceToken = '1234567890';
$push = PushNotification::app('appNameAnd…
-
### Summary of issue
Hello,
when I try to open the translations module i get the following error:
`Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR)
Call to undefined metho…
-
Hi, i will list any ideas for the support of Syntara to Laravel 5.
Don't hesitate to post your ideas ;).
- psr 4
- remove sentry 2 (does not support L5)
-
### Summary of issue
Getting Error on composer update
Problem 1
- idavoll/core-module dev-master requires nwidart/laravel-modules ^8.0 -> found nwidart/laravel-modules[dev-master, 8.0.0, 8.0…
-
hello
trying to install to existing l 5.4 project and i get the following error.
FatalThrowableError in routes.php line 7: Call to undefined function get()
in routes.php line 7
at …
-
How to add new service i.e. Stripe Connect ? Oauth 2
https://connect.stripe.com/oauth
-
Hello,
I see this demo doesn't handle storing the cart coupon/vat amounts in database. Meaning that if I come back to the site a day later, and I'm logged out with an empty cart, if I log back in, …
-
Is there a way to mass update the tree based on an array model which usually comes from Javascript? The usual case is that we have a JS tree to depict our tree, the user changes the tree and on submit…