Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saber13812002/trello-clone-laravel-8-open-source
laravel-8-trello-clone-open-source پروژه ی ترلوی فارسی تقویم شمسی دار مثل تسکولو و اوپن سورس
https://github.com/saber13812002/trello-clone-laravel-8-open-source
agile board board-managers boards bug-tracker card card-manager epm issue-tracker kanban-board laravel log-viewer manage project-management project-planning rebacklogs self-hosted task-management trello
Last synced: about 2 months ago
JSON representation
laravel-8-trello-clone-open-source پروژه ی ترلوی فارسی تقویم شمسی دار مثل تسکولو و اوپن سورس
- Host: GitHub
- URL: https://github.com/saber13812002/trello-clone-laravel-8-open-source
- Owner: saber13812002
- Created: 2020-05-19T23:26:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T10:38:34.000Z (almost 2 years ago)
- Last Synced: 2023-06-04T15:15:29.561Z (over 1 year ago)
- Topics: agile, board, board-managers, boards, bug-tracker, card, card-manager, epm, issue-tracker, kanban-board, laravel, log-viewer, manage, project-management, project-planning, rebacklogs, self-hosted, task-management, trello
- Language: PHP
- Homepage: https://task.pardisania.ir
- Size: 6.83 MB
- Stars: 9
- Watchers: 1
- Forks: 5
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A full-featured personal project management tool with task boards.
## create new board then create new card
![](demo-trello-new-card.gif)
## Installation
You can install using the following way:
- Clone the project git clone `[email protected]:saber13812002/trello-clone-laravel-7-taskulu-open-source.git`
- Run `composer install` inside the directory composer install
- Create env file by : `cp .env.example .env `
- Create database and run migrations `php artisan migrate`
- Change `app.php` in config folder locale to `en` or `fa` and also `fallback_locale`
- Change the `admin.php` config file in config folder default language to `en`
- Run the server `php artisan serve`
- Run `php artisan admin:create-user`
- Login into localhost:8000/admin
- Add 1- board 2- department 3- user into menu in admin panel
- See details about log viewer in `log file` section in this page
- Add link in admin panel http://localhost:8000/admin/logs### Create new card and set color to cards and tags
## Features:
- Register user
- Login user
- Create Board
- Change Language ( and you can add your language file)
- Admin panel ( laravel-admin.org )
- Voyager admin panel ( second level admin panel )
- Statistics in admin panel as charts
- Create cards
- Add tags and comments and description and checklist to the cards
- Support Jalali calendar and gerigorian calendar and Hijri Calendar
- New features here: [ branches ](https://github.com/saber13812002/trello-clone-laravel-7-taskulu-open-source/branches)
- Add menu into admin panel :- departments
- logs
- users
- boards
- board-cards![](demo-card-color-and-tag.gif)
### steps:
1. Installation
1. Admin login
1. Admin need to define departments
1. Then need to register new user as department admin. Note: new users cant create board.
![](first-user-cant-create-board-just-dep-admin-can.png)
This is dashboard page. all new users cant see the button to create new board. just dep admin can.
-First you to need approve any user
![](how-can-you-approve-new-users-by-admin-panel.png)
-Second need to set this user as department admin
![](create-new-department-set-admin.png)1. Next admin need to grant access to dep.admin ( login to admin panel for example http://localhost:8000/admin/users/1 open this first user and change status to 1)
1. Next is (dep.admin) create his boards
![](when-dep-admin-logged-in.png)
This is dashboard for admin when he can create new board
![](create-new-board-as-b1-in-dep1.png)
1. Another new user need to register as [email protected] for example
![](board1dep1manager.png)
You should enable this new user by admin panel before he want to login.
All unapprover users cant login
1. Dep admin can set all approved user as board manager
1. System admin can set any approved user as board admin
1. After create boards, dep admin can set manager later from board setting
![](dep-admin-can-set-another-manager-later-from-board-setting.png)
1. Board manager see his boards Green color
![](board-manager-see-its-board-green.png)
If this user set as admin for two or more departments he can see his dep name in separate section
1. Board managers can create list for card
1. Board managers can create card in every list.
![](board-manager-can-create-cards-and-lists.png)
1. Board manager can assign card manager to every card
![](board-manager-can-assign-card-manager.png)
1. Create a new user like [email protected] and approve it from admin panel then set as card manager
1. Card manager can assign memeber for any task via (check list tab) in card
1. System admin can change card's managers via admin panel : http://localhost:8000/admin/board-cards### Set card details and subtasks
![](demo-card-details-subtask.gif)
### Add comments to it and interact with other teammates
![](demo-card-comments.gif)
## Install on cpanel
Just need to run install.bat
## Log file
$ composer require laravel-admin-ext/log-viewer -vvv
$ php artisan admin:import log-viewer
Open http://localhost/admin/logs.
![](demo-log-viewer.png)
## About Laravel
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).Laravel is accessible, powerful, and provides tools required for large, robust applications.
## Learning Laravel
Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.
## Contributing
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
## Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
## Security Vulnerabilities
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).