# |
Jan 8th 2020, 11:01 |
wizardfix |
It seems like a significant omission to me. Perhaps I need to look at the CakePHP 2 docs... |
# |
Jan 8th 2020, 11:01 |
savant |
I _feel_ as though thats in the “Code Generation with Bake” section, but maybe im not understanding what you would expect instead |
# |
Jan 8th 2020, 11:00 |
challgren |
“Code Generation With Bake” |
# |
Jan 8th 2020, 11:00 |
savant |
When you say bake commands, do you mean `bin/cake bake SUBCOMMANDS`? |
# |
Jan 8th 2020, 11:00 |
challgren |
Did you look at https://book.cakephp.org/bake/1/en/usage.html |
# |
Jan 8th 2020, 11:00 |
wizardfix |
Well, there's *nothing* about bake commands in the 2 pages linked to in the blank chapter: https://book.cakephp.org/bake/1/en/index.html |
# |
Jan 8th 2020, 10:58 |
savant |
Like, what would you expect in each of those sections? |
# |
Jan 8th 2020, 10:57 |
savant |
heh sorry I guess I dont know what I’d add :) |
# |
Jan 8th 2020, 10:57 |
wizardfix |
I am getting to like this framework, especially its precept of "convention over configuration", so well done team :) - perhaps I should just be grateful for the great tools that _are_ well documented. :) |
# |
Jan 8th 2020, 10:53 |
savant |
does that usage doc not cover that? |
# |
Jan 8th 2020, 10:53 |
wizardfix |
A chapter in the Book on Bake Overview, Fundamentals, Command usage and examples would be nice @savant :thinking_face: |
# |
Jan 8th 2020, 10:51 |
savant |
we’re def happy to add more docs though :) |
# |
Jan 8th 2020, 10:50 |
savant |
documentation is a bit harder for the core team because there are lots of things we might assume are “standard knowledge” but actually arent |
# |
Jan 8th 2020, 10:49 |
savant |
i guess my question is what you think we would need in addition to whats there for you to feel its documented @wizardfix |
# |
Jan 8th 2020, 10:47 |
challgren |
https://book.cakephp.org/bake/1/en/usage.html |
# |
Jan 8th 2020, 10:42 |
wizardfix |
Well I'm surprised there's almost no documentation in the Book @savant, as everything else is pretty well documented... |
# |
Jan 8th 2020, 10:41 |
savant |
might be good to open an issue on github so we can improve the documentation for bake :) |
# |
Jan 8th 2020, 10:40 |
savant |
@wizardfix what sort of docs would you find better? |
# |
Jan 8th 2020, 10:37 |
wizardfix |
Thanks @challgren so are the CLI `--help` pages basically all the docs there are then? :thinking_face: |
# |
Jan 8th 2020, 10:33 |
challgren |
@wizardfix use --help |
# |
Jan 8th 2020, 10:33 |
dereuromark |
-h is your friend |
# |
Jan 8th 2020, 10:33 |
conehead |
ciby so this is an issue with your wamp setup and not cakephp. Should fix that first. Maybe your vhost is setup incorrectly? |
# |
Jan 8th 2020, 10:32 |
wizardfix |
Hello! I'm learning CakePHP 3.8, and having trouble finding the documentation for `bake`. Chapter 14, "Bake Console", is blank and just redirects to https://book.cakephp.org/bake/1.x/en/index.html, but this is just 2 short, not that useful (to me) pages. I'm wondering where Ican find the documentation about all the `bake` commands and how to use them? (for v.3.8)... :thinking_face: |
# |
Jan 8th 2020, 10:27 |
ciby48719 |
not working same issue again |
# |
Jan 8th 2020, 10:21 |
ciby48719 |
will check |
# |
Jan 8th 2020, 09:58 |
conehead |
can you just add a index.php with die(phpinfo()); in it and see if it works? |
# |
Jan 8th 2020, 09:58 |
conehead |
This does not seem cakephp related |
# |
Jan 8th 2020, 09:53 |
ciby48719 |
can you please help me to resolve this issue |
# |
Jan 8th 2020, 09:53 |
ciby48719 |
while adding the cakephp project files its showing as 'Not Found' the requested url was not on the server' |
# |
Jan 8th 2020, 09:52 |
ciby48719 |
only accessing the folder its showing |
# |
Jan 8th 2020, 09:51 |
ciby48719 |
added the virtual host set up |
# |
Jan 8th 2020, 09:51 |
ciby48719 |
i have set up another system in WAMP server |
# |
Jan 8th 2020, 09:51 |
ciby48719 |
Hello Team |
# |
Jan 8th 2020, 07:47 |
kani |
Are there any example for jwt authenticator? Sorry i can't understand docs clearly |
# |
Jan 8th 2020, 07:46 |
kani |
tnx for your reply |
# |
Jan 8th 2020, 07:45 |
admad |
The Authn plugin works with cake 3 too :) |
# |
Jan 8th 2020, 07:44 |
john.zwarthoed |
Ah cool, haven’t looked into cake 4 much yet :P |
# |
Jan 8th 2020, 07:44 |
admad |
It's not cause the new Authentication plugin already has jwt authenticator |
# |
Jan 8th 2020, 07:43 |
john.zwarthoed |
according to: https://github.com/friendsofcake/awesome-cakephp its not compatible yet |
# |
Jan 8th 2020, 07:42 |
john.zwarthoed |
@kani |
# |
Jan 8th 2020, 07:42 |
john.zwarthoed |
ADmad has an implementation of JWT in cake. Not sure if its 4 compatible already |