This is a website build on laravel which allows yout to create flyers to sell your home.
https://github.com/adityabanerjee992/project-flyer.git projectname
cd projectname
composer install
php artisan key:generate
- Create a database and inform .env
php artisan migrate --seed
to create and populate tablesphp artisan serve
to start the app on http://localhost:8000/