• Complain

Terry Matula - Laravel Application Development Cookbook

Here you can read online Terry Matula - Laravel Application Development Cookbook full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2013, publisher: Packt Publishing, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Terry Matula Laravel Application Development Cookbook
  • Book:
    Laravel Application Development Cookbook
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2013
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Laravel Application Development Cookbook: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Laravel Application Development Cookbook" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Over 90 recipes to learn all the key aspects of Laravel, including installation, authentication, testing, and the deployment and integration of third parties in your application
Overview
Install and set up a Laravel application and then deploy and integrate third parties in your application
Create a secure authentication system and build a RESTful API
Build your own Composer Package and incorporate javascript and AJAX methods into Laravel

Terry Matula: author's other books


Who wrote Laravel Application Development Cookbook? Find out the surname, the name of the author of the book and a list of all author's works by series.

Laravel Application Development Cookbook — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Laravel Application Development Cookbook" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Laravel Application Development Cookbook

Laravel Application Development Cookbook

Copyright 2013 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

First published: October 2013

Production Reference: 1211013

Published by Packt Publishing Ltd.

Livery Place

35 Livery Street

Birmingham B3 2PB, UK.

ISBN 978-1-78216-282-7

www.packtpub.com

Cover Image by Sujay Gawand (<>)

Credits

Author

Terry Matula

Reviewers

Jason Lewis

Elan Marikit

Acquisition Editors

Mary Jasmine Nadar

Saleem Ahmed

Lead Technical Editor

Dayan Hyames

Technical Editors

Aparna Kumari

Sharvari Baet

Nadeem N. Bagban

Project Coordinator

Leena Purkait

Proofreaders

Stephen Copestake

Paul Hindle

Indexer

Tejal R. Soni

Production Coordinator

Nilesh R. Mohite

Cover Work

Nilesh R. Mohite

About the Author

Terry Matula is a web developer and Laravel advocate based in Austin, TX.

He's been a passionate computer enthusiast since he first played Oregon Trail on an Apple //e. He started programming in BASIC at a young age, making simple Scott Adams-like games on a Commodore Vic-20. Since then, he's worked as a developer using Flash/ActionScript, ASP.NET, PHP, and numerous PHP frameworks, with Laravel being his favorite by far.

He blogs web development tips and tricks at his website http://terrymatula.com

I'd like to thank Taylor Otwell for creating such a wonderful framework, and everyone in the Laravel community for being the most helpful and supportive group of people I've seen in the web development community. I'd also like to thank my beautiful wife Michelle for her continued encouragement and support, even when I was working 18 hour days to finish this book. Finally, I'd like to thank my son Evan, for keeping me grounded and being a shining light in my life.

About the Reviewers

Jason Lewis is a web developer and designer hailing from The Land Down Under (Australia). He's been using web technologies to develop websites for the past 7 years and is currently a huge Laravel evangelist. During the day, Jason is a professional firefighter, while at night he works hard on code and helps others learn to code. He's always willing to help and loves to write articles that guide others.

Elan Marikit is a software engineer with experience in many technologies, including PHP, JavaScript, MySQL, Linux, FreeBSD, and others. Elan has considerable experience in developing complex web-driven applications using an MVC-based framework such as CodeIgniter and Laravel. He is a Zend Certified Engineer for PHP 5.3 and is currently working in a Singapore-based startup company that builds scalable online travel portals with a focus in Southeast Asia.

www.PacktPub.com
Support files, eBooks, discount offers and more

You might want to visit www.PacktPub.com for support files and downloads related to your book.

Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at > for more details.

At www.PacktPub.com, you can also read a collection of free technical articles, sign up for a range of free newsletters and receive exclusive discounts and offers on Packt books and eBooks.

httpPacktLibPacktPubcom Do you need instant solutions to your IT - photo 1

http://PacktLib.PacktPub.com

Do you need instant solutions to your IT questions? PacktLib is Packt's online digital book library. Here, you can access, read and search across Packt's entire library of books.

Why Subscribe?
  • Fully searchable across every book published by Packt
  • Copy and paste, print and bookmark content
  • On demand and accessible via web browser
Free Access for Packt account holders

If you have an account with Packt at www.PacktPub.com, you can use this to access PacktLib today and view nine entirely free books. Simply use your login credentials for immediate access.

Preface

Laravel has become one of the fastest growing PHP frameworks ever. With its expressive syntax and excellent documentation, it's easy to get a fully functioning web application up-and-running in very little time. Additionally, the use of modern PHP features makes Version 4 of Laravel very easy to customize to our own needs and also makes it easy for us to create a highly complex site if need be. It's a perfect blend of the simple and advanced.

This book covers merely a fraction of all that Laravel is capable of. Think of it more as a starting point, with code examples to get things working. Then customize them, add to them, or combine them to create your own applications. The possibilities are endless.

One of the best things about Laravel is the community. If you're ever stuck on a problem and doing a Google search isn't helping, there are always people willing to help out. You can find helpful community members on IRC (#laravel on Freenode) or the forums (http://forums.laravel.io) or you can contact the many Laravel users on Twitter.

Happy Laravel-ing!

What this book covers

, Setting Up and Installing Laravel , covers various ways to get Laravel up-and-running.

, Using Forms and Gathering Input , shows many ways to use forms in Laravel. It covers using Laravel's form class as well as some basic validation.

, Authenticating Your Application , demonstrates how to authenticate users. We'll see how to use OAuth, OpenId, and various social networks for authentication.

, Storing and Using Data , covers all things data, including how to use data sources other than a MySQL database.

, Using Controllers and Routes for URLs and APIs , introduces various routing methods in Laravel and how to make a basic API.

, Displaying Your Views , demonstrates how views work in Laravel. We'll also incorporate the Twig templating system and Twitter Bootstrap.

, Creating and Using Composer Packages , explains how to use packages in our app as well as how to create our own package.

, Using Ajax and jQuery , provides different examples of how to use jQuery in Laravel and how to make asynchronous requests.

, Using Security and Sessions Effectively

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Laravel Application Development Cookbook»

Look at similar books to Laravel Application Development Cookbook. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Laravel Application Development Cookbook»

Discussion, reviews of the book Laravel Application Development Cookbook and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.