Skip to content

Commit 555b24f

Browse files
Fixed styling issues
1 parent b18218a commit 555b24f

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

readme.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,43 +5,43 @@ V 1.0
55
Project Management System based on Larvel 5.5.* and Vue.js :)
66

77
## 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
1313

1414
## 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.
2121

2222
## 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.
2626

2727
## 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!
3838

3939
## 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

Comments
 (0)