Twitter clone app made with Laravel, Livewire and Bootstrap
- Clone this repository
- Open project with your code editor
- Change
.env.example
file name to.env
and configure it - Install all your dependencies by running
composer install
- Generate app key by running
php artisan key:generate
- You should create a symbolic link at
public/storage
which points to this directory. You may create the link using thephp artisan storage:link
Artisan command. - Migrate your database
php artisan migrate
- Run seeds
php artisan db:seed
if you need fake data - Serve your application
php artisan serve
For API documentation go to postman
directory