Skip to content

A basic Tasks Organizer made with Laravel and Filament

Notifications You must be signed in to change notification settings

zdearo/task-organizer

Repository files navigation

Task Organizer

A task management application built with Laravel and Filament.

Features

  • Task creation, editing, and deletion
  • User authentication and authorization
  • Task prioritization and categorization
  • Modern UI with Filament

Installation

Prerequisites

Ensure you have the following installed:

  • PHP 8.3+
  • Composer
  • Node.js & npm
  • SqLite, MySQL or PostgreSQL database

Steps

  1. Clone the repository:

    git clone https://github.com/zdearo/task-organizer.git
    cd task-organizer
  2. Install dependencies:

    composer install
    npm install && npm run build
  3. Set up environment variables:

    cp .env.example .env

    Configure database credentials in the .env file.

  4. Generate application key:

    php artisan key:generate
  5. Run migrations and seed the database:

    php artisan migrate
  6. Serve the application:

    composer run dev
  7. Access the application at http://localhost:8000

Contribution

How to Contribute

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Make your changes and commit:
    git commit -m "Added new feature"
  4. Push to your forked repository:
    git push origin feature-branch
  5. Open a Pull Request.

License

This project is licensed under the MIT License.

About

A basic Tasks Organizer made with Laravel and Filament

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages