To create all the nessesary tables and columns, run the following
php artisan migrate
To add the dummy listings with a single user, run the following
php artisan db:seed
When uploading listing files, they go to "storage/app/public". Create a symlink with the following command to make them publicly accessible.
php artisan storage:link
Upload the files to your document root, Valet folder or run
php artisan serve
The Laravel framework is open-sourced software licensed under the MIT license.