This project is the general purpose tiny erp system powered by Laravel.
- Laravel 5.7
- MySQL 5.7
- PHP 7.1.3^
- Install the latest stable XAMPP
- Install latest stable Composer
- Clone the project from the Git repo to the
xampp/htdocs(C:/xampp/htdocs for windows) - Go to the
xampp/htdocs/{yourproject}and open the terminal there - type
composer install - start
xamppapplication - start
apacheandmysql - Go to your browser and type
localhost/phpmyadmin - Create a database called
tinyerp - Back to the project root folder and duplicate
.env.examplefile and rename it to.env - Then in the terminal type
php artisan key:generate - Open the
.envfile in the text editor - Change the
DB_DATABASEvalue totinyerp - Change the
DB_USERNAMEvalue toroot - Left blank on
DB_PASSWORDand save it. - Type
php artisan migrate --seed - Then type
php artisan passport:install - The one user will be inserted with username
admin@tinyerp.comand passwordadmin@12345 - Open the file
xampp/apache/conf/http.conf, changeC:/xampp/htdocs/toC:/xampp/htdocs/{yourprojectname}/public - Restart the
XAMPP - You can access the application in the browser @
localhost/{yourproject-folder-name}/public
- Dashboard
- User account CRUD
- Purchasing Module