Menu
Your Cart

Subtotal:  $0

Configuration

Active Theme Mymo

Go to Admin -> Appearance -> Theme Click "Active" on MYMO theme Configuration

Config Theme Mymo

Go to Admin -> Pages -> Add New
Choose Template "Home" and Add Block content (same picture) Configuration
Go to Admin -> Setting -> Reading
Configuration

Scheduled Tasks (CRON Jobs)

In order for Mymo to perform some scheduled tasks (like deleting temporary files and expired shareable links), you will need to set up a CRON job on your server.
You can usually create CRON jobs from your hosting's Cpanel. You should create a CRON job that calls the command below every minute:
php /path/to/source/folder/artisan schedule:run >> /dev/null 2>&1

Important:
Replace "path/to/source/folder" in the command above with path to source folder on your own server.

Configuring Email

In order for outgoing emails (password reset, account validation, notifications etc.) to be sent out properly, you will need to configure your email provider.

Configuration

  • MAIL_DRIVER: There are several available email providers. All of these providers are fully integrated, which means you only need to select the one you want to use from settings page and enter relevant credentials. smtp, mail, sendmail - These will use regular SMTP server, your hosting most likely provides one, or you can use a number of free ones, like gmail.
    mailgun - Will use free mailgun email service, you will need to register for an API key on mailgun site and verify your domain. This is the recommended option.
    mandrill - Will use paid cloud mandrill email service, it works in much the same way as mailgun.
  • MAIL_HOST: Mail host name
  • MAIL_PORT: Mail port
  • MAIL_USERNAME: Mail username
  • MAIL_PASSWORD: Mail password
  • MAIL_ENCRYPTION: tls or ssl or null
  • MAIL_FROM_NAME: Mail from name
  • MAIL_FROM_ADDRESS: Mail from address

This can be done from Admin -> Setting -> Email Setting and Test your email config

Configuration

TMDB Api

Register themoviedb.org https://www.themoviedb.org/signup
Login to your account
Click API » Create
Configuration
Login to administrator dashboard.
Goto Setting -> General Setting -> Mymo Setting
Enter your Api Key to TMDB Api Key
Configuration

Import movie from TMDB

Login to Admin dashboard.
Login to www.themoviedb.org & find your movie.
Then copy tmdbID from browser address bar.
Configuration
Goto Movies » Add From TMDB
Enter tmdbID to input » click Add Movie
Configuration