Skip to content

sasilen/cakephp-plugin-results

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Results plugin for CakePHP 4

Installation

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

The recommended way to install composer packages is:

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

Configuration

./bin/cake plugin load Sasilen/Results

Migrate database schema

./bin/cake migrations migrate -p Results

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

Languages