Laravel upload in cPanel

Laravel upload in cPanel

Larademy Tutorials

7 лет назад

51,314 Просмотров

Laravel upload in cPanel. This tutorial show how to upload Laravel in cPanel.

Тэги:

#laravel #laravel_in_cPanel #upload_laravel_in_cPanel
Ссылки и html тэги не поддерживаются


Комментарии:

@prasanthn2
@prasanthn2 - 24.08.2020 19:07

I was scratching my head for one whole day with dat 500 error. U saved me. Thanks a lot bro.

Ответить
@williamdk2968
@williamdk2968 - 26.06.2020 13:03

Thanks sooooooooo mucn bro I have been struggling with this for many days. thanks again

Ответить
@eliabekun
@eliabekun - 28.04.2020 07:59

Hi! it's must to install laravel in the server?

Ответить
@yetesfaalemayehu301
@yetesfaalemayehu301 - 05.04.2020 01:04

great job

Ответить
@paimon2k
@paimon2k - 09.03.2019 19:27

do you know how to symlink in 000webhost for my laravel

Ответить
@sufeemymon
@sufeemymon - 30.09.2018 16:09

Thank u

Ответить
@PranoySinha
@PranoySinha - 02.09.2018 19:22

Nice - really easy to understand even not hearing your voice!

Ответить
@krishnak8886
@krishnak8886 - 21.05.2018 21:25

Good video, i am able to setup in server which i leased from datasoft networks ( www.datasoft.ws)

Ответить
@vrdelmnzano7331
@vrdelmnzano7331 - 09.05.2018 20:55

Thanks for this, even if I didn't heard your voice I truly understand the video.

Ответить
@hudsonromeu
@hudsonromeu - 03.05.2018 17:13

Man you just SAVE MY LIFE!!!! Awesome vídeo! Congrats man!

Ответить
@jppalmis2493
@jppalmis2493 - 17.12.2017 16:55

props to this man. you solve my almost month-long problem that drove me trying other php framework. with the help of this video, now I can do both :D

Ответить
@akiidwandhare
@akiidwandhare - 17.09.2017 07:39

What about public folder as I m fresher in laravel

Ответить
@RazvanTSibiu
@RazvanTSibiu - 29.08.2017 15:47

thank you

Ответить
@MeShimul
@MeShimul - 25.08.2017 21:06

My Gosh..
My Mind just Fucked!!

Ответить
@miebakso293
@miebakso293 - 25.08.2017 17:33

do we need to do php artisan serve somewhere in the cmd? how do u start laravel?

Ответить
@naylinaung3324
@naylinaung3324 - 06.08.2017 13:53

Nice!
I wanna know! how to connect database pls!

Ответить
@learnwithhabiburrahman
@learnwithhabiburrahman - 20.07.2017 07:21

Thanks Boos

Ответить
@surajjeswara
@surajjeswara - 09.06.2017 21:09

thank us ir it worked

Ответить
@surajjeswara
@surajjeswara - 09.06.2017 16:02

hello.. i read in a documentation that i must install a package manager, composer to host a laravel project.. isnt it required??

Ответить
@aerokurt1
@aerokurt1 - 11.05.2017 22:26

still not worknig

Ответить
@guruzone2288
@guruzone2288 - 24.04.2017 22:20

Should we even upload npm modules too?

Ответить
@MinahilSaeed
@MinahilSaeed - 04.04.2017 16:35

Can you please tell web hosting which supports laravel.?

Ответить
@slabestecuserban9926
@slabestecuserban9926 - 03.04.2017 22:14

Learn some english first

Ответить
@rafaelnaweb6049
@rafaelnaweb6049 - 31.03.2017 22:31

In my laravel 5.4 error:
ErrorException in ClassLoader.php line 440:
include(/home/mutranexportadora/www/vendor/composer/../laravel/framework/src/Illuminate/Foundation/Auth/Access/AuthorizesRequests.php): failed to open stream: No such file or directory

any idea ?

Ответить
@Creeping_Shadow
@Creeping_Shadow - 02.03.2017 02:04

my god it took ages to find a tutorial this simple and effective. It looks like you may have missed some htaccess stuff but this was still well done

Ответить
@lukabrajkovic4196
@lukabrajkovic4196 - 24.01.2017 23:31

from .htaccess in public remove :

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

for laravel 5.3

Ответить
@murilolivorato1489
@murilolivorato1489 - 14.01.2017 00:28

hello my friend , very good tutorial .I had done like this example .
It worked ok , the laravel folder I created at one place and the public folder , I created in the public folder . It worked ok .

But the probleme is when I gonna make a upload of a image , in my admin area . The image was suppose to go to my public folder/assets/images/myimage.jpg
but is goint to my laravel application ->
laravel/public/assets/images/myimage.jpg .



It seams that I need to change as well the public path directory to laravel make the upload outside the laravel structure folder ,and make the upload inside the root folder that I created ( the public ) do you know how I can do it ?

I make upload like this -
$file->move(public_path('/assets/temp'), $main_image_filename);
(It was supose to go to assets , but is going to local/laravel/public/assets.... )

Thanks my friend .

Ответить
@bensonnjunge348
@bensonnjunge348 - 06.09.2016 04:43

hi great tutorial. How would install if am using laravel 5.2 including the database connection

Ответить