Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 676 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 676 Bytes

Home Page
Property Page
Admin Page

Instructions

Download the zipped github folder of this project and unzip the folder in your computer system. Open the project folder with command prompt and type

composer update --no-scripts

After that create database and give the database a name. Enter the project folder and rename the .env.example file to .env Enter your correct database credentials in .env file. Again open command prompt and type

php artisan migrate

After that type

php artisan serve


Remember everytime you download a laravel github folder, this way you should run the laravel app.