A project/task/invoice managemnt system
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- PHP 7.0.1 or later
- MySQL
- Laravel Framework
- Bootstrap 4
1 Clone git repo to your local folder, or download zipped file and unzip
2 Run "composer install"
3 Run "php artisan migrate" to initialize the database
4 Run "php artisan db:seed" to seed initial data (for demo purpose)
5 Point your browser to your local server
End with an example of getting some data out of the system or using it for a little demo
Testing consists 2 part:
1 PHPUnit Test
./vendor/bin/phpunit
2 Browser Test supported by Laravel Dusk
php artisan dusk
Explain what these tests test and why
Todo
Add additional notes about how to deploy this on a live system
- Laravel - The PHP Framework For Web Artisans
- comopser - A package manager for PHP
- Homestead - A development environment pre-packaged Vagrant "box"
- Composer
- npm
- sb-admin - Theme pack for the application
- to be defined
- nicolash - Initial work - Degang(AKA: Nicolas)
This project is licensed under the MIT License - see the LICENSE.md file for details
- Laravel Community
- Laracast.com