Top "Octobercms" questions

October is a free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.

how to check if today is between two dates in Twig?

I'd like to check if today's date is between two dates from the database. Here's my code. {% if today < …

symfony twig octobercms
Binding parameter to Db::raw laravel query

I've got the following raw query: $results = Db::select( Db::raw("SELECT HOUR(created_at) as hour, COUNT(*) as count …

php mysql laravel octobercms parameterbinding
OctoberCMS Post Form

My form: <form id="main-contact-form" name="contact-form" ata-request="onSend" data-request-success="alert('Message Sent')"> I cant seem to get …

php ajax laravel sendmail octobercms
How do i get base url in OctoberCMS?

I want to show image in backend render list. For that how to get the path to show image. We …

octobercms
OctoberCMS How To Create Custom User Registration Form With Fields From Plugin Extension

I'm trying to learn OctoberCMS and I am confused about the complete process of extending plugins. I've extended the user …

php laravel user-registration octobercms