-
Whenever I try to use Cart facade, I get the following error:
ReflectionException in Container.php line 741:
Class cart does not exist
in Container.php line 741
at ReflectionClass->__construct('cart…
-
i need show error text in view , in controller in default show error laravel log.
```
-
Hi!
My application uses 2 guards: "web" and "api". At this moment I try to test that "web" users can successfully login and "api" users cannot.
What works is:
```php
$user = new User();
// …
-
hello guys, i had problem over here, i'm using laravel 4.2 currently
i tried to include
"moltin/cart": "dev-master"
then run composer update, and it's work
aftter that i add
'Moltin\Cart\CartServic…
-
Admin home page looks good, as do LEAD reports, but admin-> configuration-> anything and admin->customers->customers look bad - pale header bar, hard to read links on the right.
-
I've installed and done neccessary configurations for aimeos on Debian OS.
After accessing frontend with **127.0.0.1:8000/list** it only shows Cart icon and default welcome page for laravel.
![a…
-
Hi,
if the cart total amount is > 1000 it comes to an error.
"General error: 1366 Incorrect decimal value"
It formates the nummer like 1,000.00. I think that is wrong.
Mayby is a laravel c…
-
The Cart model methods 'expire' and 'complete' call the update method with 2 strings as arguments instead of the expected first argument of an array.
Maybe this is something changed in one of the ver…
-
I'm currently using Eloquence for model searching and I noticed a strange behavior using pagination and `withCount`. I have the following model:
``` php
class Customer extends Model
{
use Eloque…
-
Hello,
I create a new setup with laravel 5.4 and install the package in wamp, I google and found some solution to increase the memory_limit in php.ini, and restart all services. I am using WAMP serve…