Awesome
#What is Freelancer Notes Freelancer Note is an freelance project management application. It is very light weight and easy to use. You are able to manage all your projects in one place and you can keep record of your all clients and earnings. You are also able to export project record in PDF format.
Note : Freelancer notes is fully open source under GNU (GENERAL PUBLIC LICENSE).
#Installation Guide ###PHP Version Minimum 5.4.0 require
-
Download or Clone the project from right side
-
Extract from zip (You can change the project name)
-
Copy and paste into your web server root directory
-
Create a database
-
Import the database from your project folder. Database name db_freelancer.sql
-
Modify database configuration file(path app/config/database.php)
change your database connection info. Default mysql database info 'mysql' => array(
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'db_freelancer',
'username' => 'root',
'password' => 'admin',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '', ) please make sure you database name, username and pasword(if you have set your database password otherwise leave it blank)
If you do everything perfectly then you can access the application ###Login Information User : user@user.com
Pass : admin12345 ###Login <img src="https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/User%20login%20--%20OOIS.png">
Dashboard
<img src="https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Dashboard%20--%20OOIS.png"> ### Add New Client's Info <img src="https://www.dropbox.com/s/vtn7v248g6hw5e0/Add%20new%20client%20information%20--%20OOIS.png?dl=0"> ### All Clients Info <img src="https://www.dropbox.com/s/cszosep72vble8s/All%20clients%20information%20--%20OOIS.png?dl=0"> ### Add New Marketplace's Info <img src="https://www.dropbox.com/s/9kaw2j7gfvcpdf6/Add%20new%20marketplace%20--%20OOIS.png?dl=0"> ### All Marketplaces Info <img src="https://www.dropbox.com/s/oe2k8ajdgqbgo5i/All%20marketplaces%20information%20--%20OOIS.png?dl=0"> ### Add New Project's Info <img src="https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/New%20project%20information%20--%20OOIS.png"> ### All Projects Info <img src="https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/All%20projects%20information%20--%20OOIS.png"> ### User Password Change <img src="https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Change%20user%20password%20--%20OOIS.png"> ### Edit/Update User Profile <img src="https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Edit%20user%20profile%20--%20OOIS.png"> ### Reporting Area <img src="https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Reports%20--%20OOIS.png"> ### Reports By Marketplace, Client, Date to Date <img src="https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Reports1%20--%20OOIS.png"> ### Reports By Marketplace <img src="https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Reports2%20--%20OOIS.png"> ### Reports By Client <img src="https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Reports3%20--%20OOIS.png"> ### Reports By Date to Date <img src="https://dl.dropboxusercontent.com/u/148331272/freelancer-notes/Reports4%20--%20OOIS.png">##About Laravel PHP Framework
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching.
Laravel aims to make the development process a pleasing one for the developer without sacrificing application functionality. Happy developers make the best code. To this end, we've attempted to combine the very best of what we have seen in other web frameworks, including frameworks implemented in other languages, such as Ruby on Rails, ASP.NET MVC, and Sinatra.
Laravel is accessible, yet powerful, providing powerful tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.
Official Documentation
Documentation for the entire framework can be found on the Laravel website.
Contributing To Laravel
All issues and pull requests should be filed on the laravel/framework repository.
License
The Laravel framework is open-sourced software licensed under the MIT license