Giter VIP home page Giter VIP logo

laravel-cookbook's Introduction

Laravel Cookbook

Laravel Cookbook based on author experiences in teaching Laravel Framework. This book intended to simplify the understanding on how to develop web applications with Laravel Framework.

In this section, developers will be exposed, how to prepare your data from scratch. Following are the basic steps in preparing data.

  1. Create model & migration script
  2. Setup Migration Script Schema
  3. Setup Fillable
  4. Run Migration Scripts
  5. Setup Factory
  6. Setup Seeder
  7. Seed the Data
  8. Seed the Data via Tinker

In web applications development, creating pages, we have a standard operation procedure (SOP). Following are the SOP and user cases in creating pages across web applications.

  1. Route, View(closure)
  2. Route, Controller & View (string)
  3. Route, Controller & View (blade template)
  4. Route, Controller, View (Blade), Data (Eloquent)

Forms and Validations are most common components in web applications development. In this section, developer should grasp the fundamental of creating forms and validations.

  1. Form - Create, Update & Delete
  2. Validation
    1. Controller
    2. Custom Request

Database design is the most critical and fundamental in web applications development. Managing relationship between tables is critical. In this section, developers should be able to grasp the SOP fo creating relationships between tables and how to query the data. Following are the basic relationships covered in this section.

  1. One-to-one
  2. One-to-many
  3. Many-to-one
  4. Many-to-many

Following are the common request in developing web applications.

  1. Setup Multilingual
  2. Setup Custom Validation Messages

This section covered request from intermediate level developers.

  1. Middleware

In this section, the author have come up questions checklist as a test, to check either developers know and understand how to develop web applications with Laravel Framework.

laravel-cookbook's People

Contributors

nasrulhazim avatar az-iar avatar gitbook-bot avatar z4q avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.