Laravel Educational Social Media Website
How to get started
- Clone the repo
- Make a database in php admin and put it to .env gile
- Run
composer install
To Install the dependencies - Run
php artisan migrate
, it will create tables to your database - Run
php artisan serve
And you are ready to go
NOTE: The design is very basic and still few works needs to be done to deploy it, feel free to commit any changes you want