Laravel 5 example
Application for the calculation of construction costs . Issuing tenders and bills, based on materials and items of work (https://github.com/DraganValjak/WaterrproofingApp-Laravel5).
Requirement
- Apache Web Server
- PHP 5.6 or above
- MySQL
Installation
git clone
https://github.com/DraganValjak/WaterrproofingApp-Laravel5.git projectnamecd projectnamecomposer installcp .env.example .env(generate .env file)Change .env file:DB_HOST=localhostDB_DATABASE=databasenameDB_USERNAME=your-usernameDB_PASSWORD=your-passwordphp artisan key:generatephp artisan migrate --seedto create and populate tablesphp artisan serveto start the app on http://localhost:8000/
Running the Application
You can access the application from http://localhost:8000Email: admin@admin.comPassword: 1234