Laravel 5 example
13/10/2016
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 projectname cd projectname composer install cp .env.example .envĀ (generate .env file) Change .env file: DB_HOST=localhost DB_DATABASE=databasename DB_USERNAME=your-username DB_PASSWORD=your-password php artisan key:generate php […]