Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,152,936 members, 7,817,740 topics. Date: Saturday, 04 May 2024 at 06:20 PM

How Do You Deploy Laravel Lumen 5.7 On The Server - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / How Do You Deploy Laravel Lumen 5.7 On The Server (915 Views)

Get Your Aloe Vera Plus For Your Good Health, Whatsapp No; 0.9.1.3.7.9.7.5.7.0.4 / Pls Oh! How Do I Upload My Designed Website From My Computer To The Server / The Server The Document Is Stored On May Not Be Responding. (2) (3) (4)

(1) (Reply) (Go Down)

How Do You Deploy Laravel Lumen 5.7 On The Server by cbrass(m): 6:26pm On Feb 04, 2019
Hello guys, have you used Lumen 5.7? Please how did you set it up to work on a shared server. I am having trouble with it
Re: How Do You Deploy Laravel Lumen 5.7 On The Server by makavele: 11:10pm On Feb 04, 2019
cbrass:
Hello guys, have you used Lumen 5.7? Please how did you set it up to work on a shared server. I am having trouble with it

Just like any other flavor/package of Laravel,
you can deploy on shared hosting.
Just make sure the hosting account has SSH access.

What is the problem you are facing to be precise?
Re: How Do You Deploy Laravel Lumen 5.7 On The Server by cbrass(m): 12:46am On Feb 05, 2019
makavele:


Just like any other flavor/package of Laravel,
you can deploy on shared hosting.
Just make sure the hosting account has SSH access.

What is the problem you are facing to be precise?

it keeps saying "this site can not be reached" and in the error logs in the public folder i get
PHP Parse error: syntax error, unexpected '=' in /home2/lilyserv/public_html/lumen/vendor/illuminate/config/Repository.php on line 68

i have tried

RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L] but still wont work ,

i aslo tried but wont work

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]


the PHP version is 7.2 , the Lumen version is also 5.7, so i can't

by the way can you put me through that SSH thing
Re: How Do You Deploy Laravel Lumen 5.7 On The Server by makavele: 12:14pm On Feb 05, 2019
It says you have a syntax error; you might as well want to check the Repository.php file and paste the contents here in quotes.

a better .htaccess file (to be put in root folder of project)

<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
</IfModule>

RewriteEngine On

# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]

# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

RewriteRule ^.env - [F,L,NC]

</IfModule>

Finally, like you already know artisan cli commands are run via the terminal. Thus, you need ssh access
to be able to replicate such commands in production. It would be a pain
to always run production locally before shipping to "server"
Re: How Do You Deploy Laravel Lumen 5.7 On The Server by cbrass(m): 7:49am On Feb 06, 2019
makavele:
It says you have a syntax error; you might as well want to check the Repository.php file and paste the contents here in quotes.

a better .htaccess file (to be put in root folder of project)



Finally, like you already know artisan cli commands are run via the terminal. Thus, you need ssh access
to be able to replicate such commands in production. It would be a pain
to always run production locally before shipping to "server"

Thank you bro, i already sorted it out, it was an htaccess issue

(1) (Reply)

Help, Problem With My Electronics Control Group Design Project With RASPBERRYPI/ / How Do I Solve This Python (anaconda) Problem / 99read Review - Can You Make Money With 99read In 2022 And Beyond.

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 23
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.