Laravel 5.1 Beauty
Laravel 5.1 Beauty
Creating Beautiful Web Apps with Laravel 5.1
About the Book
Let's keep this short and simple ...
Laravel 5 is an amazing PHP Framework. This book goes through the process of designing, creating and coding a real-world application using Laravel.
The application built is a blog. Check out http://laravelcoding.com for a preview.
While building the Laravel 5 Beauty blog, you'll learn about:
- Installing Laravel 5
- Using Homestead
- Using Elixir
- Database Migrations and Seeding
- Eloquent Models and Pagination
- Form Requests
- Views (Blade templates)
- Authentication
- And much, much more!
Table of Contents
-
Thank You
- The Source Code is on GitHub
- Feedback
- Other places to learn Laravel 5.1
-
Chapter 1 - Introduction
- Chapter Contents
- Long Term Support
- Why This Book
- GitHub and the Blog
- What is the Application?
- Conventions Used This Book
- Have Fun
-
Chapter 2 - Required Software and Components
- Chapter Contents
- The Rise of the Virtual Machines
- About Laravel Homestead
- Installing Virtual Box
- Installing Vagrant
- Where Do I Execute Things?
- Recap
-
Chapter 3 - Setting up a Windows Machine
- Chapter Contents
- Multiple Ways to Setup Windows
- Step 1 - Installing PHP Natively
- Step 2 - Install Node.js
- Step 3 - Install Composer
- Step 4 - Install GIT and set up SSH Key
- Step 5 - Adding the Homestead box
- Step 6. Installing Homestead
- Step 7 - Bring up the Homestead VM
- Step 8 - Setting up PuTTY
- Step 9 - Installing Laravel’s Installer
- Recap
-
Chapter 4 - Setting up an OS X or Linux Machine
- Chapter Contents
- Slight Variations with Linux
- Step 1 - Installing PHP
- Step 2 - Install Node.js
- Step 3 - Install Gulp
- Step 4 - Install Composer
- Step 5 - Adding SSH Keys
- Step 6 - Adding the Homestead box
- Step 7 - Installing Homestead
- Step 8 - Bring up the Homestead VM
- Step 9 - Installing the Laravel Installer
- Recap
-
Chapter 5 - Homestead and Laravel Installer
- Chapter Contents
- The Homestead Tool
- Overview of Common Homestead Commands
- Examining Homestead.yaml
- Adding Software to the Homestead VM
- Daily Workflow
- Six Steps to Starting a New Laravel 5.1 Project
- Other Homestead Tips
- Recap
-
Chapter 6 - Testing
- Chapter Contents
- Creating the l5beauty Project
- Running PHPUnit
- Using Gulp for TDD
- Creating a Markdown Service
- Other Ways to Test
- Recap
-
Chapter 7 - The 10 Minute Blog
- Chapter Contents
- Pre-work before the 10 Minute Blog
- 0:00 to 2:30 - Creating the Posts table
- 2:30 to 5:00 - Seeding Posts with test data
- 5:00 to 5:30 - Creating configuration
- 5:30 to 7:30 - Creating the routes and controller
- 7:30 to 10:00 - Creating the views
- Recap
-
Chapter 8 - Starting the Admin Area
- Chapter Contents
- Establishing the Routes
- Creating the Admin Controllers
- Creating the Views
- Testing logging in and out
- Recap
-
Chapter 9 - Using Bower
- Chapter Contents
- Stealing Code
- Installing Bower
- Pulling in Bootstrap
- Creating admin.less
- Gulping Bootstrap
- Running gulp
- Updating the admin layout
- Adding FontAwesome and DataTables
- Recap
-
Chapter 10 - Blog Tags
- Chapter Contents
- Creating the Model and Migrations
- Implementing admin.tag.index
- Implementing admin.tag.create
- Implementing admin.tag.store
- Implementing admin.tag.edit
- Implementing admin.tag.update
- Finishing the Tag System
- Recap
-
Chapter 11 - Upload Manager
- Chapter Contents
- Configuring the File System
- Adding a Helpers file
- Creating an Upload Manager Service
- Implementing UploadController index
- Finishing the Upload Manager
- Setting Up Your S3 Account
- Configuring L5Beauty to Use S3
- Installing an Additional Package
- Test The Upload Manager
- Fixing Bucket Permissions
- Recap
-
Chapter 12 - Posts Administration
- Chapter Contents
- Modifying the Posts table
- Updating the Models
- Adding Selectize.js and Pickadate.js
- Creating the Request Classes
- Creating the PostFormFields Job
- Adding to helpers.php
- Updating the Post Model
- Updating the Controller
- The Post Views
- Removing the show route
- Recap
-
Chapter 13 - Cleaning Up the Blog
- Chapter Contents
- Using the Clean Blog Template
- Creating the BlogIndexData Job
- Updating the BlogController
- Building the Assets
- The Blog Views
- Adding a Few Model Methods
- Updating the Blog Config
- Updating our Sample Data
- Recap
-
Chapter 14 - Sending Mail and Using Queues
- Contents
- Setting Up for Emails
- Adding a Contact Us Form
- About Queues
- Queuing the Contact Us Email
- Automatically Processing the Queue
- Queing Jobs
- Recap
-
Chapter 15 - Adding Comments, RSS, and a Site Map
- Contents
- The Problem with Comments
- Adding Disqus Comments
- Adding Social Links
- Creating a RSS Feed
- Create a Site Map
- Recap
-
Chapter 16 - General Recap and Looking Forward
- Contents
- Testing
- Eloquent Models and the Fluent Query Builder
- Advanced Routing
- Migrations, Seeding, and Model Factories
- Dependency and Method Injection
- Facades vs. helpers vs. IoC objects
- Laravel Elixir
- Tinker
- Artisan Commands
- Events
- Form Requests
- Blade Template Engine
- Flysystem
- Queues
- Blog Features to Add
- Final Recap and Thank You
Authors have earned$10,088,725writing, 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...