In this repo I developed a Task Management System with Laravel 11. You can control or contribute to the use of Model, Ajax, Controller.
Laravel 11 Task Management System Screenshot
Laravel 11 Task Management System Screenshot 2
- Create Project
- Edit Project
- Delete Project
- Create Task
- Edit Task
- Delete Task
- Sorting with Drag and Drop System
- Status Update
- Filter by Status
Before you begin, ensure you have met the following requirements:
- PHP >= 8.2
- MySQL
- Composer installed globally
To install and set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/mrcandev/Laravel-Task-Management-Example.git
- Navigate to the project directory:
cd project_folder
- Install PHP dependencies:
composer install
- Set up your environment variables:
cp .env.example .env php artisan key:generate
- Run migrations (optional):
php artisan migrate
To install and set up the project locally, follow these steps:
- To run the application, use the following command:
php artisan serve
Visit http://localhost:8000 in your web browser to view the application.
Contributions are welcome! Here's how you can contribute to this project:
- Fork the repository.
- Create a new branch (git checkout -b feature/your-feature-name).
- Commit your changes (git commit -am 'Add some feature').
- Push to the branch (git push origin feature/your-feature-name).
- Create a new Pull Request.
I would like to point out that I used the free Argon open source template for design. You can click on the link for other details and premium version.
Link: https://www.creative-tim.com/product/argon-dashboard
If you find this project useful and would like to support its development, you can:
- Star the repository: If you find this project helpful or interesting, please give it a star.
- Fork and contribute: Contributions are welcome! Feel free to fork this project and submit pull requests.
- Donate: If you'd like to make a monetary donation to support the developer, you can use the sponsor button on GitHub or visit the developer's profile for more options.
This project is licensed under the MIT license. .