Laravel 4 Cookbook
Laravel 4 Cookbook
About the Book
TL; DR: This book is contains various projects built in the Laravel 4 framework. At the time of writing this; the book contains roughly 300 pages (8 chapters/projects). I have planned content for an additional 4 chapters, to be completed around the end of January. I estimate it will push the page count up to around 500 pages, which is good value for $19. All future chapters, updates and corrections are free. Half of all sales go to Taylor Otwell in support of the excellent work he's doing for the Laravel framework.
I was learning how to use Laravel 4 more effectively, and found some subjects which I felt were worth sharing. I picked Medium (which later turned out to be a huge pain) and started putting a tutorial together. A few hours later I hit publish…
Then @laravelphp retweeted a link to the article. I think I spent the rest of the day just watching stats. The tutorial hit Medium's home page. It turns out there are a lot of people who wanted to know about Authentication (in Laravel), and just needed to be exposed to the article through @laravelphp's promotion of it.
Since then; I have been releasing a tutorial every two weeks.
The book grew out of the realisation that; while loads of people were reading the tutorials on Medium, some people weren't happy with the platform.
There are many compelling reasons for me to keep on using Medium to host the tutorials. I don't want to host my own thing because uptime is important, and outages in the night add years onto my life. The simple statistics and text formatting are also great.
I want to stay on Medium, but I also want people to want to read the tutorials and learn from them on other platforms. The book allows both of these things, as well as an important third thing…
The book is also intended as a means to give back to Laravel; in particular the invaluable work of Taylor Otwell. To this end, I have committed to give half of all sales to Taylor. The tutorials will always be free on Medium, and their content will mirror the chapters of this book (with obvious repetition omitted), but by purchasing this book you are helping to fund future Laravel development from him and tutorials from me.
About the Contributors

Cover Designer
Table of Contents
- Dedication
- Forward
- What This Book Teaches
- Why Write This Book
- Installing Laravel 4
-
Authentication
- Installing Laravel
-
Configuring The Database
- Connection To The Database
- Database Driver
- Eloquent Driver
- Creating A Migration
- Creating A Model
- Creating A Seeder
- Configuring Authentication
-
Logging In
- Creating A Layout View
- Creating A Login View
- Creating A Login Action
- Authenticating Users
- Redirecting With Input
- Authenticating Credentials
-
Resetting Passwords
- Creating A Password Reset View
- Creating A Password Reset Action
- Creating Filters
- Creating A Logout Action
-
Access Control List
-
Managing Groups
- Refactoring Migrations
- Listing Groups
- Adding Groups
- Editing Groups
- Deleting Groups
-
Adding Users And Resources
- Adding Migrations, Models And Relationships
- Adding Views
- Seeding Resources
- Saving Relationships
- Advanced Routes
-
Managing Groups
-
Deployment
- Dependencies
-
Environment Commands
- Checking Environments
- Setting Environments
- Unsetting Environments
-
Asset Commands
- Combining Assets
- Minifying Assets
- Building Assets
- Watching Assets
- Resource Watcher Integration Bug
- Rsync
-
Distribute Command
- Copying Files For Distribution
- Removing Development Files
- Synchronising Files To A Remote Server
- Command Portability
- Preprocessors
- Images
-
API
- Dependencies
- Creating Resources With Artisan
-
Creating Resources With Generators
- Generating Migrations
- Generating Seeders
- Generating Models
- Generating Controllers
- Binding Models To Routes
- Troubleshooting Aliases
- Testing Endpoints
- Authenticating Requests
- Using Accessors And Mutators
- Using Cache
-
Packages
- Composer
- Dependency Injection
- Inversion Of Control
- Service Providers
- Organising Code
- Publishing Configuration Files
- Creating Composer.json
- Submitting A Package To Packagist
- Note On Testing
-
Real Time Chat
-
Dependencies
- Bootstrap
- EmberJS
- Ratchet
- ReactPHP
- Ratchet
-
Creating An Interface
- Creating A View
- Creating An EmberJS App
-
Creating A Service Provider
- Creating A Chat Handler
- Creating A Socket Wrapper
-
Creating A Serve Command
- Connecting To The Socket Server
-
Wiring Up The Interface
- Showing Chat Messages
- Sending Chat Messages
- Finishing Up The Template
- Note On Nginx
-
Dependencies
-
Multisites
- Note on Operating Systems
- Note on Server Setup
- Note on Dutch
-
Virtual Hosts
- Adding Virtual Host Entries
- Creating Apache 2 Virtual Hosts
- Creating Nginx Virtual Hosts
-
Environments
- Note on Running Commands in Local Environment
- Using Site-Specific Views
- Using Site-Specific Routes
-
Translation
- Using Language Lookups
- Using Language Lookups in Packages
- Caching Language Lookups
- Creating Multi-Language Routes
- Creating Multi-Language Content
-
E-Commerce
- Note on Sanity
- Getting Started
- Installing Laravel 4
-
Installing Other Dependencies
- AngularJS
- Bootstrap
- DOMPDF
- Stripe
- Faker
-
Creating Database Objects
- Creating Migrations
- Creating Models
- Creating Seeders
-
Creating API Endpoints
- Managing Categories And Products
- Managing Accounts
- Managing Orders
-
Creating The Site With AngularJS
- Creating The Interface
- Making The Interface Dynamic
- Completing Orders
-
Accepting Payments
- Creating Orders
- Working The Service Provider
- Making Payments
- Generating PDF Documents
-
Embedded Systems
- Gathering Parts
- Installing Dependencies
- Note About Errata
- Creating An Interface
- Creating A Socket Server
- Connection To Arduino
- Spinning Up
-
Adding A Webcam
- Installing ImageSnap On OSX
- Installing Streamer On Ubuntu/Debian
- Displaying Photos In The Interface
-
File-Based CMS
- Installing Dependencies
- Rendering Templates
- Gathering Metadata
- Creating Layouts
- Creating Pages
- Displaying Content
- Extending The CMS
-
Controller Testing
- Installing Dependencies
-
Unit vs. Functional vs. Acceptance
- Unit Tests
- Functional Tests
- Acceptance Tests
- Am I Writing Unit Or Functional Tests?
- Fat Controllers
- Service Providers
- Dependency Injection
- This Isn’t Testing!
- The Rabbit Hole
- Alternatives
Authors have earned$10,085,459writing, publishing and selling on Leanpub, earning 80% royalties while saving up to 25 million pounds of CO2 and up to 46,000 trees.
Learn more about writing on Leanpub
The Leanpub 45-day 100% Happiness Guarantee
Within 45 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
See full terms
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers), EPUB (for phones and tablets) and MOBI (for Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them
Top Books
C++20
Rainer GrimmC++20 is the next big C++ standard after C++11. As C++11 did it, C++20 changes the way we program modern C++. This change is, in particular, due to the big four of C++20: ranges, coroutines, concepts, and modules.
The book is almost daily updated. These incremental updates ease my interaction with the proofreaders.
C++ Best Practices
Jason TurnerLevel up your C++, get the tools working for you, eliminate common problems, and move on to more exciting things!
Atomic Kotlin
Bruce Eckel and Svetlana IsakovaFor both beginning and experienced programmers! From the author of the multi-award-winning Thinking in C++ and Thinking in Java together with a member of the Kotlin language team comes a book that breaks the concepts into small, easy-to-digest "atoms," along with exercises supported by hints and solutions directly inside IntelliJ IDEA!
Sockets and Pipes
Type ClassesSockets and Pipes is not an introduction to Haskell; it is an introduction to writing software in Haskell. Using a handful of everyday Haskell libraries, this book walks through reading the HTTP specification and implementing it to create a web server.
Introducing EventStorming
Alberto BrandoliniThe deepest tutorial and explanation about EventStorming, straight from the inventor.
Composing Software
Eric ElliottAll software design is composition: the act of breaking complex problems down into smaller problems and composing those solutions. Most developers have a limited understanding of compositional techniques. It's time for that to change.
Cloud Strategy
Gregor Hohpe“Strategy is the difference between making a wish and making it come true.” A successful migration to the cloud can transform your organization, but it shouldn’t be driven by wishes. This book tells you how to develop a sound strategy guided by frameworks and decision models without being overly abstract nor getting lost in product details.
node-opcua by example
Etienne RossignonGet the best out of node-opcua through a set of documented examples by the author himself that will allow you to create stunning OPCUA Servers or Clients.
Functional Design and Architecture
Alexander GraninSoftware Design in Functional Programming, Design Patterns and Practices, Methodologies and Application Architectures. How to build real software in Haskell with less efforts and low risks. The first complete source of knowledge.
Ansible for DevOps
Jeff GeerlingAnsible is a simple, but powerful, server and configuration management tool. Learn to use Ansible effectively, whether you manage one server—or thousands.
Top Bundles
- #1
Software Architecture for Developers: Volumes 1 & 2 - Technical leadership and communication
2 Books
"Software Architecture for Developers" is a practical and pragmatic guide to modern, lightweight software architecture, specifically aimed at developers. You'll learn:The essence of software architecture.Why the software architecture role should include coding, coaching and collaboration.The things that you really need to think about before... - #2
Django for Beginners/APIs/Professionals
3 Books
- #3
PowerShell
3 Books
Buy every PowerShell book from Adam Bertram at a 20% discount! - #4
CCIE Service Provider Ultimate Study Bundle
2 Books
Piotr Jablonski, Lukasz Bromirski, and Nick Russo have joined forces to deliver the only CCIE Service Provider training resource you'll ever need. This bundle contains a detailed and challenging collection of workbook labs, plus an extensively detailed technical reference guide. All of us have earned the CCIE Service Provider certification... - #5
Cisco CCNA 200-301 Complet
4 Books
Ce lot comprend les quatre volumes du guide préparation à l'examen de certification Cisco CCNA 200-301. - #6
All the Books of The Medical Futurist
6 Books
We put together the most popular books from The Medical Futurist to provide a clear picture about the major trends shaping the future of medicine and healthcare. Digital health technologies, artificial intelligence, the future of 20 medical specialties, big pharma, data privacy, digital health investments and how technology giants such as Amazon... - #7
Linux Administration Complet
4 Books
Ce lot comprend les quatre volumes du Guide Linux Administration :Linux Administration, Volume 1, Administration fondamentale : Guide pratique de préparation aux examens de certification LPIC 1, Linux Essentials, RHCSA et LFCS. Administration fondamentale. Introduction à Linux. Le Shell. Traitement du texte. Arborescence de fichiers. Sécurité... - #8
Software Architecture and Beautiful APIs
2 Books
There is no better way to learn how to design good APIs than to look at many existing examples, complementing the Software Architecture theory on API design. - #9
Learn Git, Bash, and Terraform the Hard Way
3 Books
Learn Git, Bash and Terraform using the Hard Way method.These technologies are essential tools in the DevOps armoury. These books walk you through their features and subtleties in a simple, gradual way that reinforces learning rather than baffling you with theory. - #10
9 Books-Bundle: Shut Up and Code!
9 Books
"Shut up and code." Laughter in the audience. The hacker had just plugged in his notebook and started sharing his screen to present his super-smart Python script. "Shut up and code" The letters written in a white literal coding font on black background was the hackers' home screen background mantra. At the time, I was a first-year computer...