What you will learn with this eBook
-
Developing within a Vagrant Virtual Machine
Ever tire of setting up a local development server just to screw up the rest of your TCP/IP settings? Fret no more as we work within a virtualized server.
-
Managing Dependencies via Composer
Installing CakePHP, Plugins, and external libraries need not be difficult. Learn how to use the excellent Composer tool to manage libraries your app uses.
-
Custom CakePHP Routes
Customizing your URL structure is important. We go over creating custom route classes, enabling you to really harness the power of the CakePHP Router.
-
Using the Powerful Crud Plugin
Tired of writing the same old CRUD code? Ever wanted to expand the way bake generated data internally? Use the Crud plugin to boost your baking skills.
-
User Authentication and Authorization
Stop fighting the CakePHP AuthComponent. Learn a quick and easy way to add application authentication and protect your app using the simplest authorization code.
-
Deploying your application to Heroku
Rather than attempt to figure out yet another production server, we deploy your application to the cloud using the excellent Heroku platform. For free. Boom.
-
Scaffold templates using Bake
Save time with the
bake
CakePHP shell and generate your template files with minimal fuss. -
The CakePHP Event system
Confused on how CakePHP uses events internally? Want to start using them in your everyday code? This book introduces multiple ways to use events. All in easy to understand examples.
-
Implement Access Control
Learn how to implement a custom access control system for your application without using the ACL Component!
-
CakePHP Shells
Stop running commands directly against your database or in web requests. Learn how to write administrative code with the CakePHP shell system.
Just bought this book and can't wait to tear into this bad boy!
Excited to see some best practices and latest tools from a #CakePHP core developer :)
It's helped me out quite a lot, especially with Heroku deployment.
Read it on your favorite device!
Why get trapped on a single device? This book is offered in multiple formats so you can read it as you please.
I am constantly on the go, so nothing annoys me more than not being able to read a book or article while on the subway without whipping out yet another device. So please, get the bundle, and enjoy the book on your iPad, Android device, and Amazon Kindle.
The book comes lovingly crafted in all digital formats, ready for you to consume at your leisure. Rest assured that regardless of the device, you'll always get the same great content in the best form possible. And don't worry, all formats will receive errata updates and new content as it becomes available!
Don't need all the versions? Just grab the format of your preference, and read the book however you like.
Get access to all versions!
Bundle
$14.99
The complete collection
- Complete Book
- PDF, ePub, Mobi formats
- Bonus GIT Repository (soon!)
Overview of Rapid Application Development with CakePHP 2
Chapter 1
A gentle introduction into using vagrant and setting up your development environment
Chapter 2
Learn all about using Composer to manage application-level dependencies
Chapter 3
Setup testing via TravisCI and write your first CakePHP test
Chapter 4
Stop trying to setup a production server
Chapter 5
Use the Crud and Migrations plugin to quickly write application-level code
Chapter 6
Take a reprieve from building your app to learn more about routing, controllers and helpers
Chapter 7
Use the Crud plugin to hide certain pastes from general access
Chapter 8
Write a custom panel for the CakePHP DebugKit plugin and learn how to profile your app
Chapter 9
Learn how to setup user authentication for existing apps and begin locking down access
Chapter 10
Create custom CakePHP routes to access user profiles we setup via Bake and the Crud plugin
Chapter 11
Learn about CakePHP Shells and Validation rules to add custom roles to users
Chapter 12
Use roles to develop a custom, annotation-based access control system for your app