Facebook Clone

Installation

Open the project in your VS Code editor

Open terminal (ctrl+`) and write

composer install

Copy .env.example to a new file and rename it to .env, then write this command in terminal

php artisan key:generate

To start the server

php artisan serve

and that's it