# |
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 |
# |
Jan 8th 2020, 07:42 |
alexdd55976 |
morning |
# |
Jan 8th 2020, 07:41 |
john.zwarthoed |
there are multiple |
# |
Jan 8th 2020, 07:38 |
kani |
Help. Are there any examples authorization and anthentication for REST in CakePHP 4 |
# |
Jan 8th 2020, 07:11 |
ciby48719 |
i will check in other system that some doubts regarding wamp settings in my system and any help will discuss with you |
# |
Jan 8th 2020, 07:10 |
ciby48719 |
files copied from the server |
# |
Jan 8th 2020, 07:09 |
conehead |
And you copied the files from the server or from a git repository? |
# |
Jan 8th 2020, 07:06 |
ciby48719 |
ok will check |
# |
Jan 8th 2020, 07:03 |
conehead |
don't get confused with vendor packages and php plugins. Check this: https://book.cakephp.org/3/en/installation.html mbstring, intl, simplexml, pdo plugins have to be installed. If your wamp would be setup exactly like your server, there would be no problems running your page...even without changing any files |
# |
Jan 8th 2020, 06:49 |
ciby48719 |
changed the db details in database.php page |
# |
Jan 8th 2020, 06:49 |
ciby48719 |
in my config folder no app.php page ,core.php and database.php page is available |
# |
Jan 8th 2020, 06:46 |
ciby48719 |
Make sure wamp has the required plugins installed ? what you mean in this already the live server have plugins |
# |
Jan 8th 2020, 06:41 |
conehead |
Make sure wamp has the required plugins installed |
# |
Jan 8th 2020, 06:40 |
conehead |
But you should see any error, even if app.php has not been changed |
# |
Jan 8th 2020, 06:39 |
conehead |
Templates should be in src/Template |
# |
Jan 8th 2020, 06:39 |
conehead |
config/app.php is usually everything you would need to change |