Deployment healthy

Laravel + Wodby

Your Laravel app is running.

The application has been built and deployed successfully. Start with the root route, connect your product domain, and make this project your own.

01

Make it yours

  1. Create a controller php artisan make:controller HomeController
  2. Add your first model php artisan make:model Product -m
  3. Keep it green php artisan test