- Admin roles, permission, polices
- Banner CRUD
- Brand CRUD
- Cart CRUD
- Category CRUD
- Coupon CRUD
- Message CRUD
- Newsletter CRUD
- Order CRUD
- Post CRUD
- Product CRUD
- Shipping CRUD
- Review CRUD
- Size CRUD
- Tag CRUD
- User CRUD
- Generate order in pdf form...
- Real time message & notification
- Stripe
- Paypal
- Casys
- Clone the repo and cd into it
- composer install
- Rename or copy .env.example file to .env
- php artisan key:generate
- Set your database credentials in your .env file
- Run php artisan migrate:fresh --seed
- run command[laravel file manager]:- php artisan storage:link
- Edit .env file :- remove APP_URL
- php artisan serve or use virtual host
- Visit localhost:8000 in your browser
- Visit /admin if you want to access the admin panel. Admin Email/Password: [email protected]/password. User Email/Password: [email protected]/password
- Test run: vendor/bin/phpunit
- Docker
- In project root run: docker-compose up -d.
- Install laravel packages: composer install
- ENV: rename DB_HOST=127.0.0.1 to DB_HOST=mysql
- Container ssh: docker-compose exec app sh
- Run migrations: php artisan:migrate:fresh --seed.
https://www.postman.com/collections/b867707ec228eff0cb1b
Thank You so much for your time !!!