cleanse_ Approved

Member since: 2016-08-16

Recent posts by cleanse_
Post When

chris10207 said:

oh ok got it, the update process is not executed if you have implemented the succe...

Posted in [solved] Update component's partial with Javascript API

protected $slugs = ['slug' => ['make', 'model', 'variant']]; Also works (set the slug = to an array)...

Posted in generate slug from two form fields

I currently am looking to mess around with a new style of urls:

Posted in Best Practice Smart Routing

I am doing the same thing atm with a new plugin. I have a lot of components made.

It's annoying ther...

Posted in controller.php?

In general:

  • Models interface with your database.
  • Components provide a way to interface with your fr...

Posted in controller.php?

Yes, I use this method in a few of my plugins.

Edit: Laravel Version: 5.1.46 (LTS)

Posted in can I using UpdateOrCreate in OctoberCMS?

According to the default theme:

<!-- Scripts -->
        <script src="{{ [
            'assets/javas...

Posted in Using @framework.extras

This is a common pitfall, make sure your folder names are lower case. Some operating systems are ca...

Posted in Using Queues, Class Not Found

You can run php artisan --version in your console. You should see Laravel Framework version 5.1.46 (...

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

Tried using the closure method of a Queue::push and got:

[2017-05-30 02:41:33] production.ERROR: Sy...

Posted in Using Queues, Class Not Found