PHPackages                             tutida/reject-upper-case - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. tutida/reject-upper-case

ActiveCakephp-plugin[Framework](/categories/framework)

tutida/reject-upper-case
========================

reject-upper-case plugin for CakePHP

v0.0.2(10y ago)012MITPHP

Since Jun 25Pushed 10y ago1 watchersCompare

[ Source](https://github.com/tutida/reject-upper-case)[ Packagist](https://packagist.org/packages/tutida/reject-upper-case)[ Docs](https://github.com/tutida/reject-upper-case)[ RSS](/packages/tutida-reject-upper-case/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

RejectUpperCase
===============

[](#rejectuppercase)

This plugin reject addresses used uppercase in name of controller and action.

```
ex)
// this is ok  url: ...../topics/index
this->Html->link(['controller' => 'topics','action' => 'index']);

// this is rejected  url: ...../Topics/Index
this->Html->link(['controller' => 'Topics','action' => 'Index']);

```

How to use
----------

[](#how-to-use)

```
