Create dynamic pages for your application such as Terms, Privacy, etc.
By default there are 4 pre-defined pages which you can update in PageSeeder.php
:
When creating page via seeder, you need to provide required attributes (combination of route_name
and group
attributes must be unique):
legal
. Does not affect the URL.If you want to use other groups, for example about
, first you need to add them as enum in app/Enums/PageGroup.php
:
Administrators with correct permissions can manage Pages via admin panel.
Full docs coming soon…
Create dynamic pages for your application such as Terms, Privacy, etc.
By default there are 4 pre-defined pages which you can update in PageSeeder.php
:
When creating page via seeder, you need to provide required attributes (combination of route_name
and group
attributes must be unique):
legal
. Does not affect the URL.If you want to use other groups, for example about
, first you need to add them as enum in app/Enums/PageGroup.php
:
Administrators with correct permissions can manage Pages via admin panel.
Full docs coming soon…