-
Установил SleepingOwlAdmin, сделал CRUD для таблицы с 3000 записей.
В итоге все получилось, но таблица рисуется с AdminDisplay::datatables() 30 секунд.
Как бы многовато... Debugbar показывает 16K отр…
-
Error from laravel log:
[2015-12-24 17:09:39] local.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Class 'App\Commands\Command' not found' in /home/crm/public_…
-
### Package version, Laravel version
Using 1.0.18 and Laravel 5.1.31
### Expected behaviour
When trying to reset a password, an email should be sent to the user.
### Actual behaviour
Getting the fo…
-
I would like to point out that the new operation hooks implementation is completely useless for several reasons.
1. The "after delete" hook is useless without passing the deleted document. I would lik…
-
Hi Dave,
This is my first time to use laravel-breadcrumbs in my first project.
After installation and registering the class at config/app.php and followed the steps in your documentation I got:
"Ro…
-
-
Whenever i try to get data using contacts()->load or find_by_email functions i get this error exception:
> Argument 1 passed to fXmlRpc\Transport\HttpAdapterTransport::__construct() must be an instan…
-
Currently the framework has this default.php file:
```
/**
* Default Composed Layout - make a layout from the classic Header and Footer files.
*/
require dirname(__FILE__) .'/header.php';
echo $c…
-
I have over 1400 codeception tests for Laravel 5.1 application I develop at the moment. I've been used Codeception 2.0.15. But today I've moved to Codeception 2.1.2. I've updated `api.suite.yml` and o…
-
We have been experiencing issues with permissions using the latest version of Magento 2.
It seems that it all comes from 'vendor/magento/framework/Filesystem/DriverInterface.php' which explicitly set…