Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 298 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 298 Bytes

How to use

Clone repo

git clone https://github.com/webdevmatics/webdevforum.git

Install the composer dependencies

composer install

Save .env.example as .env and put your database credentials

Set application key

php artisan key:generate        

And Migrate with

php artisan migrate