archtechx / laravel-pages

Easily add routes to your Laravel app by creating Markdown or Blade files
MIT License
117 stars 5 forks source link

Password-protected pages #3

Closed stancl closed 3 years ago

stancl commented 3 years ago

Add:

password: 'foo'

to the page front matter, and require ?password=foo to be in the URL, otherwise return 403.