Skip to content
Discussion options

You must be logged in to vote

It sounds like you want to create a custom settings page in the Laravel Orchid admin panel where you can define and manage global settings that will be cached.

In order to do this, you will need to create a custom model to store your settings data, as well as a custom controller and view to handle the settings page in the admin panel.

To create the custom model, you can use the php artisan make:model command to generate a new model class. For example, you might create a model called Settings that has a key and a value attribute.

Once you have your model set up, you can create a view to display the settings page in the admin panel. This view should use the Laravel Orchid components and lay…

Replies: 6 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@lemyskaman
Comment options

@lemyskaman
Comment options

@c-gross
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by c-gross
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants