This is an example page to showcase how a simple page can be created. You'll notice that this page also routes to a URL on your website. In this case the URL is mapped to `/example-page`. You can create as many pages as you would like.

Creating Pages

To create a new page you can simply visit the admin section at `/admin/pages`. You can then create a new page and add content. Here are some advantages of creating the page inside the admin.

  • Automatically routes to a URL
  • Simple to create new pages
  • Simple to edit page
  • Many more

You can feel free to create a page via the admin or you can create the page by adding it to your themes pages directory. The choice is yours.

Quick Warning

If you create a page inside the admin that has a slug of `about` and then you create a page inside your theme directory at `/pages/about/index.blade.php`. The two pages will conflict and you'll only see it from your themes page directory. Just make sure you only create the page in one location.