Skip to content

toggenation/cakephp3-ajax-samples

Repository files navigation

CakePHP 3 AJAX Samples

To get the samples working

Clone the repository to your local drive

Change directory into the repository and:

Get composer

curl -s https://getcomposer.org/installer | php

Because composer.json contains all the needed packages run composer to complete the install of the vendor/cakephp and other files

php composer.phar install

Create the posts database

mysql -u<username> -p < config/schema/posts.sql

Modify config/app.php to connect to the database

Run the cakephp internal server

bin/cake server

connect with browser to

http://localhost:8765/posts <== Connects to the AJAX Form Validation example

http://localhost:8765/ <== connects to the timezone AJAX/Modelless Form Example

About

CakePHP 3 Modelless Form and JQuery AJAX example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published