Installation
You can install FlyMyShop in many ways:
Automatic (Stable)
Please follow the steps below to install FlyMyShop on your web server
- Download this zip file
- Unzip and upload to your server
- Visit the public folder
- Follow the instructions
Please make sure that only public directory is visible to the outside world!
Composer (Stable)
composer create-project --prefer-dist aasisvinayak/shop
Github (Latest)
git clone https://github.com/aasisvinayak/flymyshop.git
cd flymyshop
composer install
cd core
cp .env.example .env
complete .env values (optional)
chmod -R 777 storage
php artisan key:generate
php artisan migrate (if prompted say yes)
php artisan db:seed (if prompted say yes)
php artisan serve --port=8000 --host=localhost &
Docker (Stable)
docker pull aasisvinayak/flymyshop