Skip to content

njugunamwangi/erp

Repository files navigation

About Project

A simple ERP project built with Laravel & FilamentPHP

Tech Stack

Installation guide

  • Clone the repository
git clone https://github.com/njugunamwangi/erp.git
  • On the root of the directory, copy and paste .env.example onto .env and configure the database accordingly
copy .env.example .env
  • Run migrations and seed the database
php artisan migrate --seed
  • Install composer dependencies by running composer install
composer install
  • Install npm dependencies
npm install
  • Generate laravel application key using
php artisan key:generate
  • Don't forget to run the application
npm run dev
  • Start reverb for the newly installed FilaChat
php artisan reverb:start

Routes

Prerequisites

  • Admin panel credentials
email: [email protected]
password: Password
  • Exchange Rate API Key

Get the key here

https://app.exchangerate-api.com/dashboard

And paste it here

https://admin.erp.test/defaults/profile

About

An ERP System built with Laravel 11 and FilamentV3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages