Basant Besra

Results 12 issues of Basant Besra

The **alt-devtool** by default shows nothing. No _Stores_, No _Dispatches_. Only if I `console.log` the _Store_, ```js console.log(MyStore) ``` then the _Store_ is visible in the _devtools_. I am not...

update `scope` attribute to `slot-scope`. `scope` attribute has been deprecated and updated with `slot-scope` since **version 2.5**

Given ``` Class A { protected $x = false; public function methodA() { if($x){ return 'FOO'; } return 'BAR'; } } ``` My test is - ``` $a = new...

Add support for lumen 7.0

Update livereload docs to work with laravel mix v@6

- Extension Name: path-intellisense - Extension Version: 1.4.2 - OS Version: Linux x64 3.13.0-142-generic - VSCode version: 1.20.1 We have written the needed data into your clipboard. Please paste: ```json...

importing `createActions` function from the package returns undefined. examining the repo's `src` folder reveals that the function has not been exported.

I ran the command `php artisan vendor:publish` to publish the _config_ file to laravel but it gave me this error. - ``` [ErrorException] Argument 1 passed to Optimus\Api\System\Utilities::findNamespaceResources() must be...