Giter Site home page Giter Site logo

moxerox / expense-management Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3.66 MB

This project was done as a test for running Laravel as with Vue.js as a single project

Shell 0.02% PHP 3.85% CSS 18.90% JavaScript 62.72% Vue 3.60% SCSS 9.98% Blade 0.92%

expense-management's Introduction

Deployment
  1. Run cp .env.example .env file to copy example file to .env
    Then edit your .env file with DB credentials and other settings.
  2. Run composer install command
  3. Run php artisan migrate --seed command.
    Notice: seed is important, because it will create the first admin user for you.
  4. Run php artisan key:generate command.
  5. Run npm install
  6. Run npm run dev
  7. If you have file/photo fields, run php artisan storage:link command.
  8. Laravel Sanctum for API Auth: If you are using custom hostname for project other than localhost make sure that value of SANCTUM_STATEFUL_DOMAINS variable in .env file is the same as your hostname in browser. Example: SANCTUM_STATEFUL_DOMAINS=myproject.test

And that's it, go to your domain and login:


Default credentials

Username: [email protected]
Password: password

For more information, potential errors and related links, you can read Contact Me Here

expense-management's People

Contributors

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