|
5 | 5 | Project Management System based on Larvel 5.5.* and Vue.js :) |
6 | 6 |
|
7 | 7 | ## Features |
8 | | - - Clients Management |
9 | | - - Projects Management |
10 | | - - Tasks Management |
11 | | - - Task Conversations |
12 | | - - Role / Permissions based actions |
| 8 | +- Clients Management |
| 9 | +- Projects Management |
| 10 | +- Tasks Management |
| 11 | +- Task Conversations |
| 12 | +- Role / Permissions based actions |
13 | 13 |
|
14 | 14 | ## Todos |
15 | | - - [ ] Notifications. |
16 | | - - [ ] Role and Permissions customization UI. |
17 | | - - [ ] Migrate to Vue( such as model popups, forms, Datatable and etc ). |
18 | | - - [ ] Charts. |
19 | | - - [ ] Project Time Handling. |
20 | | - - [ ] Co-workers and their permissions. |
| 15 | +- [ ] Notifications. |
| 16 | +- [ ] Role and Permissions customization UI. |
| 17 | +- [ ] Migrate to Vue( such as model popups, forms, Datatable and etc ). |
| 18 | +- [ ] Charts. |
| 19 | +- [ ] Project Time Handling. |
| 20 | +- [ ] Co-workers and their permissions. |
21 | 21 |
|
22 | 22 | ## Get Involved |
23 | | - - Clone or fork the project. |
24 | | - - Create feature branches off develop branch. |
25 | | - - Once your changes are ready create a pull request into the master branch. |
| 23 | +- Clone or fork the project. |
| 24 | +- Create feature branches off develop branch. |
| 25 | +- Once your changes are ready create a pull request into the master branch. |
26 | 26 |
|
27 | 27 | ## Installation |
28 | | - - Clone the repo |
29 | | - - Copy .env.example to .env |
30 | | - - Set values in .env file |
31 | | - - Run `composer install` |
32 | | - - Run `php artisan key:generate` |
33 | | - - Run `php artisan migrate` |
34 | | - - Run `php artisan db:seed` |
35 | | - - Run `npm install` |
36 | | - - Run `npm run dev` |
37 | | - - Start developing! |
| 28 | +- Clone the repo |
| 29 | +- Copy .env.example to .env |
| 30 | +- Set values in .env file |
| 31 | +- Run `composer install` |
| 32 | +- Run `php artisan key:generate` |
| 33 | +- Run `php artisan migrate` |
| 34 | +- Run `php artisan db:seed` |
| 35 | +- Run `npm install` |
| 36 | +- Run `npm run dev` |
| 37 | +- Start developing! |
38 | 38 |
|
39 | 39 | ## Notes |
40 | | - 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. |
41 | | - By Default |
42 | | - - **User Name** : Admin |
43 | | - - **Email Address** : [email protected] |
44 | | - - **Password** : admin |
45 | | - |
46 | | - Configurations are stored in `config/pms.php` file. |
47 | | - |
| 40 | +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. |
| 41 | +By Default |
| 42 | +- **User Name** : Admin |
| 43 | +- **Email Address ** : [email protected] |
| 44 | +- **Password** : admin |
| 45 | + |
| 46 | +Configurations are stored in `config/pms.php` file. |
| 47 | + |
0 commit comments