Coder Social home page Coder Social logo

tasks-laravel5's Introduction

CRUD (Create Read Update Delete) in a Laravel 5 App

CRUD (Create Read Update Delete) in a Laravel 5 App is a tutorial application (in french there).

In this tutorial, we’re going to build and run a simple CRUD application from scratch using Laravel 5.

Laravel PHP Framework

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching.

Laravel is accessible, yet powerful, providing powerful tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.

Official Documentation Laval

Documentation for the framework can be found on the Laravel website.

Tutorial

French tutorial Laravel 5 - Construire une application CRUD.

Installation

  • git clone https://github.com/erlem/tasks-laravel5.git tasks
  • cd tasks
  • composer install
  • mv .env.example .env rename .env.example
  • php artisan key:generate
  • Connect to a MySQL database mysql -u root -p
  • Create a MySQL database CREATE DATABASE `local.tasks`;
  • Exit exit;
  • Inform .env (DB_HOST, DB_DATABASE, DB_USERNAME, DB_PASSWORD=root)
  • php artisan migrate --seed to create and populate tables
  • chmod 777 -R storage/ change the folder permissions

Include

Features

  • Home page
  • Lists Tasks
  • Create tasks
  • Read tasks
  • Update tasks
  • Delete tasks

Packages included

  • illuminate/html
  • barryvdh/laravel-debugbar

License

The Laravel framework is open-sourced software licensed under the MIT license

tasks-laravel5's People

Contributors

erlem avatar fre3x avatar

Watchers

 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.