WelcomeHow It WorksDemo DeploySocial LoginOTP (Mobile Number Verification)WalletEmail ConfigurationEmail VerificationSubscribeTerms and conditionsFAQ PageContactQuestion & AnswerFAQBreaking ChangesSupportChange Log
Prerequisite
Installation
Available Scripts & Command
How Can I use this app
Features
Settings
Payment
Flash Sale
Shop Transfer
SEO and Analytics
Refund
Real-time Notification
Multilingual & Translation
Third-party Integrations
Deployment
API
Back-End Integration
Customizations
Update & Upgrade Guide
New Static Page
Both shop and admin are built using React NextJS framework. So all the existing pages are available to this location. You can create new pages from,
Shop,
pickbazar-laravel/shop/src/pages
Admin,
REST
pickbazar-laravel/admin/rest/src/pages
GraphQL
pickbazar-laravel/admin/graphql/src/pages
You can use the NextJS routing feature for the new pages. Check these official NextJS docs for pages and routing,