Giter Site home page Giter Site logo

laravel-hotel-comment's Introduction

Laravel-Hotel-Comment

This Project is made by using Laravel 5.3 framework. In this User can view numbers of Hotels List and Give comments.

Author | Mohd Abdullah

Mail me : [email protected]
This is a Test Project containing migration and db:seeds for fake values also on for user table For Admin Access your mail : [email protected] & Password : 123456

Steps for install

  1. Download using git url or manually from the source.
  2. Place it on your local directory
  3. Now make a database (i am using mysql) in your phpmyadmin.
  4. Name your database what you want (by Default it is 'dbtest' with username 'root' and password= '').
  5. if you change your DB name then go to config\database.php and change it databse name and user with yours.
  6. After this open your cmd | and navigate your root folder where you install the project
  7. run the following commands | php artisan migrate | To install all migrations.
  8. Now run the seed command | php artisan db:seed | To install all seeds present in the migration.
  9. Now run the command | php artisan serve | and open your browser with url http://localhost:8000/
  10. Enjoy.

Tables Structre

  1. User Table Structure

| id | name | email | password | remember_token | created_at | updated_at |

  1. hotels_info Table Structure

| id | hotel_name | hotel_contact | hotel_mail | hotel_address | hotel_image | hotel_enable | created_at | updated_at |

  1. hotels_comments Table Structure

| id | hotel_id | comment | user_id | created_at | updated_at|

laravel-hotel-comment's People

Contributors

mohd-abdullah-ak avatar

Stargazers

 avatar  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.