Skip to content

scify/Talk-And-Play-Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talk & Play Marketplace Web Application

GitHub Issues GitHub Stars GitHub forks JavaScript Style Guide: Good Parts contributions welcome License Maintenance Ask Me Anything !

Laravel 11 Web Application for Creating content for the Talk & Play application

Project URL

Installation Instructions

  1. Install ddev
  2. Clone the repository git clone https://github.com/scify/Talk-And-Play-Marketplace.git
  3. Copy the .env.example file to .env and set the environment variables
  4. Start the development server ddev start
  5. Run the Laravel commands ddev composer install and ddev npm install
  6. Run the Laravel commands ddev artisan migrate and ddev artisan db:seed
  7. Run the Laravel commands ddev npm run dev (or ddev npm run watch for hot reloading)
  8. Open the application at https://talkandplay-marketplace.ddev.site:8443/

Development

Available Commands

  • Start the environment: ddev start
  • Stop the environment: ddev stop
  • Run artisan commands: ddev artisan [command]
  • Run composer commands: ddev composer [command]
  • Run npm commands: ddev npm [command]

URLs

Database Credentials

These are automatically configured by DDEV:

  • Host: db
  • Database: db
  • Username: db
  • Password: db

How to run tests

php artisan test

How to debug

  • Install and configure Xdebug on your machine
  • At Chrome install Xdebug helper
  • At PhpStorm/IntelliJ click the "Start listening for PHP debug connections"