shrirangjoshi94 / remote-company

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the project

How to install

  • Do the git clone of the project

    git clone git@github.com:shrirangjoshi94/remote-company.git
    
  • Navigate inside project directory

    cd remote-company
    
  • Create environment file by copying .env.example file to .env

    cp .env.example .env
    
  • In the .env file update the below keys with values

    DB_CONNECTION=sqlite
    
  • Run the below commands

      composer install
      npm install
      touch database/database.sqlite
      php artisan migrate
      php artisan storage:link
    
  • To start the project run the below command and then navigate to http://localhost:8000/

      php artisan serve
    

About


Languages

Language:PHP 82.8%Language:Vue 14.9%Language:Blade 1.6%Language:Shell 0.7%