PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

PHP artisan route:list in Wave

devdojo

Oct 22nd, 2018 05:20 PM

If you are trying to run, php artistan route:list, in Wave you may get an error notification because there is a small error in /wave/routes/web.php, line number 21.

It should be:

Route::post('/billing/webhook', '\Wave\Http\Controllers\WebhookController@handleWebhook');

instead of:

Route::post('/billing/webhook', 'Wave\Http\Controllers\WebhookController@handleWebhook');

It is missing the forward slash \, this will be updated in version 1.0-RC9

Thanks :)

bobbyiliev

Sep 19th, 2022 06:19 AM

Hi there,

In case that anyone comes across this in the future, this should already be fixed in the latest Wave version! 🙌