Ask Questions, Get Answers

Have a questions about code or building your side-project,
ask away in our friendly community disucssions.

Create an Account

🙋 Developer Questions

Daniel Slyman · 1 day ago

Tails Export without TailwindCSS output file.

Hey guys, is there any chance to get a TailwindCSS file that is compiled when using the Tails editor? It seems that all the CSS is within the HTML file. Best, Daniel
4
Solved

William Gibram · 3 days ago

Protecting Folio routes with roles and/or permissions

Hi! I'm using Laravel Folio and Volt in resources/themes/{theme}/pages/somePage, and I’d like to restrict access to certain pages so that only users with specific roles or permissions can vi...
1
Solved

William Gibram · 1 week ago

What /admin/forms does?

Hi! I noticed that we have a /admin/forms route and that we can create forms just by adding them. But where can I actually access them? Like, what is this for exactly? Thanks in advance!
1

Produkt · 2 weeks ago

Dark mode in user dashboard

I have added several pages within my user dashboard including some links in the sidebar. When I enable dark mode from the user menu it enables dark mode, obviously. However, if I navigate to...
10
Solved

bolinkruben · 3 weeks ago

Change registrating page in wave

Hi there, I would like to add a terms of service option on the registration page. Just a text with a link. Could not find out how to do that.
2

Produkt · 1 month ago

OAuth Login Does Not Automatically Send Verification Email

If you have enabled OAuth login for social sign on (I've only tried Google), and you also have email verification enabled, the user does not automatically get sent an email when they reach t...
7

Produkt · 1 month ago

2FA Logo

I was messing around with enabling 2FA for my Wave login and when scanning the QR code to add to the authenticator app, it loads a strange image as the default logo. How do I change it? Addi...
5
Solved

Produkt · 1 month ago

Deploying production assets

I set some files and settings in the /auth/setup screen, including a background image and favicons. When deploying to the server, this is ignored and there are broken images and assets. What...
2

Haleem Hosein · 1 month ago

MacOS - How to use Laravel Herd and ngrok for a multi-tenant app to receive webhook

Hi all. I am working on a multi-tenant application that uses the subdomain to identify the tenant e.g. demo.happykids.test. I read through Laravel Herd docs on sharing a site and this is wha...
2
Solved

Produkt · 1 month ago

Date discrepancy when user cancels subscription

I am testing subscription functionality and when I sign up (through Stripe) for a monthly subscription, and then cancel, my /settings/subscription page reflects the subscription's updated_at...
3

Cesar Perez · 1 month ago

Update thedevdojo/auth PHP 8.4 / Laravel 12

Hello DevDojo community, I've been using the thedevdojo/auth package in my projects, and I'm wondering if there are any plans or timeline for updating it to be compatible with PHP 8.4 and La...
1
Solved

Brian · 1 month ago

Auth error for disabling registration

Hi All, I am trying to disable registration in my application however when I toggle the configuration in the Auth/Setup/Settings route I get the following error: Unable to rewrite key "...
3
Solved

Produkt · 1 month ago

419 Error When Testing Stripe Webhook

I'm trying to test my Stripe webhook and I'm seeing the events appear in the console but each one fails with a 419 error. I am running stripe listen --forward-to https://wave.test/webhook/st...
8

Produkt · 1 month ago

Uncaught (in promise) TypeError: expression.trim is not a function

Uncaught (in promise) TypeError: expression.trim is not a function I recently updated npm and composer and now when I try to login, I get the error above. Anyone else experiencing this? How...
4
Solved

mubeen · 2 months ago

Devdojo Discord

Hi Everyone, I remember that devdojo used to have a Discord server, does it still exist and where do i find the link to join?
2

Produkt · 2 months ago

Sanctum Guide for Wave?

Any chance we can get a tutorial/guide on how to implement Sanctum into Wave? I tried the instructions on https://laravel.com/docs/11.x/sanctum but not sure I'm doing it correctly. Testing o...
2

Produkt · 2 months ago

New Users Get 2 Email Verification Emails

When my new users sign up, they get 2 verification emails right away instead of 1. Why is this happening? I do have email verification required in my admin setup, and I also am redirecting u...
11

Ookma-Kyi · 2 months ago

Policy to allow admins to edit models in the admin panel

I am using the following code inside the policy class for the Duel model to prevent users from editing the model unless they are the opponent. However I want admins to be able to edit the mo...
2
Solved

Produkt · 2 months ago

No hint path defined for [docs].

I am trying to create a documentation page in my pages folder. I have named the file docs.blade.php and used name('docs') at the top. I get the error No hint path defined for [docs]. If I re...
3
Solved

Stan Tyan · 2 months ago

How to upload the logo to Wave in Drift theme?

I cannot find anything on how to change the logo in Wave, I am using the Drift theme. Should I just hard code it? I cannot find anything on how to change the logo in documentation or anywher...
1
Solved

Stan Tyan · 2 months ago

Built in page builder in Wave does not work for me

I have a fresh install of Wave and the pages (About or Example Page) created in built in page builder do not work. I tried to create a new page and also does not work, here the report: https...
7
Solved

Stan Tyan · 2 months ago

How to install TailwindCSS page builder tool in Wave?

Is it possible to have a TailwindCSS page builder installed in Wave so one can easily create pages in Wave?
3

Produkt · 2 months ago

Managing User Resources on Subscription Change

Let's say for the different tiers of subscriptions I have, you are allotted different number of resources. Basic tier gets 1 widget, Premium tier gets 2, Pro tier gets unlimited. When a user...
8
Solved

Produkt · 2 months ago

Extending Tailwind config styles

I have extended some styles for the theme in my tailwind.config.js file: theme: { extend: { animation: { 'marquee': 'marquee 25s linear infinite',...
3

Produkt · 2 months ago

Storing Wave sessions with browser extension

I am building a browser extension to communicate with my Wave API from. 3rd party site. I am discovering that stateless JWT might not be the best way to do this without having the user log i...
4

Produkt · 2 months ago

API Functionality

I am trying to utilize the API feature. I was able to generate a token by using the api/[email protected]&password=password. Once a token is generated, how do I use it in a req...
3

saltychips · 2 months ago

Conceptual Qs: Part 1: User vs Admin Dashboards, Part 2: Location of 'wave' files, Part 3: Routes

I'm trying to determine if Wave would be suitable for my project. I'd like to better understand how Wave's user vs admin files are structured, Wave vs native Laravel files, and the direction...
1

Produkt · 2 months ago

Health check

Laravel 11 comes with a health check endpoint at route “/up” that comes standard. I noticed this is not available in the Wave app. How can this be made available in my project?
2

oMarlon · 2 months ago

Roles and Permissions doens't work for me

Roles and Permissions I was trying to create a new role and permission following this tutorial, but doesn't this link https://devdojo.com/wave/docs/features/roles-permissions#roles-and-permi...
1
Solved

Produkt · 2 months ago

Subscriptions

I am enjoying discovering the features of the Wave template. I have a few new questions. I have set up a test connection to a Stripe account and I am able to register and subscribe as a new...
5

Loading More Content