Giter VIP home page Giter VIP logo

laravel-pms's Introduction

Project Management System

V 1.0

Project Management System based on Larvel 5.5.* and Vue.js :)

Features

  • Clients Management
  • Projects Management
  • Tasks Management
  • Task Conversations
  • Role / Permissions based actions

Todos

  • Notifications.
  • Role and Permissions customization UI.
  • Migrate to Vue( such as model popups, forms, Datatable and etc ).
  • Charts.
  • Project Time Handling.
  • Co-workers and their permissions.

Get Involved

  • Clone or fork the project.
  • Create feature branches off develop branch.
  • Once your changes are ready create a pull request into the master branch.

Installation

  • Clone the repo
  • Copy .env.example to .env
  • Set values in .env file
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate
  • Run php artisan db:seed
  • Run npm install
  • Run npm run dev
  • Start developing!

Notes

If you run php artisan db:seed it will create a one default user and five status ( draft,open,ongoing,close,cancel. ). These Details are stored in DatabaseSeeder.php class. By Default

Configurations are stored in config/pms.php file.

laravel-pms's People

Contributors

syedabuthahirm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

laravel-pms's Issues

database envy

How do i get the envy file to set my database and run migration?

My Sql Error in Dashboard

SQLSTATE[42000]: Syntax error or access violation: 1055 'laravel-pms.statuses.title' isn't in GROUP BY (SQL: select statuses.id, statuses.title, statuses.slug, count(projects.id) as count from statuses inner join projects on projects.status_id = statuses.id where (projects.deleted_at is null) and statuses.deleted_at is null group by statuses.id)

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.