Giter VIP home page Giter VIP logo

medihelp's Introduction

Laravel 5 Ticket Management System

Laravel 5.5 and Vue JS 2.5 project.

Official documentations

Download

Install

To get this working, you need to install dependencies and set up your .env...

  • run composer install
  • run php artisan key:generate
  • Now add the app key to your .env file, this is also where you define your database (there is an example in root called .env.example)
  • Next, you need to run the database migrations...
  • php artisan migrate Creates the tables in the database

Deployment

Configuration for production

Go to your Apache virtual host configurations, If you are using Xampp on Windows so the file will be located in : C:\xampp\apache\conf\extra\httpd-vhosts.conf . You need to add these lines:

NameVirtualHost *:80
<VirtualHost *:80>
  DocumentRoot "C:/xampp/webdav/medihelp/public"
  ServerName 127.0.0.1
  ServerAlias 127.0.0.1
  <Directory  "C:/xampp/webdav/medihelp/public">
       Options +Indexes +FollowSymLinks +MultiViews
       AllowOverride All
       Allow from all
       Require all granted
   </Directory>
</VirtualHost>

You will need to change C:/xampp/webdav/medihelp/public to your exact full path to public folder.

Configuration for developpement

You need just to execute this command on application folder: php artisan serv And then you can access it in the navigator: 127.0.0.1:8000

medihelp's People

Contributors

badry-abderrahmane avatar

Stargazers

Igor Nosatov avatar

Watchers

James Cloos avatar  avatar

medihelp's Issues

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.