Skip to content

A monitoring system that tracks projects via periodic checks, alerting customers if any issues arise.

License

Notifications You must be signed in to change notification settings

rcpassos/safeye

Repository files navigation

Safeye - Monitoring System for your Freelancer Projects

Tech Stask

  • Laravel v11
  • Filament v3
  • TailwindCSS v3

Getting Started

Pre-requisites

[user]
    name = "YOUR NAME"
    email = "YOUR COMPANY EMAIL"

Installation process

With Sail <- USE THIS

Laravel Sail

For Unix

  1. valet use -> it will use the .valetrc file
  2. composer global update
  3. composer install
  4. sail up -d or ./vendor/bin/sail up -d
  5. sail composer install
  6. sail artisan migrate
  7. sail artisan db:seed
  8. sail npm install
  9. sail npm run dev
  10. Access http://safeye.test:8000/

For Windows Pre-Requisites (php 8.3.x) (error can appear on php.ini, some extensions could be commented)

  1. composer install
  2. wsl
  3. cd vendor/bin
  4. ./sail up -d
  5. ./sail composer install
  6. ./sail artisan migrate
  7. ./sail artisan db:seed
  8. ./sail npm install
  9. ./sail npm run dev

Without Sail

  1. nvm use 20 -> install nvm is needed
  2. npm install
  3. valet use -> it will use the .valetrc file
  4. valet link safeye
  5. valet secure safeye
  6. composer global update -> to update the composer dependencies
  7. composer install -> to install the dependencies
  8. npm run dev -> keep this running

About

A monitoring system that tracks projects via periodic checks, alerting customers if any issues arise.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published