Build Progress
Live self-check of the CameraHubs build. Refresh any time to re-run.
Overall completion
100%77 of 77 checks passing across 13 modules.
- Laravel app booted
- Livewire installed
- Spatie Permission installed
- Sanctum installed
- Admin guard configured
- Design system (Tailwind theme)
- CORS configured (no wildcard+credentials)
- Logo assets in place
- table: users
- table: admins
- table: adverts
- table: advert_bids
- table: advert_reviews
- table: advert_views
- table: advert_likes
- table: messages
- table: product_brands
- table: product_categories
- table: badges
- table: slides
- table: notifications
- Advert class
- Admin class
- At least one admin seeded
- Badge tiers (Silver/Gold/Diamond)
- Categories + subcategories
- Camera brands
- Promo carousel slides
- Sample sellers
- Sample adverts
- route: register
- route: login
- route: logout
- route: verification.verify
- route: password.request
- route: password.email
- route: admin.login
- RegisteredUserController class
- route: listing.show
- route: seller.adverts.create
- route: seller.adverts.store
- route: seller.adverts.edit
- AdvertPolicy class
- CreateAdvertWizard class
- route: home
- route: browse
- route: search
- route: search.suggest
- SearchResults class
- SearchSuggestController class
- CategoryBrowser class
- route: seller.messages
- ChatWindow class
- MessagePolicy class
- ReviewList class
- ReviewPolicy class
- route: adverts.like
- route: seller.dashboard
- route: seller.analytics
- SellerAnalyticsDashboard class
- route: admin.dashboard
- route: admin.adverts.index
- route: admin.brands.index
- route: admin.categories.index
- route: admin.slides.index
- route: admin.sellers.index
- route: api.adverts.index
- route: api.auth.login
- AdvertApiController class
- GeoIpService class
- route: support.chat
- PWA manifest
- Service worker (Cache-First)
- Auth tests
- Advert tests
- Messaging IDOR test
- Admin tests
This page runs real checks against classes, routes, tables, seeded rows and files. The percentages reflect the actual application state, not a static list.