Skip to content

chandraauliatama/InvoiceCreator

Repository files navigation

Simple Invoice Creator

A Simple Invoice Creator using Laravel and Filament

Create Invoice Create Invoice Items PDF Invoice Example

Installation

  1. Git clone:
git clone https://github.com/chandraauliatama/invoicecreator.git
  1. Cd into invoicecreator directory
cd invoicecreator
  1. Install via composer: You will get an error that vite manifest cannot be found, just keep following instructions.
composer install
  1. Install Dependencies: You can use one of either pnpm, npm, or yarn.
npm install
  1. Build Manifest
npm run build
  1. Copy .env.example and configure your database:
cp .env.example .env
  1. Generate APP_KEY for Laravel:
php artisan key:generate
  1. Migrate the database tables to your DB:
php artisan migrate
  1. Create new user for your app:
php artisan make:filament-user
  1. Run Dev:
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published