You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- One simple option is to implement a method from your own PHP controller/class by adding it into a cms page. [Tutorial for it.](https://www.laravelcms.tech/Laravel-Advanced-Override-the-page-content-by-your-PHP-Class-method-function.html"Use your PHP class in a Laravel CMS page")
184
186
- Another option is to create a CMS plugin for your own project and use it for all pages. [A tutorial is here.](https://www.laravelcms.tech/Laravel-Create-your-own-plugin.html"How to create a Laravel CMS Plugin") You can also publish the plugin if the feature can be used by other websites.
185
187
186
-
## How to set up a brand new Laravel 6.x website & install our CMS
188
+
## How to set up a brand new Laravel 6.x or 7.x website & install our CMS
0 commit comments