-
Make admin interface more reusable by removing properties and replace them with methods in order to make sure they exists:
In luya\admin\base\Controller
+ $assets replaces with getAdminAssets()
…
nadar updated
7 years ago
-
## What steps will reproduce the problem?
navigate to http://localhost/luya-kickstarter/public_html/admin results yii\base\ErrorException
![image](https://cloud.githubusercontent.com/assets/17603638/…
-
Hi! Great project!
Is PostgreSQL support in the short-term roadmap?
Thanks!
-
use self::TYPE_ instead of variable names from the given interface.
nadar updated
7 years ago
-
Is it possible to show the users "location" in the "Users online" screen?
-
Sorry to ask a question at here...
How can i create an autocomplete plugin with directive of angular like https://material.angularjs.org/latest/demo/autocomplete .At server side is no problem with …
-
Add Lazy Load Widget to luya-core.
-
### What steps will reproduce the problem?
I config ngattribute like that:
public function ngRestExtraAttributeTypes()
{
return [
'items' => [
'cl…
-
Hello,
Under a ubuntu 14.04 64bit,I tried to compile shogun from source,but got error:
``` bash
...
-- Could NOT find MOSEK (missing: MOSEK_DIR MOSEK_INCLUDE_DIR MOSEK_LIBRARY)
.....
-- Could N…
-
````
public function injectors()
{
return [
'publications' => new ActiveQueryCheckboxInjector([
'query' => Publication::find()->select(['title', 'subtitle'…