Giter VIP home page Giter VIP logo

simple-laravel-app's Introduction

Release 2.0

New functionality was added to the application
Now you may show, add, edit and delete books

Access

  • Books part

    1. Start the application
          php artisan serve
    2. Access your list of books
          127.0.0.1:8000/books
    3. You may create a book by submitting "Create a book" button (this book will appear in the books list)
    4. Then you may edit and delete the book you want
  • User part

    1. Start the application
          php artisan serve
    2. Access the user form
          127.0.0.1:8000/form
    3. Register the user
    4. Display all users
          127.0.0.1:8000/users

Main components

  • User part

    • app/Http/Controllers/UserControllers
      • UserFormController - perform operations with the user form
      • UserInfoController - display users info
    • Views:
      • layouts:
        • base
        • partials: header, footer
      • user:
        • form
        • users_table
  • Books part

    • app/Http/Controllers/BookControllers
      • BookController - the base logic of the book part
    • app/Http/Models/Books
      • Author - responsible for the authors table in the database
      • Book - responsible for the books table in the database
      • Genre - responsible for the genres table in the database
    • Views:
      • layouts:
        • base
        • partials: header, footer
      • books:
        • create_book (a page where you add the book)
        • edit_book (a page where you edit the book)
        • get_books_list (a page where you display your books)

simple-laravel-app's People

Contributors

ms-17 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.