WelcomeHow It WorksGetting StartedFeaturesAvailable ScriptsCustomizationStyles and AssetsUtilitiesSocial LoginOTP (Mobile Number Verification)TranslationMultiVendorNew PageExport ImportFAQSupportVersionsReadme
Back-End Integration
Deployment
Update
SEO and Analytics
API
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,