|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn867075545 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr |n||||||||| |
008 |
140103s2013 enk o 000 0 eng d |
040 |
|
|
|a IDEBK
|b eng
|e pn
|c IDEBK
|d E7B
|d OCLCQ
|d VT2
|d OCLCO
|d CHVBK
|d OCLCF
|d COO
|d EBLCP
|d YDXCP
|d OCLCQ
|d LOA
|d FEM
|d COCUF
|d CNNOR
|d MOR
|d PIFAG
|d N$T
|d ZCU
|d AGLDB
|d MERUC
|d OCLCQ
|d U3W
|d D6H
|d STF
|d VTS
|d NRAMU
|d ICG
|d NLE
|d INT
|d UKMGB
|d OCLCQ
|d WYU
|d G3B
|d TKN
|d OCLCQ
|d DKC
|d AU@
|d OCLCQ
|d UKAHL
|d OCLCQ
|d OCLCO
|d QGK
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 018006429
|2 Uk
|
019 |
|
|
|a 867317108
|a 907227519
|a 961628019
|a 962641398
|a 968088661
|a 969049452
|a 1259200532
|
020 |
|
|
|a 1306270049
|q (electronic bk.)
|
020 |
|
|
|a 9781306270045
|q (electronic bk.)
|
020 |
|
|
|a 9781783280582
|q (electronic bk.)
|
020 |
|
|
|a 1783280581
|q (electronic bk.)
|
020 |
|
|
|z 9781783280575
|
020 |
|
|
|z 1783280573
|
029 |
1 |
|
|a AU@
|b 000066750076
|
029 |
1 |
|
|a CHNEW
|b 000643078
|
029 |
1 |
|
|a CHNEW
|b 000899555
|
029 |
1 |
|
|a CHVBK
|b 40339418X
|
029 |
1 |
|
|a DEBBG
|b BV044065218
|
029 |
1 |
|
|a DEBSZ
|b 493135898
|
029 |
1 |
|
|a NZ1
|b 15912143
|
029 |
1 |
|
|a UKMGB
|b 018006429
|
035 |
|
|
|a (OCoLC)867075545
|z (OCoLC)867317108
|z (OCoLC)907227519
|z (OCoLC)961628019
|z (OCoLC)962641398
|z (OCoLC)968088661
|z (OCoLC)969049452
|z (OCoLC)1259200532
|
037 |
|
|
|a 558255
|b MIL
|
050 |
|
4 |
|a QA76.76.A65
|b D36 2013eb
|
072 |
|
7 |
|a COM
|x 051230
|2 bisacsh
|
082 |
0 |
4 |
|a 005.3
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Dangar, Hardik.
|
245 |
1 |
0 |
|a Learning Laravel 4 application development /
|c Hardik Dangar.
|
246 |
3 |
|
|a Learning Laravel four application development
|
260 |
|
|
|a Birmingham :
|b Packt Publishing,
|c 2013.
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:Welcome to the World of Laravel; Landing yourself into the MVC world; Why Laravel 4 is awesome! And why it must be your next framework; Composer; Summary; Chapter 2:Let's Begin the Journey; Installing Laravel 4 on Windows; Installing Composer; Installing Laravel 4; Installing Laravel 4 on Linux (Ubuntu); Installing Laravel 4 on Mac; Exploring the Laravel 4 structure; Configuring Laravel; Configuring the Laravel environment; Configuring the database.
|
505 |
8 |
|
|a Configuring the applicationArtisan -- Magic of Laravel 4; Generating a boilerplate controller; Managing database with migrations; Filling the database with basic data for testing via database seeds; Running unit tests; Maintenance mode; Summary; Chapter 3:Creating a Simple CRUD Application in Hours; Getting familiar with Laravel 4; Controllers versus routes; Creating a simple CRUD application with Laravel 4; Listing the users (read users from database); Creating new users; Editing user information; Deleting user information; Adding pagination to our list users; Summary.
|
505 |
8 |
|
|a Chapter 4:Building a Real-life Application with Laravel 4 -- The FoldagramPreparing the schema; Setting up the layout; Setting up the inner pages; Creating the newsletter section; Creating a Foldagram form; Summary; Chapter 5:Creating a Cart Package for our Application; Introducing IoC container; Dependency Injection; Service providers; Packages in Laravel 4; Package structure; Facades; Cart functions; The Cart class; Adding Foldagram to the cart; Updating the cart; Deleting from cart; Viewing the cart contents; Viewing the cart total; Deleting all items from the cart.
|
505 |
8 |
|
|a Integrating the Cart package in Foldagram order processAdding the Foldagram information to the Foldagram table; Image resizing in Laravel; Adding the recipient information to the Recipients table; Adding the Foldagram order details to our Cart package; Creating the preview page to preview Foldagram; Deleting the recipient's information; Editing the Foldagram information; Deleting Foldagram from the cart; Summary; Chapter 6:User Management and Payment Gateway Integration; Introducing the Sentry package; Setting up our user section; Register user; User login; The User dashboard; Change password.
|
505 |
8 |
|
|a Checkout & payment gateway integrationBuilding the checkout page for credit cards; Integrating Stripe payment gateway; Creating the checkout order process; Building the credits section; Building the view orders section; Summary; Chapter 7:The Admin Section; Building the foundation for the administration section; Creating a login section for the administrator; Managing orders; Building the view recipients section; Building the order details section; Updating order status; Deleting orders; Exporting orders; Managing Foldagram pricing; Adding credit for the user; Managing users; Adding users.
|
520 |
|
|
|a This book is written in a simple and easy-to-understand manner, with each chapter contributing as a standalone project that will give you as a reader something to reflect on as you're learning. This book is aimed at amateur PHP developers with a desire to get a firm understanding of the Lavarel 4 framework. Basic knowledge of PHP will be helpful, however in-depth knowledge is not a must.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a Web applications.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a Applications Web.
|
650 |
|
7 |
|a COMPUTERS
|x Software Development & Engineering
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development
|2 fast
|
650 |
|
7 |
|a Web applications
|2 fast
|
776 |
0 |
8 |
|i Print version:
|z 9781306270045
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=679984
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26849963
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10825560
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 679984
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis27169855
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11465216
|
994 |
|
|
|a 92
|b IZTAP
|