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.example
file to.env
and set the environment variables - Start the development server
ddev start
- Run the Laravel commands
ddev composer install
andddev npm install
- Run the Laravel commands
ddev artisan migrate
andddev artisan db:seed
- Run the Laravel commands
ddev npm run dev
(orddev npm run watch
for 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"