Skip to content

The finished result of the bookmarker tutorial. Also serves as a sample application using CakePHP 3.x

License

Notifications You must be signed in to change notification settings

raul338/bookmarker-tutorial

 
 

Repository files navigation

CakePHP Bookmarker Sample Application

This is a sample application that is the result of following the bookmarker tutorial.

Installation & Setup

  1. Download Composer or update composer self-update.
  2. Download this repository - git clone git@github.com:cakephp/bookmarker-tutorial
  3. Install dependencies with composer - composer install.
  4. Add the schema to a new database.
  5. Configure your database credentials in app.php. Make sure to use the same database name as in step 4.
  6. Start the server bin/cake server -p 8765.
  7. Go to http://localhost:8765 in your browser.

About

The finished result of the bookmarker tutorial. Also serves as a sample application using CakePHP 3.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.5%
  • CSS 4.6%
  • Other 1.9%