/Proma

A simplified project manager, built with Laravel and Livewire. Previously built with Vue.js.

Primary LanguagePHP

Proma

A simple project manager, issue tracker, and client manager application written with Laravel and Livewire with TailwindCSS and DaisyUI.

Requirements:

PHP 8.1

Installation:

  1. Clone the project to your local PC.
git clone https://github.com/cdterry87/Proma.git
  1. Setup the application:
composer install          # Install dependencies with composer
cp .env.example .env      # Create your .env file based on the .env.example file and change the appropriate values
php artisan key:generate  # Generate an application key for your project
php artisan migrate       # Migrate the database schema
php artisan db:seed       # Seed the database with sample data

php artisan serve         # Runs the application on a local web server
  1. In your browser, view the application and login ( Username: demo@example.com | Password: password1 )