Laravel5 usage

Status
Not open for further replies.

d~l

New Member
Messages
1
Reaction score
0
Points
1
I created a free account just recently and have just completed adding Laravel5 framework manually. Laravel was first installed and tested in my Apache2 localhost.

Now before I go much further in development can you please explain if I can execute composer and artisan commands in the remote x10host.com site .. or (as I suspect with x10host.com shared hosting) I will have to apply composer and artisan commands in my localhost development site before uploading files to x10host.com? i.e. all laravel5 packages must be updated in localhost?

I used FileZilla as my FTP client.

My laravel5_base is located at same level as /public_html (for security)
and my index.php file in /public_html/laravel5/index.php refers to laravel5_base directory two levels up.

Incidentally (for the benefit of others who might try this manual installation of Laravel5) some older threads in this forum refer to Laravel4 installation and the file structure changed with release of Laravel5.
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi,

Unfortunately there is no way of executing composer. You would need to install your packages locally, and then upload them with FileZilla. ;)

Thank you,
 
Status
Not open for further replies.
Top