PLATFORM
  • Tails

    Create websites with TailwindCSS

  • 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

Serving up your question

Ask Questions

Questions about code or building your side-project? Ask away in our community discussions.

馃檵 Developer Questions

Possibility to remove inertia from title tag

In the default blade.app.php I have the following title tag: <title inertia>{{ config('app.name', 'Laravel') }}</title> This HTML schema is invalid because the custom attribute inertia is ...

Ookma-Kyi 路 6 days ago

0

How has your week been?

I'm going to ask a question that hasn't really been asked. How has your week been? Everything's got its ups-and-downs, sure, but how would you say it's been going for you? - Consider this an open-ende ...

Supernova3339 路 1 week ago

2
Solved

Second Dashboard page

Hi, Its hard to understand the routing for /dashboard. Wanted to introduce a /dashboard2 or second page. Whats the best practice for getting another page like dashboard. Want to show/link it with side ...

a.kindlbacher 路 3 weeks ago

3

Best option for customer/registered user forum/questions

Hello, I would like to add a board (forum/questions etc) for my registered users (saas built on wave 3) to allow them to ask questions, post opinions and suggest new features for our saas. I have seen ...

ma8eos 路 4 weeks ago

6

Trigger a refresh of a Volt main component from within a nested Livewire component

Hi! I'm using a Volt componend with a nested Livewire component inside. I鈥檇 like to refresh (or re-render) the main Volt component when an action occurs in the nested component. What鈥檚 the best wa ...

bolinkruben 路 1 month ago

1
Solved

token query fails

Hi, calling /api/token?key= fails. The error is: /httpdocs/public/api/token" failed (2: No such file or directory). Any ideas? Tx

a.kindlbacher 路 1 month ago

5
Solved

More infos about 3.0 out there?

So far I was investigating the blank template. Eachtime the template is switched the adjustements are gone. 3.0 promises: "We have also decided to go all-in on the Tall Stack, this means that Liv ...

a.kindlbacher 路 1 month ago

2
Solved

CSS not found in Wave when switching Themes

Hi, I am getting Unable to locate file in Vite manifest: resources/themes/blank/assets/css/app.css when switching Themes in Wave. Any ideas? The path is correct and the file is there.

a.kindlbacher 路 1 month ago

3

Payment haywire, again

Hey guys, I am not sure what is going on with this system but I paid for the premium but never got it activated for my account?

Keith Prinkey 路 1 month ago

4
Solved

Avatar broken

Not sure if this is maybe a Herd issue or what, but on a fresh Wave install the avatar pictures for the user in the user menu and on the profile are broken. They are pointing to http://localhost/stora ...

Produkt 路 1 month ago

2
Solved

Unable to publish site to production server

I've got the start of my site up and running locally and want to push it out to my staging/production server. After sending my local files to github and then pushing them to my staging server the pub ...

Aarontharker1972 路 1 month ago

8
Solved

Creating new volt components

Whenever I create a new Volt component it is created in the vendor/wave folder rather than in the theme folder?

Aarontharker1972 路 2 months ago

3

Login Event Triggered Twice Causing Conflict with rappasoft/laravel-authentication-log

Hi everyone, I'm currently using the DevDojo Auth package, and I'm running into an issue where the Login event is being triggered twice on a single login attempt. This behavior is causing problems wit ...

Cesar Perez 路 2 months ago

1

Error on php artisan:optimize

I get the following error when running php artisan:optimize in production. TypeError: Livewire\Volt\FragmentAlias::encode(): Argument #2 ($path) must be of type string, null given, called in /home/dep ...

Produkt 路 2 months ago

9

Devdojo Auth support for Livewire Volt 1.7

Hey all, Has anyone gotten Devdojo Auth working with Livewire Volt 1.7? I noticed a security issue in version 1.6.7 that was fixed in 1.7: 馃敆 https://github.com/livewire/volt/security/advisories/GHS ...

Brian 路 2 months ago

1

Dark mode/light mode favicon not updating

The dark mode favicon in Devdojo auth is displaying when my screen is not in dark mode, making the logo invisible. Also relatedly, the favicon does not change at all depending on the light/dark mode o ...

Produkt 路 2 months ago

3
Solved

Logo link in transaction emails

When my app sends transactional emails such as email verification, my logo appears at the top but the link points to '/'. How do I link it to my website?

Produkt 路 2 months ago

6
Solved

Allow users to enter promo code on checkout

How do I allow this?

Produkt 路 2 months ago

3
Solved

Volt routing problem

Hi! I've deployed my SaaS application built with Wave, but I'm running into a routing error when using Volt. The URL in question is: http://mywebsite.com/projects/9ed0a5f0-7d9b-4609-b166-94490a4b9a98 ...

bolinkruben 路 2 months ago

8

Get users to billing page right after they picked a pricing plan

Once the user makes a choice from the pricing blade they may be ready to fill out billing/checkout. But, if I am not mistaken, current flow is getting them to sign-in, click sign-up, and then ask the ...

ma8eos 路 2 months ago

1

Token expiration length for API key login

In the config/wave.php file there is a key for 'api' => 'auth_token_expires', does this only control the expiration for logging into the API with user name and password? I was getting a 1 hour expi ...

Produkt 路 2 months ago

2

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

Daniel Slyman 路 2 months ago

4
Solved

Protecting Folio routes with roles and/or permissions

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

William Gibram 路 2 months ago

1
Solved

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!

William Gibram 路 3 months ago

1