Your Next Show is a cost-free, ad-free platform designed to empower artists, venues, promoters, and creatives to connect and collaborate. Whether you're a band looking for a gig, a promoter searching for talent, or a photographer offering services, YNS makes it easy to find and be found.
YNS helps artists and collaborators:
- Find venues, promoters, designers, photographers, and more in any area
- Create detailed profiles to showcase availability, services, and past work
- Access customized dashboards tailored to your role
- Manage events, finances, ticket sales, and jobs
- Browse gig listings or post opportunities
- Role-Based Dashboards: Custom interfaces for artists, venues, and promoters
- Opportunity Listings: Post and find gig opportunities
- Gig Guide: Discover local shows or search by location
- Rich Profile System: Comprehensive profiles with all essential information
- Data-Driven Structure: Clear, organized information architecture
- Backend: Laravel 11
- Frontend: TailwindCSS
- Database: MySQL
- Development: Docker
- Clone the repository
git clone https://github.com/your-org/your-next-show.git
cd your-next-show
- Copy environment file
cp .env.example .env
- Start Docker containers
./vendor/bin/sail up -d
- Install dependencies
./vendor/bin/sail composer install
npm install
- Set up database
./vendor/bin/sail artisan migrate --seed
- Compile assets
npm run build
npm run dev
Run the test suite:
./vendor/bin/sail artisan test
Please read our Contributing Guidelines before submitting a pull request.