Developer: Abhimanyu Sharma
Email: abhimanyusharma003@gmail.com
URL: http://codecanyon.net/user/abhimanyusharma003
Twitter: @abhimanyu003
If you face any trouble during installation process send me a mail at abhimanyusharma003@gmail.com with your FTP and MYSQL accounts also your item purchase code, I will install it for you. Thanks
php 5.4 or above
!!Login to your FTP account
Upload and extract main.zip to your public_html
or www
or htdocs
folder
Create a empty MYSQL database
Change your document root path to public
from your hosts settings
Visit http://yoursite.com/install
Provide all the required fields including your envato username
and license key
Click Install and you are done
Remove Route::resource('install', 'InstallController');
from app/routes.php
Login as with the details your provided during installation visit http://yoursite.com/admin
for Admin Panel
public
You can watch this YouTube video https://www.youtube.com/watch?v=LnynVphQMRc
Extract main.zip on your system (computer) any where you want
Open bootstrap/paths.php
in your text editor
Change 'public' => __DIR__.'/../public',
to 'public' => __DIR__.'/../public_html',
( don't forget comma in the end )
Create zip of all the folders except public
folder and call it 1.zip
Log in to your cPanel and visit File Manager
Go one level up of public_html
folder
Upload and extract 1.zip
in this folder ( means one way up of your public_html folder ).
Now on your computer where you extracted main.zip
create a second zip from the content of public
folder.
Upload and extract 2.zip
in public_html folder.
Now create a empty mysql
database
Visit yoursite.com/install
and provide the details in the installer
Remove Route::resource('install', 'InstallController');
from app/routes.php
for security reasons
Upload and extract main.zip
in your add-on domain folder ( eg public_html/sitefolder
)
Go add-on domain settings from cpanel or from your hosting account settings
Change document of your domain to sitefolder/public
( eg /home/user/public_html/sitefolder/public
)
( not much preferred )
main.zip
in public_html
or htdocs
folderpublic_html
or htdocs
.htaccess
file<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
yoursite.com/install
( important for sending mails )
For sending mails I free 3rd party service mandrill.com for sending mails, because -it's free, no spams, no chance domain get blacklisted because of mails, tracking etc..
create a mandrill.com account
Check this video to setup mandrill in a minute https://www.youtube.com/watch?v=LOnoTxS3IHI
Go to \app\config\
open mail.php
in your text editor
Provide host,port,default email
settings
SMTP.html
file( important for facebook login )
Create new app
You will get app id and secrent and follow the steps as given in image below
Visit app\config\packages\artdarek\oauth-4-laravel
open config.php
Provide you app id and app secure there
Save the file
( important for facebook login )
Click on Create New Client ID
Provide details as given in image
Visit app\config\packages\artdarek\oauth-4-laravel
open config.php
Provide you app id and app secure there
Save the file
In order to add your own language, visit app/lang
Create a folder with your language short code ( example en
for English fr
for french )
Copy the content from en
folder to your language folder.
Open text.php
and start translating
English comes in right hand side and it's translation at left (eg 'text' => 'translation'
)
[Shared Hosting Installation Video] https://www.youtube.com/watch?v=LnynVphQMRc
only for developers (not recommended on live site)
Debug mode is only for developers or can used to track the errors like woosh something went wrong
.
Visit app/config/app.php
Turn debug => FALSE,
to debug => TRUE,
Save the file, and now site will display proper error reporting.
Q. I'm getting error Woosh! Something went wrong
error ?
A. This error appears only if there some error, you can turn on the debug mode to track where the error is,
Q. I want to add my logo ?
A. Visit app/views/master
open navbar.blade.php
you can provide your logo image there, it's simple HTML you can easily edit it
Q. Where all theme files are located ?
A. All theme files are located at app/views
folder and css-js files are located at public/static
folder
Q. Sometime uploading get failed when trying to upload very large image say 10 MB ?
A. This happens because your host might have limited max upload
or max post
size to about 2 MB, this is something that depend your php settings.
If you want to contribute any coding improvement you are most welcome, we also provide you access to our private git repository to track any changes and updates if you contribute coding improvement
Contact me at abhimanyusharma003@gmail.com
Feel free to contact me any time with your queries via mail abhimanyusharma003@gmail.com
. My time zone is +5.30
( India ) I might not able to reply at night time so please keep some patience.