Git Product home page Git Product logo

itws2110-groupproject-rpinoteexchange's People

Contributors

fakedestinyck avatar omerosman avatar ominhas avatar tans2 avatar tiansilei avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

itws2110-groupproject-rpinoteexchange's Issues

Some tips for our project

  1. The page is rendered with some logic like url->route->controller->view.

  2. Data in the database are connected with controller by model.

  3. You don't need to worry anything about route. I'll finish that.

  4. Front-end (views) files are in resources/views directory. To deal with displaying and submitting a form, for example, see my admin/users/edit.blade.php file.

  5. If you want to play with some back-end stuff (controller & model), they are in app/Http/Controllers. You can check my already-written AdminUsersController.php file or/and PostController.php as references.

  6. You can also use bootstrap in this project. Related bootstrap dependencies are already included in the project.

  7. Some useful commands, such as creating a model or a controller automatically, search Laravel documents, or Google. Here are some examples:

    • To let Laravel create a table in database and create a model for you,
      php artisan make:model [MODEL_NAME] -m
      
    • To create a controller with some default method,
      php artisan make:controller --resource [NAME_OF_CONTROLLER]
      
  8. Last, if you do encounter some problems, search on Google, or ask me.

Enjoy the beauty of Laravel! xD

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.