Laravel 11 Web Application for Creating content for the Talk & Play application
- Install ddev
- Clone the repository
git clone https://github.com/scify/Talk-And-Play-Marketplace.git - Copy the
.env.examplefile to.envand set the environment variables - Start the development server
ddev start - Run the Laravel commands
ddev composer installandddev npm install - Run the Laravel commands
ddev artisan migrateandddev artisan db:seed - Run the Laravel commands
ddev npm run dev(orddev npm run watchfor hot reloading) - Open the application at https://talkandplay-marketplace.ddev.site:8443/
- 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]
- Main application: https://talkandplay-marketplace.ddev.site:8443
- Database admin: https://talkandplay-marketplace.ddev.site:8443/phpmyadmin
These are automatically configured by DDEV:
- Host: db
- Database: db
- Username: db
- Password: db
php artisan test- Install and configure Xdebug on your machine
- At Chrome install Xdebug helper
- At PhpStorm/IntelliJ click the "Start listening for PHP debug connections"