Ask Questions, Get Answers

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

Create an Account

🤷‍♂️ Unsolved Questions

Carlos Salazar · 1 day ago

Laravel Tenancy

Is it possible to have tenancy in Wave Drift? how would it affect the already been setup?
1

Chris De David · 5 days ago

How to add Elements to a Tails page?

Hi, How to add Elements to a Tails page? The editor side panel says to go to Pines to see Elements. But, is there a way to drag & drop some element into the page? Scenario: While editing...
1

HappyToDev · 1 week ago

May be a piece of code is missing in the "combining table and form builder"

Hello, Maybe I'm wrong, in this case you can delete this question. But it seems the x-modal component code is missing in this part of tutorial : Combining the Table and Form Builder => Un...
1

Carlos Olivas · 1 week ago

Where's the Wave 2.0 documentation?

Could someone share the link to the old version documentation, the link to the videos will be appreciated as well. Thanks! Carlos.
1

mikemastercorp · 2 weeks ago

Account activation using Email and providing a link to resend the email

Hello all. In my current project that has been started quite a while back, I am still using the non-Filament Wave version as we are close to the finishing line and would like to switch later...
9

Keith Prinkey · 2 weeks ago

Wave pro

Bobby, Having issues with pro again. I thought I just re-enabled the membership but I looked today and it’s gone again lol. I cannot see my payment methods so idk what card y’all got. I don’...
3

Carlos Salazar · 2 weeks ago

Wave Theme Drift

I'm still unsure why the route('dashboard') goes to projects page? Please see attachment. Thank you. How can I edit it?
2

Keith Prinkey · 2 weeks ago

Wave v3 major issues after installation

Hey guys. As Bobby already knows, Wave has some breaking changes directly out of a fresh installation without altering a singe file and following the instructions provided in the docs. Autom...
7

github · 3 weeks ago

devdojo/auth blade pages are challenging to skin

This isn't so much of a question, but more of a comment/request. The login page, while beautiful and all, does not gel with the theme of my site and when I saw it coupled with blade componen...
1

Carlos Salazar · 3 weeks ago

Drift Theme

When using pa make:volt {Name} --class It create the file inside the vendor. Why is that? Thank you.
3

Chris De David · 1 month ago

Is there a guide for switching Wave 3 to S3 filesystem?

Hi, Is there a guide for switching Wave 3 to S3 filesystem? I have an AWS S3 account setup. I know how to configure laravel to use it. But, I would like to know the steps to perform after in...
1

Matt Lawson · 1 month ago

Filament plugin for Pennant (Feature Flags for plugins)

I want to add a Filament plugin that is based on Pennant but I want to connect it with WAVE Plugins. I was thinking of making 2 TAGS. TAG-1 = WAVE Plugin and TAG-2 = Filament Plugin, but the...
1

Martin · 1 month ago

Before starting (dumb questions inc)

Hey, considering to use Wave as my entry to Laravel. I am familiar with OOP in PHP/C#, just didn't mess with laravel much yet. I did manage to get Wave running without any hassle, but just w...
3

Alex van Steenhoven · 1 month ago

[Auth Package] Option to disable registration

Hi there! I am building an application for our client, and they are having a dashboard that does not have to integrate registration. Is there an option to disable registration? If not I woul...
2

Matt Lawson · 1 month ago

Authentication - Social Providers ** WAVE APP **

I want to add more providers to the list with toggles. See image Does WAVE use https://socialiteproviders.com/ I see in the providers.php that socialite is being used: 'socialite' => true...
1

Kenna Maphane · 1 month ago

How to diable registration feature using filamentphp and auth package

Goodday, Is there a way to disable the registration feature in my filament application when using your auth package. I have tried to look at the docs and watched a tutorial by Josh Cirre, bu...
6

mikemastercorp · 1 month ago

Wave SAAS v3 opens pages very slow

Dear Team, I just installed Wave SAAS v3 and I am not sure why it happens but i am experiencing similar issues like the ones I had with Genesis - pages delivered on every click take around 1...
23

Ookma-Kyi · 1 month ago

Set table to use for Filament resource

I am trying to use Filament with Laravel Permissions and have run into an issue. I set the model relationship manually protected static ?string $model = Model_Has_Roles::class; as that's wha...
1

Matt Lawson · 1 month ago

Is there a secret way to add PULL repo in the Tails Editor.?

Please add PULL repo to the Tails Editor. Feels almost useless without the ability to work on active problems in a working codebase. If this is already possible, can I gain access? I am desp...
2

Keith Prinkey · 1 month ago

My pro account

Hey fellas, I think something happened to my account, I am not sure but I was charged $15 Oct 5th for DevDojo Pro but this app is telling me I cancelled it in Sept? I can send proof of the c...
5

entwicklung · 1 month ago

SaaS with team functionality

Hello devdojo team, I want to create a SaaS solution which offers team functionality, so that a user can let other users join his team. Therefore the billable would not be the user model, bu...
2

Chris De David · 2 months ago

Resetting DB & Seed artisan migrate:fresh --seed ... with Wave?

Hi, I'd like to know if I can reset the DB & Seed artisan migrate:fresh --seed ... while working on an app with Wave? Ideally: I can just run a single CLI command. This could ba a .bat f...
3

Chris De David · 2 months ago

Why doesn't the theme use Menus created in Menu Builder?

Why doesn't the theme use Menus created in Menu Builder? To my surprise, the menu for logged in subscriber didn't change :( So, I followed the instruction to add code to any page I added co...
1

Chris De David · 2 months ago

Live Reload in Wave 2

Hi I'm trying to get live realoading to work. But I think the problem is that WebPack is running in the themes folder and doesn't watch other files. https://laravel-mix.com/docs/6.0/liverelo...
3

Chris De David · 2 months ago

Can I replace theme::....

This is causing an issue with the Laravel Idea Plugin @include('theme::partials.header') It doesn't know what to do with that. I use this plugin to save a lot of time, can jump around quick...
3

Chris De David · 2 months ago

Will Wave suit this new project?

Considering starting this new project soon. Will Wave suit this new project? Overview Web app, people signup online, login to use the app. The app allows creating diagrams with drag and drop...
1

Kornel · 2 months ago

No access for Premium stuff

Few days ago I bought the pro account and requested the access to private repo of the SAAS boiler plate and still didn't have it. Is this site a scam or the owners are still sleeping? Anybod...
9

Jd Fiscus · 2 months ago

Creating a blog

Has anyone created a blog with DevDojo? I was thinking about trying to manually do it or possibly use API to generate pages from an automation. Any thoughts?
3

scraghty · 3 months ago

public_html

I cannot for the life of me get the framework to recognize public_html. I am using vite. And my webserver uses public_html Laravel uses public directory, and I need to public_path to public_...
7

Delcino Castelo · 3 months ago

DevDojo/Auth slows down app booting

After installed, the app booting become too slow consuming +90% time of request. Any help?
1

Loading More Content