Giter VIP home page Giter VIP logo

lumen's Introduction

Products List API Client

Application that consists on an API REST using Lumen (PHP) and AngularJS.

Lumen PHP Framework

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching.

Screenshot

lumen's People

Contributors

guillermo-maquieira avatar

Watchers

James Cloos avatar Shasi kanth avatar

lumen's Issues

Bugs in code while updating Products

As i cloned this repo to my local system, i had to manually import the products.sql database file in a new database, and then specify it in the .env configuration file. This step was not mentioned in the Read-me document.
And i had to face some bugs when i run this application locally. Looks like the code has a copy-paste source. I modified some parts of the code under: app\Http\Controllers\ProductController.php, to get it working. Inside of update function, i had to change:

$product->description = $request->input('address');
to
$product->description = $request->input('description');

and also:
$product = User::find($id);
to
$product = Product::find($id);

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.