- Author: Hardik Dangar
- Language: English
- Published: 2013
- Page: 256
- Format: pdf
- Size: 2.46 MB
CONTENTS
Chapter 1: Welcome to the World of Laravel 7
Landing yourself into the MVC world 8
Why Laravel 4 is awesome! And why it must be your next framework 10
Chapter 2: Let's Begin the Journey 15
Installing Laravel 4 on Windows 16
Installing Laravel 4 on Linux/Ubuntu 17
Installing Laravel 4 on Mac 19
Chapter 3: Creating a Simple CRUD Application in Hours 31
Getting familiar with Laravel 4 32
Chapter 4: Building a Real-life Application with Laravel 4 – The Foldagram 55
Preparing the schema 57
Chapter 5: Creating a Cart Package for Our Application 83
Introducing IoC container 84
Dependency Injection 84
Chapter 6: User Management and Payment Gateway Integration 119
Introducing the Sentry package 120
Setting up our user section 121
Checkout & payment gateway integration 136
Chapter 7: The Admin Section 153
Building the foundation for the administration section 154
Creating a login section for the administrator 158
Managing orders 162
Exporting orders 174
Managing Foldagram pricing 175
Adding credit for the user 177
Managing users 179
Chapter 8: Building a RESTful API with Laravel – Store Locator 189
REST basics 190
A store locator's single page web application 191
Chapter 9: Optimizing and Securing Our Applications 205
Handling errors 205
Profiling Laravel applications 207
Logging data with Laravel 210
Security in Laravel 210
Chapter 10: Deploying Laravel Applications 215
Creating production configuration 216
Creating a directory structure based on your web host 217
Uploading your Laravel application directory files 217
Creating a database in the production site and uploading your local database on the production site 219
Giving proper permissions to your storage files 220
Setting up .htaccess based on your server 220
Chapter 11: Creating a Workflow and Useful Laravel Packages and Tools 225
Creating a workflow 226
No comments:
Post a Comment