Cargando…

Laravel Starter.

This book is a practical, task-based, step-by-step tutorial that demonstrates topics ranging from MVC code-separation, to code-modularity, to utilizing ActiveRecord for data abstraction which are explained from the ground-up to provide a strong framework of understanding for creating professional we...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: McCool, Shawn
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Pub., 2012.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; Foreword; About the author; About the reviewers; www.PacktPub.com; www.PacktLib.PacktPub.com; Table of Contents; Laravel Starter; So, what is Laravel?; Installation; Step 1
  • What do I need?; Step 2
  • Downloading Laravel; Step 3
  • Configuring hosts; Step 4
  • Setting up your VirtualHost; Step 5
  • Restarting your web server and testing; And that's it!; Quick start: Creating your first web application; Step 1
  • Database configuration; Step 2
  • Creating the users table using migrations; Step 3
  • Creating an Eloquent user model; Step 4
  • Routing to a closure
  • Step 5
  • Creating users with EloquentStep 6
  • The users controller; Step 7
  • Creating the users index view; Step 8
  • Passing data from a controller to a view; Step 9
  • Adding our dynamic content to the view; Step 10
  • RESTful controllers; Step 11
  • Creating a form for adding users; Step 12
  • Routing POST requests to a controller action; Step 13
  • Receiving form input and saving to the database; Step 14
  • Creating links with the HTML helper; Step 15
  • Deleting user records with Eloquent; Step 16
  • Updating a user with Eloquent; Step 17
  • Creating the update form with the form helper
  • Top 5 features you need to know about1
  • Eloquent relationships; One-to-one relationship; One-to-many relationships; Many-to-many relationships; 2- Authentication; 3
  • Filters; 4
  • Validation; 5
  • Bundles; People and places you should get to know; Articles and tutorials; Community; Twitter