bobmulder on master
Update composer.json Update composer.json Update composer.json and 1 more (compare)
bobmulder on master
Update deprecated viewClass pro… Changes version 5.4 to 7 from .… Remove php 5.4 from .travis.yml and 2 more (compare)
Hi @dogsnotgods_twitter! Thank you for your message. I agree with the confusing part of the users table. I've spoken with @leoruhland and decided to work this out again. In the past I decided to put administrators in the users table because of the following reason: I had models which used user-id's automatically (to see who changed the entity e.g). So to prevent double id's (what if there is an administrator with id 1 and an user with id 1) I decided to save them both in one table. However I've changed my mind in the last months. I discovered that models should know nothing about sessions so they (and behaviors) should not be able to add user id's automatically. With that in mind it should become possible to seperate adminstrators from your users (CakeAdmin does noting with your users so you're free to choose your user-system).
TL;DR: Administrators should be seperated from users, we are working on it ;)
If you want to contribute, please contact me privately via Gitter ;)
@bobmulder help me out. i am facing thi issue.PHP Fatal error: Uncaught exception 'Cake\Core\Exception\MissingPluginException' with message 'Plugin CakeAdmin could not be found.' in /opt/lampp/htdocs/cakephp-cakeadmin/vendor/cakephp/cakephp/src/Core/Plugin.php:148
Stack trace:
#0 /opt/lampp/htdocs/cakephp-cakeadmin/config/bootstrap.php(45): Cake\Core\Plugin::load('CakeAdmin', Array)
#1 /opt/lampp/htdocs/cakephp-cakeadmin/bin/cake.php(31): include('/opt/lampp/htdo...')
#2 {main}
thrown in /opt/lampp/htdocs/cakephp-cakeadmin/vendor/cakephp/cakephp/src/Core/Plugin.php on line 148
composer dump-autoload