nova-page icon indicating copy to clipboard operation
nova-page copied to clipboard

Static pages content management for Laravel Nova

Results 28 nova-page issues
Sort by recently updated
recently updated
newest added

When ```php artisan route:cache``` ran, it's not working: ``` [2020-05-19 16:22:37] production.ERROR: Argument 1 passed to Whitecube\NovaPage\Pages\StaticResource::__construct() must be an instance of Whitecube\NovaPage\Pages\Template, instance of Whitecube\NovaPage\Pages\Manager given, called in /home/forge/foobar.nl/vendor/laravel/nova/src/Http/Requests/InteractsWithResources.php...

Hi, I have a project on Laravel 10 using nova-page and I want to uprade it on Laravel 11 but there is a conflict with the orchestra/testbench used on nova-page...

if project has translation with new laravel version (+v9) ..then we will have to move the files to the `resources/lang` instead of `lang/` so it will be easy if the...

Anyone was able to make it work with current Nova 4.x and Ebess\AdvancedNovaMediaLibrary? I tried different approaches but no luck.

I've recently upgraded to Nova4, along with upgrading all nova packages, including nova-page. Now I have a problem where I cannot save the page template title. I have checked my...

How do you add a date field with this package? You need to cast the filed as a date so not sure where to put it since there is no...

It fails with above error in Nova v4.19.2 on detail and form pages.

Getting Class "App" Not Found in my public/index.php file https://share.getcloudapp.com/p9ue2dbl Created the template as per below with artisan command: https://gist.github.com/HeadStudios/91860870a44030604986e181d86e3336 Tried to use in route: Route::get('/bdmsunny', function () { return...