HomeLaravel

Laravel 5 Tutorial : Setting Up Laravel 5.3 on Shared Hosting Server

Laravel 5.3 tutorial for beginners - On this Lessons I'll show you how to Setting Up Laravel 5.3 on Shared Hosting Server, we have some guide to deploy your Laravel 5 application onto a shared hosting server.

Laravel 5 Tutorial : Laravel Export Data to an Excel Spreadsheet or PDF Files
Laravel 5 Tutorial : Laravel 5 CRUD GENERATOR using CRUDBooster Package for Laravel 5.3
Laravel 5 Tutorial : Image Upload and Resize using Image Intervention with Validation in Laravel 5.3
Laravel 5.3 Tutorial - On this Lessons I'll show you how to Setting Up Laravel 5.3 on Shared Hosting Server, we have some guide to deploy your Laravel 5 application onto a shared hosting server.

By default, the Laravel folder structure assumed that the public folder is within the application itself. This is the high level folder structure :

Setting Up Laravel 5.3 on Shared Hosting Server

Fist step, we will upload all file and folders that in "public" folders into public_html your Hosting Server Directory.

Next, in your Hosting Server, just create new folder and rename it with "laravel" or whatever you want in root directory. So that the directory structure becomes similar to :

....
cgi-bin Directory
laravel Directory
public_html Directory
etc ....

Than, upload all the other directories/files (config, app, bootstrap, config, database, etc...) into laravel folder.

Netx, Update your index.php that stored on public_html/index.php, please remember, you just need to update index file in public_html Directory, not in Laravel Directory.

Change this line

require __DIR__.'/../bootstrap/autoload.php';

$app = require_once __DIR__.'/../bootstrap/app.php';

to

require __DIR__.'/../laravel/bootstrap/autoload.php';

$app = require_once __DIR__.'/../laravel/bootstrap/app.php';

and save your index.php

Next, we need to update .htaccess file too. Edit your .htaccess file (don't delete anything, just add this script in the buttom lines) that stored on public_html/.htaccess

RewriteEngine On
# Redirect Trailing Slashes...
RewriteCond %{REQUEST_URI} !^
RewriteRule ^(.*)$ /$1 [L]

Next, edit your Database configuration in .ENV file with your new server configuration.

Finally, upload your database into Hosting Server.

See you next lessons...

Feel free to code it up and send us a pull request.

Hi everyone, let's me know how much this lesson can help your work. Please Subscribe and Follow Our Social Media 'kodeajaib[dot]com' to get Latest tutorials and will be send to your email everyday for free!, Just hit a comment if you have confused. Nice to meet you and Happy coding :) all ^^



Follow by E-Mail


COMMENTS

DISQUS
Name

ADO.NET,3,Ajax,6,Android,9,AngularJS,4,ASP.NET,4,Blogger Tutorials,7,Bootstrap,7,C++,1,Codeigniter,2,Cplusplus,6,Crystal Report,6,CSharp,25,Ebook Java,2,FlyExam,1,FSharp,3,Game Development,2,Java,35,JDBC,2,Laravel,89,Lumen,2,MariaDB,2,Ms Access,3,MySQL,31,ODBC,6,OleDB,1,PHP,14,PHP Framework,6,PHP MYSQLI,9,PHP OOP,5,Python,8,Python 3,4,SQL Server,4,SQLite,4,Uncategorized,5,Vb 6,2,Vb.Net,89,Video,48,Vue Js,4,WPF,2,Yii,3,
ltr
item
KODE AJAIB: Laravel 5 Tutorial : Setting Up Laravel 5.3 on Shared Hosting Server
Laravel 5 Tutorial : Setting Up Laravel 5.3 on Shared Hosting Server
Laravel 5.3 tutorial for beginners - On this Lessons I'll show you how to Setting Up Laravel 5.3 on Shared Hosting Server, we have some guide to deploy your Laravel 5 application onto a shared hosting server.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIpSSXQOTcFNiJ73dGHkr7BJG6XckEboSXMB2DlUWlup0KXHhzZvZPKyA6uUdn9iY4i8DmWs7BBQiQjGr5OHjBPnUrj5S9JRDzoTcmboyTh1GpM035YkAoImSyCAWXugWGHITq0S2238Q/s320/Screenshot_1.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIpSSXQOTcFNiJ73dGHkr7BJG6XckEboSXMB2DlUWlup0KXHhzZvZPKyA6uUdn9iY4i8DmWs7BBQiQjGr5OHjBPnUrj5S9JRDzoTcmboyTh1GpM035YkAoImSyCAWXugWGHITq0S2238Q/s72-c/Screenshot_1.png
KODE AJAIB
https://scqq.blogspot.com/2016/10/laravel-5-tutorial-setting-up-laravel.html
https://scqq.blogspot.com/
https://scqq.blogspot.com/
https://scqq.blogspot.com/2016/10/laravel-5-tutorial-setting-up-laravel.html
true
3214704946184383982
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy