This chatroom is opened for the CakeAdmin plugin. Feel free to ask your questions or suggest new features.
mayurmakwana
@mayurmakwana
ok thanks
Bob Mulder
@bobmulder
I will post some docs soon ;)
mayurmakwana
@mayurmakwana
thx a lot
now you help me in laravel?
codeigniter
?
Bob Mulder
@bobmulder
Nope its cake. Why?
mayurmakwana
@mayurmakwana
Any other group?
Bob Mulder
@bobmulder
What are You talking about?
mayurmakwana
@mayurmakwana
I am talking about framework
Bob Mulder
@bobmulder
This chatroom is for the cakeadmin-plugin for CakePHP 3.x
mayurmakwana
@mayurmakwana
Yes thx
Leonardo Ruhland
@leoruhland
2 issues on installing the cakephp-cakeadmin
First, the requirements in composer.json, notifier and utils, are missing.
_
Leonardo Ruhland
@leoruhland
After installing the dependencies and migrations, I have to create an administrator using the bin/cake admin newAdmin task, right?
Is returning me PHP Fatal error: Can't use method return value in write context in /**/vendor/cakemanager/cakephp-cakeadmin/src/Model/Table/AdministratorsTable.php on line 133
@leoruhland I've added the dependencies: cakemanager/cakephp-cakeadmin@11396f0
Leonardo Ruhland
@leoruhland
Good! One last thing missing.. about the migration in notifier plugin. Add bin/cake migrations migrate -p Notifier in instructions ?
Bob Mulder
@bobmulder
Ah good point. Ill add it.
Leonardo Ruhland
@leoruhland
I was thinking while developing the theme, that the cakephp-settings should be integrated to cakeadmin. For use with some standard options such as Project Name. What do you think?
Bob Mulder
@bobmulder
Yeah totally agree. On the other side, You could use static configs and make them dynamic in your app when using the settings plugin...
Hi I think that the table must be named admins and not users
just an idea
Bob Mulder
@bobmulder
I understand @ayman-alkom, but the problem is that all users over all the application (so admins in this case, and all other users from the users-plugin) should be saved in 1 table because else the whole application will be f**ked up ;) Thats because of double ID's ;) Understand? ;) It was a hart decision for me;)
Ayman Alkom
@ayman-alkom
Ah I have understood
Bob Mulder
@bobmulder
Nice ;) It's good to ask questions ;P
Ayman Alkom
@ayman-alkom
thanks :smile:
I am installing the user plugin now that may help to make the idea more clear to me