strk Approved

Member since: 2016-07-21

Recent posts by strk
Post When

I can also confirm that the event listener is not triggered for backend.user.login event.

Update

htt...

Posted in Subscribing to backend.user.login event

http://octobercms.ru/

https://octobercms.info/

Posted in Русскоязычное комьюнити

This should fix it

use System\Classes\CombineAssets;

public function onRun()
{
    $scripts = [
   ...

Posted in Combining a set of JavaScript files within a component

Never mind, v420 adds these features. Thanks!

Posted in Json column type

As the octobercms is upgrading to laravel 5.5 it would be great to have an feature for the backend l...

Posted in Json column type

At the moment we can add simple dropdown to the backed form, but it would be nice to have an option ...

Posted in Grouped dropdown widget

try to clear cache

php artisan cache:clear

Posted in URL changed so, broken CSS, JS..etc

How about .htaccess?

https://stackoverflow.com/questions/7826356/how-to-redirect-multiple-domains-to...

Posted in Multiple domains for same site with different landing pages

whereStatus_idAndCreated_at, that is something unseen in eloquent

Laravel 5.1

Posted in What is the laravel version that we currently used in october?

here is what I have come up with for now

public function exportData($columns, $sessionKey = null)
{
...

Posted in Exporting json column(s)