Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Feature: Command to Create Filament Pages in Modules #74

Merged
merged 2 commits into from
Apr 14, 2024
Merged

Conversation

coolsam726
Copy link
Contributor

No description provided.

Copy link

what-the-diff bot commented Apr 14, 2024

PR Summary 🌟

Woohoo! We're making some exciting updates here! Let's breakdown those modifications:

  • Creating a New Command for Filament Page Class 😀
    We've added a new file, ModuleMakeFilamentPageCommand.php. It's not just a file, it's a tool that can create a new Filament page class within our module with a simple command. Isn't that exciting? 💾 It'll ask you for details like module, page name, resource, type, and panel options. Once you provide these, voila! Your page class file is ready in no time!

  • Cleaning Up Unused References 🧹
    We found a reference to an import that isn't being used in ModuleMakeFilamentResourceCommand.php. It's like keeping a tool in your toolbox that you don't need. We took care of that and removed it, making our code cleaner and leaner. 😊

  • Adding the New Command to Service Provider 📌
    And also, we've wired up our new command ModuleMakeFilamentPageCommand in the ModulesServiceProvider.php file. This means that our new command is now officially a part of our tools squad ready to be used. Get ready to create new Filament page classes swiftly! 🚀

Remember, each change we make brings us one step closer to a clean, efficient, and working project. Let's keep the momentum going! 💪😉

@coolsam726 coolsam726 merged commit fea6584 into main Apr 14, 2024
@coolsam726 coolsam726 deleted the 3.x-dev branch April 14, 2024 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant