Exhibition website, marketing and sales
- Clone project from this github repository
git clone https://github.com/Dzyfhuba/gallery-sale.git
- Change directory
cd gallery-sale
- Install Composer Dependencies
composer install
- Install NPM Dependencies
npm install && npm run dev
- Create a copy of your .env file
cp .env.example .env
- Generate an app encryption key
php artisan key:generate
- Create an empty database for our application
- In the .env file, add database information to allow Laravel to connect to the database
- Migrate the database
php artisan migrate
- [Optional]: Seed the database
php artisan db:seed
- connect storage to public
php artisan storage:link
- Run Laravel project
php artisan serve
👤 Hafidz Ubaidillah
- Website: Hafidz Ubaidillah
- Github: @Dzyfhuba
- LinkedIn: @hafidz-ubaidillah-853b17130
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2022 Hafidz Ubaidillah.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator