Bug fixes

This commit is contained in:
Hillel Coren 2014-01-05 09:24:28 +02:00
parent ce987cc553
commit 247650c02c
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
/app/config/staging /app/config/staging
/app/config/development /app/config/development
/app/config/fortrabbit
/app/storage /app/storage
/public/logo /public/logo
/public/build /public/build

View File

@ -1,7 +1,7 @@
# Invoice Ninja # Invoice Ninja
## Simple, Intuitive Invoicing ## Simple, Intuitive Invoicing
### Live demo: [http://invoice-ninja.appspot.com](http://invoice-ninja.appspot.com/) ### Live demo: [http://invoice-ninja.eu1.frbit.net](http://invoice-ninja.eu1.frbit.net)
### Introduction ### Introduction
Most online invoicing sites 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. Most online invoicing sites 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.

View File

@ -16,7 +16,7 @@
//dd(new DateTime()); //dd(new DateTime());
//Event::fire('user.signup'); //Event::fire('user.signup');
//dd(App::environment()); //dd(App::environment());
//dd(gethostname()); dd(gethostname());
// TODO_FIX replace with cron // TODO_FIX replace with cron