Wave - overview
Hi,
I am new to laravel and I am trying to get an overview of the possible frontend solutions. As far I understand there are 3 approaches to the frontend: Blade JS (livewire, insertia) REST What of these is Wave using?
Also, is Wave using any of laravels packages? (breeze, cashier, jetstream)
Thank you!
Hi,
Wave is open-source, you can view the complete code here:
For the frontend uses Blade templates and also has a REST API.
It does not use breeze but it uses Laravel Voyager.
Best,
Bobby
Hi,
You can see the Payment controller here:
We plan to switch this to Cashier as Paddle recently changed their API quite a bit.
Voyager does not support teams yet:
You can also find the Wave docs here:
My advice is to just install it for free and play around with the code to see if it meets your requirements :)