@include('admin.config.manual.manualsidebar')

Setting Up Application Info

After your successfull install your application , now you need to setting your app .

Go to : Control Panel -> setting

Basic Info Application

Parameter Description Example
Application Name Name of your application , this name will show as title page , logo title Inventory , HRD System
Application Desc Short description for your application Manage Inventory , Manage HRD
Company Name Your company name My Company
Email System Email addres used for email sender forgot password , registration activation etc info@mycompany.com
Muliti language
Only Layout Interface
Enabling translatation interface ( no content translation )  
Main Language Set default language  
Metakey key for your app ( frontend ) my site , my company , Larvel Crud
Meta Description Key description for your app ( frontend )  

Email Template

Email template used for sending activation link and forgot password info. You only need to change text as you desire , but do not delete link code

Login And Security

Parameter Description Example
Login Facebook Allow users to login via facebook account  
Login Google Allow users to login via Google account  
Login Twitter Allow users to login via Twitter account  
Default Group Registration Set new registrant users as spesific group  
Registration Registration proccess  
Allow Registration Allow users to registration TRUE / FALSE
Allow Frontend Disable Frontend TRUE / FALSE

Setting Up Social Network

Before you activate social media login , you need to register your webste and get API ID and SECRET . Please follow instruction for each account ID

GOOGLE +
  • Go To : https://code.google.com/apis/console/
  • Go to API Access under API Project. After that click on Create an OAuth 2.0 client ID to create a new application.
  • A pop-up named "Create Client ID" will appear, fill out any required fields such as the application name and description.
  • Click on Next.
  • On the popup set Application type to Web application and switch to advanced settings by clicking on (more options).
  • Provide this URL as the Callback URL for your application: http://mywebsite.com/user/google?hauth.done=Google
  • Once you have registered, copy and past the created application credentials (Client ID and Secret) into the setting page.
FACEBOOK
  • Go to https://developers.facebook.com/apps and create a new application by clicking "Create New App". 2. Fill out any required fields such as the application name and description.
  • Put your website domain in the Site Url field.
  • Once you have registered, copy and past the created application credentials (Client ID and Secret) into the setting page.
TWITTER
  • Go to https://dev.twitter.com/apps and create a new application.
  • Fill out any required fields such as the application name and description.
  • Put your website domain in the Website field.
  • Provide this URL as the Callback URL for your application: http://mywebsite.com/user/twitter?hauth.done=Google
  • Once you have registered, copy and past the created application credentials (Client ID and Secret) into the setting page.