Giter Club home page Giter Club logo

laravel-sample-intermediate-task-list's Introduction

Laravel Sample - Intermediate Task List

This sample project is based on Intermediate Task List Tutorial with slight modification. This project provides an intermediate introduction to the Laravel framework and includes content on the following concepts:

  • database migrations with foreign key constraints,
  • the Eloquent ORM with relationship,
  • routing using HTTP verb,
  • controller,
  • authentication using Laravel authentication scaffolding,
  • authorization using policies,
  • input validation,
  • dependency injection,
  • simple repository pattern,
  • pagination, and
  • views using Blade templates.

This project sample a basic selection of Laravel features through simple task list application which we can use to track all of the tasks we want to accomplish. This typical "to-do" list example demonstrates how to do simple CRUD using Laravel and allow users to create accounts and authenticate with the application.

Preview

Quick Installation

First, clone repo and install all dependencies.

$ git clone https://github.com/haryasa/laravel-sample-intermediate-task-list.git intermediate-task-list
$ cd intermediate-task-list
$ composer install

After that, setting up database config in .env file and then run migrate command.

$ php artisan migrate

You're ready to go! :)

Other Laravel Sample

Check out also Laravel Sample - Basic Task List repository for a basic introduction to the Laravel framework.

laravel-sample-intermediate-task-list's People

Contributors

haryasa avatar

Watchers

 avatar  avatar

Forkers

tulik bellear

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.