Garfild Approved

Member since: 2015-05-26

Recent posts by Garfild
Post When

Hello.

On the slider's page top menu is displaced. Also, selecting the checkboxes doesn't activate d...

Posted in Sliders admin page displays and works incorrect

I conected relatedPosts to page. Then if I use {% component 'blogRelated' %} I see unordered list of...

Posted in How to use it?

daftspunk said:

This is a problem related to composer, you may need to run composer dump-autoload t...

Posted in Unable to detect application namespace

"Call to undefined method October\Rain\Database\QueryBuilder::instance()" on line 1999 of /home/garf...

Posted in Error when creating plugin

Hello.

I installed October first with installer. Then I wanted to use command line features, but wit...

Posted in Unable to detect application namespace

I found the solution. I used like this:

\Cache::put('key', 'value');

Posted in Laravel features usage

Scott said:

Just stick a use statement at the top of your class

use Cache;
// use DB, use Session, ...

Posted in Laravel features usage

Is there any way of usage native Laravel Facades? For example, I want to use Cache::put() or Cache::...

Posted in Laravel features usage

Thank you :)

Posted in Tags separator

Hello.

What is the separator symbol for tags? I can use only letters, numbers and hyphens. All of th...

Posted in Tags separator