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

Error with Laravel 10 #5

Closed
HeartlandTechie opened this issue Mar 26, 2023 · 7 comments · Fixed by #6
Closed

Error with Laravel 10 #5

HeartlandTechie opened this issue Mar 26, 2023 · 7 comments · Fixed by #6
Labels
enhancement New feature or request

Comments

@HeartlandTechie
Copy link

I think you might need to do this fix:

composer.json
"illuminate/contracts": "^9.0", -- Remove

@FurkanGM
Copy link
Owner

can you test feat/laravel-10-support branch?

@HeartlandTechie
Copy link
Author

HeartlandTechie commented Mar 26, 2023 via email

@FurkanGM
Copy link
Owner

Merged

@FurkanGM FurkanGM added the enhancement New feature or request label Mar 26, 2023
@HeartlandTechie
Copy link
Author

HeartlandTechie commented Mar 26, 2023 via email

@FurkanGM
Copy link
Owner

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
]

@HeartlandTechie
Copy link
Author

HeartlandTechie commented Mar 26, 2023 via email

@FurkanGM
Copy link
Owner

two different packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants