kernel update. composer.lock to gitignore
This commit is contained in:
		| @@ -3,16 +3,13 @@ | ||||
| /** | ||||
|  * @var \Illuminate\Database\Eloquent\Collection $contents | ||||
|  * @var int $page_number | ||||
|  * @var \kernel\CgView $view | ||||
|  */ | ||||
|  | ||||
| use kernel\IGTabel\action_column\DeleteActionColumn; | ||||
| use kernel\IGTabel\action_column\EditActionColumn; | ||||
| use kernel\IGTabel\action_column\ViewActionColumn; | ||||
| use kernel\modules\post\models\Post; | ||||
| use kernel\modules\user\models\User; | ||||
| use Itguild\EloquentTable\EloquentDataProvider; | ||||
| use Itguild\EloquentTable\ListEloquentTable; | ||||
| use kernel\IGTabel\btn\PrimaryBtn; | ||||
| use kernel\widgets\IconBtn\IconBtnCreateWidget; | ||||
| use kernel\widgets\IconBtn\IconBtnDeleteWidget; | ||||
| use kernel\widgets\IconBtn\IconBtnEditWidget; | ||||
| @@ -25,6 +22,11 @@ $table = new ListEloquentTable(new EloquentDataProvider(Post::class, [ | ||||
|     'baseUrl' => "/admin/post" | ||||
| ])); | ||||
|  | ||||
| $view->setTitle("Список постов"); | ||||
| $view->setMeta([ | ||||
|     'description' => 'Список постов системы' | ||||
| ]); | ||||
|  | ||||
| $entityRelation = new \kernel\EntityRelation(); | ||||
| $additionals = $entityRelation->getEntityRelationsBySlug("post"); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user