GithubHelp home page GithubHelp logo

22-laravel-php's Introduction

IMMO\VR (with Laravel PHP Framework 5.2)

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

IMMO\VR is a website develloped to export easily 360° photo/video and create simple expose experience.

alt text

alt text

alt text

alt text

Official installation

you need php, composer, laravel, mysql (https://getcomposer.org/download/)

exemple creation of a projet laravel :

composer create-project --prefer-dist laravel/laravel immo-vr "5.2.*"

First of all, check the file :

.env

Then, in a terminal :

**Install vendor **

composer install

or update

composer update

**First installation database : **(drop the table 'myvr', if any problem then execute this command)

php artisan migrate

delete database :

php artisan migrate:rollback

reinitialize database

php artisan migrate:refresh

<!> not necessary in production(reinitialize DB and install admin22 session test) <!>

php artisan migrate:refresh --seed

without reinstalling database, just install admin22 session test :

php artisan db:seed

These will set databases : user, join_user_exp, exp, join_exp_photo, photo, join_photo_hotspot, hotspot, (historypayment)

Official Documentation

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

to see route redirections :

php artisan route:list

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.

License

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

22-laravel-php's People

Watchers

 avatar  avatar

Forkers

be-geeky

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.