kirkbushell / eloquence

A drop-in library for certain database functionality in Laravel, that allows for extra features that may never make it into the main project.
MIT License
537 stars 58 forks source link

Please Fix Readme for camelCasing #42

Closed samirgit closed 8 years ago

samirgit commented 8 years ago
use Eloquence\Behaviours\CamelCasing;

class SomeModel extends Model 
{
     use CamelCasing;
}
kirkbushell commented 8 years ago

Sorry, what exactly is the problem? If you could write a PR that'd be a lot easier.

kirkbushell commented 8 years ago

Also, if you have any issues with install, please note it as a separate task (referring to your comment on another thread).