1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00
invoiceninja/README.md
2013-11-26 16:18:45 +02:00

3.2 KiB

Invoice Ninja

Simple, Intuitive Invoicing

Live Demo: http://sketch-out.com/ninja/public/

Introduction

Most online invoicing site are expensive. They shouldn't be. The aim of this project is to provide a free, open-source alternative. Additionally, the hope is this codebase will serve as a sample site for Laravel as well as other JavaScript technologies.

If you'd like to get involved please send an email to hillelcoren at gmail.

Features

  • Core application built using Laravel 4
  • Invoice PDF generation directly in the browser
  • Integrates with many payment providers

Remaining Work

  • Recurring invoices
  • Internationalization
  • Home dashboard
  • Reports

Steps to setup

Clone Github project

git clone git@github.com:hillelcoren/invoice-ninja.git ninja

Install packages using Composer

cd ninja
composer install

Configure the config/database.php file and then Initialize the database

php artisan migrate
php artisan db:seed

Frameworks/Libraries