Skip to content

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

Notifications You must be signed in to change notification settings

cdterry87/Proma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: [email protected] | Password: password1 )

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages