Skip to content

sasilen/cakephp-plugin-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog plugin for CakePHP 4

Installation

You can install this plugin into your CakePHP application using composer.

Scratch installation example (with CakePHP)

composer config repositories.blog git https://github.com/sasilen/cakephp-plugin-blog.git
composer require sasilen/blog

Enable plugins

./bin/cake plugin load Sasilen/Blog

Add templates (main app)

# /src/View/AppView.php
public function initialize(): void
{
    parent::initialize();
    $this->loadHelper('CakeDC/Users.AuthLink');
    $this->loadHelper('Paginator', ['templates' => 'templates-paginator']);
    $this->loadHelper('Form', ['templates' => 'templates-form']);
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published