mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on activity log
This commit is contained in:
parent
3c0c908e88
commit
ab4d9d4792
10
README.md
10
README.md
@ -1,10 +1,10 @@
|
|||||||
# Invoice Ninja
|
# Invoice Ninja
|
||||||
## Simple, Intuitive Invoicing
|
## Simple, Intuitive Invoicing
|
||||||
|
|
||||||
### Live Demo: [http://sketch-out.com/ninja/public/](http://sketch-out.com/ninja/public/)
|
### Live demo: [http://sketch-out.com/ninja/public/](http://sketch-out.com/ninja/public/)
|
||||||
### Introduction
|
### 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.
|
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.
|
||||||
|
|
||||||
If you'd like to get involved please send an email to hillelcoren at gmail.
|
If you'd like to get involved please send an email to hillelcoren at gmail.
|
||||||
|
|
||||||
@ -21,23 +21,21 @@ If you'd like to get involved please send an email to hillelcoren at gmail.
|
|||||||
|
|
||||||
### Steps to setup
|
### Steps to setup
|
||||||
|
|
||||||
Clone Github project
|
Clone the Github project
|
||||||
|
|
||||||
git clone git@github.com:hillelcoren/invoice-ninja.git ninja
|
git clone git@github.com:hillelcoren/invoice-ninja.git ninja
|
||||||
|
|
||||||
|
|
||||||
Install packages using Composer
|
Install packages using Composer
|
||||||
|
|
||||||
cd ninja
|
cd ninja
|
||||||
composer install
|
composer install
|
||||||
|
|
||||||
Configure the config/database.php file and then Initialize the database
|
Configure config/database.php and then initialize the database
|
||||||
|
|
||||||
php artisan migrate
|
php artisan migrate
|
||||||
php artisan db:seed
|
php artisan db:seed
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Frameworks/Libraries
|
### Frameworks/Libraries
|
||||||
* [laravel/laravel](https://github.com/laravel/laravel) - A PHP Framework For Web Artisans
|
* [laravel/laravel](https://github.com/laravel/laravel) - A PHP Framework For Web Artisans
|
||||||
* [twbs/bootstrap](https://github.com/twbs/bootstrap) - Sleek, intuitive, and powerful front-end framework for faster and easier web development.
|
* [twbs/bootstrap](https://github.com/twbs/bootstrap) - Sleek, intuitive, and powerful front-end framework for faster and easier web development.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user