awebc

Results 12 issues of awebc

add method getPublishedDate() , auto find the published date

like: upload url : http://api.xx.com/file/upload at www.xx.com .user upload image with uploadKit widget,the upload url :http://api.xx.com/file/upload some bugs : the delete url just work at single domain . your code...

enhancement

show log like java myEclipse ?

help wanted

php service in one container, mysql service in another container, Use your code , in php container cant use `mysqldump` to backup db? Please to improve,thank you !

Some times , we not need dump all tables of db, just dump some tables? May be ?

Cant find in doc , please add it ,Thank you!

Eager load with() has one bug when relation dynamic className table_like id,class_name,object_id 1,\App\Post,1 2,\App\Post,2 3,\App\Comment,3 4,\App\Comment,4 Model: Like extends ActiveRecord{ public function getLikeEntity(){ return $this->hasOne($this->class_name,['id'=>'obj_id']); } } Now query: $items...

may be need to redirect one form , add email ,after login with Social authentication first ,then system register one account . workflow: 1 user chose login with Social authentication...