generated from filamentphp/plugin-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error with Laravel 10 #5
Labels
enhancement
New feature or request
Comments
Merged
can you test |
That installed - thanks! Will try this.
…On Sun, Mar 26, 2023 at 10:43 AM Furkan Gezek ***@***.***> wrote:
can you test feat/laravel-10-support branch?
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANNZ56UBI2USISJSWJBY7TW6BPYNANCNFSM6AAAAAAWIH4JD4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Bradley Miller
Grace Connections Church - Lead Pastor
www.graceconnections.church
Cell: (816) 210-9370
Office: (816) 867-0463
|
Merged |
Any reason the page template creation doesn't show it the list? What is an
example of what to add to the config file?
…On Sun, Mar 26, 2023 at 11:14 AM Furkan Gezek ***@***.***> wrote:
Merged
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANNZ55BRYBUE6VTKU6OKULW6BTMZANCNFSM6AAAAAAWIH4JD4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Bradley Miller
Grace Connections Church - Lead Pastor
www.graceconnections.church
Cell: (816) 210-9370
Office: (816) 867-0463
|
You must add class string in config file example: My template file namespace App\Support\PageTemplates;
class ExampleTemplate extends \FurkanGM\FilamentPageManager\Templates\PageTemplate
{
// ....
} config file 'templates' => [
// ...
\App\Support\PageTemplates\ExampleTemplate::class
] |
Ok - help me with what I would use this for? How does it relate to this?
https://filamentphp.com/docs/2.x/admin/pages/getting-started
…On Sun, Mar 26, 2023 at 11:58 AM Furkan Gezek ***@***.***> wrote:
You must add class string in config file
example:
My template file in app/Support/PageTemplates directory
namespace App\Support\PageTemplates;
class ExampleTemplate extends \FurkanGM\FilamentPageManager\Templates\PageTemplate
{
// ....
}
config file config/filament-page-manager.php
'templates' => [
// ...
\App\Support\PageTemplates\ExampleTemplate::class
]
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANNZ54JVPD3CZCWHHRRG2DW6BYUVANCNFSM6AAAAAAWIH4JD4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Bradley Miller
Grace Connections Church - Lead Pastor
www.graceconnections.church
Cell: (816) 210-9370
Office: (816) 867-0463
|
two different packages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you might need to do this fix:
composer.json
"illuminate/contracts": "^9.0", -- Remove
The text was updated successfully, but these errors were encountered: