Infinity free hosting | Host your Laravel APP

Ғылым және технология

Infinity free hosting wordpress website. Infinityfree nameservers epizy can also be linked to a domain. We can upload files using ftp over infinity free hosting. Infinity free auto deletes the zip files in free version. Many other hosting providers have file limits. But this hosting support enough number of files to host your website.

Пікірлер: 342

  • @iCodeZilla
    @iCodeZilla3 жыл бұрын

    If you are facing some issues after the deployment. Please use the following checklist: Also you should run npm run prod on your localhost then you don't need to upload the node_modules folder. 1. Make sure all files were uploaded in filezilla. 2. Make sure you have deleted the file called config.php from the cache folder. 3. If your application is working but some routes are not working then you need to play with your htaccess file. You can try the following htacess file: haxingtricks.blogspot.com/2020/12/infinity-free-web-hosting-host-your.html

  • @p40el

    @p40el

    3 жыл бұрын

    already replace htaccess, but routes are not working, can you create the tutorial to do that?

  • @CobraTateupdates

    @CobraTateupdates

    2 жыл бұрын

    I have a problem with accesing my backend when I log in to my admin panel it says missing manifest.json file but it is present , or it tells did I forget to run npm install && npm run dev, please help

  • @HercjayStudios

    @HercjayStudios

    2 жыл бұрын

    I followed everything carefully now I'm stuck with this error ReflectionException: Class config does not exist in laravel/framework/src/illuminate/container/container.php ... How can I fix this please?

  • @dfordemo981

    @dfordemo981

    Жыл бұрын

    i use phpstorm, and it offers ftp that is very easy and cool

  • @getfreedata2623

    @getfreedata2623

    Жыл бұрын

    @@dfordemo981 please which one is PHP storm

  • @rajbanothe1954
    @rajbanothe1954 Жыл бұрын

    Hello Sir! . I uploaded my SAAS-based Laravel project and made all changes as per your instructions, but I'm getting the error "VM388:182 crbug/1173575, non-JS module files deprecated." Please suggest.

  • @fernandezjasper
    @fernandezjasper7 ай бұрын

    I got an error sir after uploading all the files. Interface "Illuminate\Contracts\Pipeline\Pipeline" not found

  • @RayRay-yt5pe
    @RayRay-yt5pe2 жыл бұрын

    Is there anyway I can delete the vendor and npm modules and install them on the host's server? they seem to be slowing down my upload

  • @iCodeZilla

    @iCodeZilla

    2 жыл бұрын

    For shared hosting you cannot, because you cannot execute composer commands.

  • @croanna_
    @croanna_9 ай бұрын

    8:12 - when I click on Admin button, it doesn't work (error = The page isn’t redirecting properly. Firefox has detected that the server is redirecting the request for this address in a way that will never complete.) It won't open PhpMyAdmin dashboard. Did someone have similar problem?

  • @croanna_

    @croanna_

    9 ай бұрын

    3 days later it worked :D

  • @iCodeZilla

    @iCodeZilla

    9 ай бұрын

    That's great. Usually this happens due to internet instability.

  • @AmineWebDev

    @AmineWebDev

    3 ай бұрын

    @@croanna_ i changed the password manually. then it worked immediately. i read it on infeenity comments.

  • @abdessamadsedki6633
    @abdessamadsedki6633 Жыл бұрын

    i can t acces to phpmyadmin to upload the sql script there is any other way to do it ??

  • @wahyualfandi611
    @wahyualfandi6113 жыл бұрын

    hello, do they give storage access for saving images or uploading document from our laravel app?

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    Hi, You can set your storage to public folder. I'm not sure how many files you can upload, but I'm sure there will be some limit for it. May be you check their FAQ pages etc.

  • @nam7634
    @nam7634Ай бұрын

    when i try to upload to file manager it cannot upload, even though my file is just 78MB and I am using the free version ? Can someone help me pls ?

  • @salmimohamed328
    @salmimohamed3282 жыл бұрын

    i get this erreur : No application encryption key has been specified help plz

  • @cambojabr2490
    @cambojabr24908 ай бұрын

    call route laravel in infinityfree in Insomnia???

  • @noreenriaz2138
    @noreenriaz21383 жыл бұрын

    Nice Sir, I was having issue with FTP password. Thanks for sharing recovery method.

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    Happy to help

  • @imscientist7859
    @imscientist78593 жыл бұрын

    whoops, looks like something went wrong. im using laravel 5.4 and php 5.6. how do i debug this? (1/1) RuntimeException The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key length. The app_key in .env file are already filled, i already type php artisan key:generate, php artisan config:clear and php artisan config:cache. then i upload back. still the same....

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    Have you make sure that while uploading your laravel APP, all of the files were uploaded, there was nothing in failed. If there was something in failed section, then you must send them to queue again.

  • @imscientist7859

    @imscientist7859

    3 жыл бұрын

    @@iCodeZilla hmm, i noticed theres a failed files, i did re-queue. I guess i'll just upload all my files back just in case. *sigh.

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    @@imscientist7859 Sure.

  • @adamantine001
    @adamantine0013 жыл бұрын

    thank you for the tutorial, so basically my whole reason of my laravel app (beside login & register) is not connected to mysql db because I didn't put the contents of public folder into htdocs.

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    Great. Thank you for your feedback.

  • @petmalu671
    @petmalu6713 жыл бұрын

    Do we need to change the APP_URL in the .env file?

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    If you are not using that variable in backend, then don't need to change. By default Laravel is not using that variable for any purpose. But if developers has used it for some purpose then you have to change. Thanks

  • @dizzyplayz8206
    @dizzyplayz82062 жыл бұрын

    This is my first time hosting my laravel app. My laravel with vue js , do i need to run php artisan serve and npm run hot ? or it will automatically done . I already downloaded vendor and node_modules

  • @iCodeZilla

    @iCodeZilla

    2 жыл бұрын

    You can make a build on your local for vue js. by running following Command: npm run prod After this you don't need need to upload node_modules folder or any vue.js file. You can upload app.js from public folder.

  • @danielhat4440
    @danielhat44403 жыл бұрын

    Filemanager is sometimes lagging and forces me to log in, and I got an error said "Could not readline from socket". How does this happen, I've just used it yesterday?

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    Make sure you have stable internet connection.

  • @chidiebere
    @chidiebere3 жыл бұрын

    Yeah..Thanks alot.. My question: how do you make changes reflect on shared hosting when you push to github

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    I think you are looking for something like this? kzread.info/dash/bejne/qp6EzaZpkbvfgNY.html

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    But these features might not be available in free hosting.

  • @kamalCode
    @kamalCode3 жыл бұрын

    Sir, laravel support any version only 1year. If we make website laravel8 version. AFTER 2year, new version lanched. Does develoer needs to migrate 8to new 9 version or not. What will do

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    Hi DevKamal Saxena, Laravel version is updated almost every year and they are bringing more and more advance features to it. If you don't need those features to use, you don't need to update. There is one more situation like package and you want to use it and it is only available for new Laravel version, that could also be the reason to upgrade. Remember that, Laravel advance features always makes the development easy. You upgrade your project or not, but always keep yourself up to date with new features. Thank you

  • @elmomahupil
    @elmomahupil3 жыл бұрын

    Hi sir, I've followed all the process but when I'm importing my database, this error shows Access denied for user 'epiz_27505213'@'192.168.0.%' to database 'db_blog'

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    This means that your credentials are not valid. Also why you are using 192.168.0. this ip as host? You need to fix your credentials. You can recover them the same way I did.

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    Currently your hostname seems to be wrong. After fixing it, if still facing same issue then recover your credentials and get new details.

  • @elmomahupil

    @elmomahupil

    3 жыл бұрын

    Thankyou for your feedback sir

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    @@elmomahupil My pleasure

  • @benedictusjason4047
    @benedictusjason404727 күн бұрын

    Class "Illuminate\Support\Facades\Route" not found how do i fix this?

  • @iCodeZilla

    @iCodeZilla

    27 күн бұрын

    Maybe your vendor folder is partially uploaded.

  • @ay1em287
    @ay1em2872 жыл бұрын

    Hi, im finish all the process and i got error when try to open the website. Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.0.2". i already add "platform-check": false in composer.json on config area...but the error still didnt fix.

  • @asifka4235

    @asifka4235

    2 жыл бұрын

    Anyway to correct this problem

  • @hello_Subham
    @hello_SubhamАй бұрын

    vendor files taking too much time to upload while using filezilla is there any other options to upload vendor file ??

  • @iCodeZilla

    @iCodeZilla

    Ай бұрын

    try zip and extract using filemanager in your hosting.

  • @yodarazak5871
    @yodarazak58713 жыл бұрын

    Hi, this method is good, but with laravel there are some features that don't work like edit mode

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    The edit mode should work normally. Can you post the error details if you received any? Or send me some further details on this.

  • @farajacod3717
    @farajacod3717 Жыл бұрын

    Hello... I'm having an error when opening phpmyadmin on cpanel. It is saying "too many redirects"

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    Please try another time or with some different internet. I had to went through the same.

  • @ethioprogrammingtips6917
    @ethioprogrammingtips6917 Жыл бұрын

    Sur when i try to access it sayes Your composer dependency require version >=8.1.0

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    Please change your php version to 8.1

  • @itzseben
    @itzseben3 жыл бұрын

    hey sir, thanks for the video. i've been following all the steps, but i keep getting "500 Whoops, something went wrong on our servers." what can i do to fix it? thanks !

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    Have you checked the php version?

  • @vitoraraujo7884
    @vitoraraujo78842 жыл бұрын

    how do I access my domain website?

  • @raksmala
    @raksmala Жыл бұрын

    hi, i get a http error 500. that my web is currently unable to handle this request

  • @eaglez9118

    @eaglez9118

    10 күн бұрын

    Do you solve this ?

  • @alisopla3493
    @alisopla3493 Жыл бұрын

    Thank you great work❤ But i have a question, what if my project is linked to docker container containing servers and database how to access them . Thank you

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    Thank you for your feedback.

  • @mibrahim4245
    @mibrahim4245 Жыл бұрын

    Thank you for this .. but what if I am uploading even a native and simple php app but I am using composer with it (used it to download Carbon library) .. the first issue I got was that php version in composer checks for version 8.1 while the php version on the host is 7.4 .. so I edited the platform_check file in composer directory and changed it to check for 7.4 instead of 8.1 and it worked .. BUT .. I got errors on using carbon library and I had to remove everything related to Carbon in my code .. what is the solution for this .. THANKS

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    You can downgrade laravel version.

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    Are you using laravel 8?

  • @mibrahim4245

    @mibrahim4245

    Жыл бұрын

    @@iCodeZilla I am only using php native with no frameworks .. And only Carbon as a library .. How can I downgrade the version of it now ...

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    According to official documentation for carbon, the latest version should work with: 2.x version requires PHP 7.1.8+. I hope you are using 2.x version. not greater than this?

  • @ssakahify
    @ssakahify3 жыл бұрын

    Interface 'Illuminate\Contracts\Broadcasting\Factory' not found i got this error. now how to resolve this.

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    Make sure you have latest version of php and have uploaded all files

  • @makna_
    @makna_ Жыл бұрын

    It shows This page isnt working. Error 500

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    Please check with your php version. and also set app debug to true

  • @abdulhameedyusuff4931
    @abdulhameedyusuff4931 Жыл бұрын

    Thank you! This worked. But all my routes end up having a ?i=2 or ?i=1 or ?i=3 and end up messing with my post requests. Can you help with a solution?

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    Solution provided on email.

  • @meysaputri6212
    @meysaputri62122 жыл бұрын

    Thank you. I can hosting my laravel apps because of this video🔥

  • @iCodeZilla

    @iCodeZilla

    2 жыл бұрын

    Great to hear!

  • @priya4023

    @priya4023

    2 жыл бұрын

    Could not connect to server

  • @warseno2415

    @warseno2415

    2 жыл бұрын

    halo meysa kamu pasti orang indo

  • @meysaputri6212

    @meysaputri6212

    2 жыл бұрын

    @@warseno2415 ya, ketebak dari namanya ya?

  • @warseno2415

    @warseno2415

    2 жыл бұрын

    @@meysaputri6212 wkwk iy

  • @jecoy9413
    @jecoy94133 жыл бұрын

    why is that when i open/connect to my mysql database or phpmyadmin it always reloads instead of redirecting me to the phpmyadmin , it redirects me to an ip address e.g 185.27.134.10/db_structure.php?db= and reloads the browser nonstop

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    I have showed two ways. Have tried both of them?

  • @salaccarljosepht.8681

    @salaccarljosepht.8681

    Ай бұрын

    @@iCodeZilla Im also having the same problem, Ive tried the 2 ways but still not working, can you suggest me what to do? Thank you sir

  • @OhDeerNoises
    @OhDeerNoises Жыл бұрын

    THANK YOU SO MUCH!! MUCHAS GRACIAS!! You help me a lote with this video!!

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    Glad it helped!

  • @ansharora9331
    @ansharora93316 ай бұрын

    sir im getting a blank page with nothing on it, though there are no problems in the local deployment

  • @iCodeZilla

    @iCodeZilla

    6 ай бұрын

    inside .env file, please make App_Debug=true to show errors and also you can check error logs inside laravel storage folder.

  • @dfordemo981
    @dfordemo981 Жыл бұрын

    please make a video on how can contribute to open source projects on github

  • @rachidlharime
    @rachidlharime3 жыл бұрын

    anyway to use migration instead of export and import sql code ?

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    You can also do without export and import. You need to configure the mysql configuration correctly and after that just execute your project directly without importing the sql script. It will show you some error that this table doesn't exist and you might forgot to run migrations. And it will also display you the Run Migration button. Just click that. and there you go.

  • @seif-eddinesegueni548

    @seif-eddinesegueni548

    2 жыл бұрын

    @@iCodeZilla hey I tired it didn't work it tells me Something went wrong when executing the solution. Please try refreshing the page and try again.

  • @visheshaylani295
    @visheshaylani2953 жыл бұрын

    The page is not working message is showing in browser to me after making all the changes you addressed in the video. Please guide how to fix it.

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    Please read my first pinned comment. That has some checklist. After that please let me know. I hope that would help you. Also you can connect me on skype. rashidabbas7864

  • @aurora_vip
    @aurora_vip3 жыл бұрын

    good work! i just wanna ask if it's possible to make API requests for the data in the database from a flutter mobile app ?

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    Hi, yes sure, you can create apis and deploy over hosting. But you should keep in mind that the response will be a bit slower than premium ones.

  • @dfordemo981

    @dfordemo981

    Жыл бұрын

    you mean you want to host your API on infinityfree?

  • @luthfiyyahamari7464
    @luthfiyyahamari74642 жыл бұрын

    thank you! but i have a question. which filezilla that we use? client or server? thank you

  • @iCodeZilla

    @iCodeZilla

    2 жыл бұрын

    FileZilla Client

  • @user-fi2pd2ro2h
    @user-fi2pd2ro2h Жыл бұрын

    InvalidArgumentException Please provide a valid cache path. While hosting laravel website

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    You need to delete the cache files. As I deleted in this video.

  • @stephenlau2845
    @stephenlau28452 жыл бұрын

    Hi, Thanks for your sharing....is it can use Laravel TALL too under infinity free environment ?

  • @iCodeZilla

    @iCodeZilla

    2 жыл бұрын

    I would say, if you can host your Laravel Tall on shared hosting, then surely you can do on this free version as well. As far as number of allowed files not reached.

  • @rorv
    @rorv2 жыл бұрын

    when I go to the domain, the browser screen turns white. What should i do?

  • @iCodeZilla

    @iCodeZilla

    2 жыл бұрын

    May be your internet issue, Have you tried with different internet network.

  • @dfordemo981
    @dfordemo981 Жыл бұрын

    awesome and brilliant ____ thanks for so much details you have shared with us

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    Glad you liked it

  • @shifa543
    @shifa5433 жыл бұрын

    phpmyadmin isn't starting ; showing this error. do you know how to fix it? This page isn’t working185.27.134.10 redirected you too many times. Try clearing your cookies. ERR_TOO_MANY_REDIRECTS

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    I think I showed two ways in this video. Other is not working? I know the same error was happening to me.

  • @shifa543

    @shifa543

    3 жыл бұрын

    @@iCodeZilla later it got resolved :), but now the account is suspended. :'(

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    @@shifa543 May be you uploaded something wrong

  • @zakiarahmoune7458

    @zakiarahmoune7458

    2 жыл бұрын

    Have you fix it please?

  • @muhammadnajmuddinbinamdan6604
    @muhammadnajmuddinbinamdan6604 Жыл бұрын

    Hi sir, after I finished uploading my project and setup my database, it displays "Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.0.2" ". Can I know how to fix this?

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    Please make sure you have the same php version on that server as your local.

  • @samueldorcas5886

    @samueldorcas5886

    10 ай бұрын

    ​@@iCodeZillahow do we make sure of that? Anywhere to check PHP version on the server?

  • @iCodeZilla

    @iCodeZilla

    10 ай бұрын

    Please create php file on that hosting. And write following code: phpinfo(); This will print all details. related to php version and extensions available.

  • @robertkwesiamoah
    @robertkwesiamoah8 ай бұрын

    The video was helpful. But i have a question. With laravel, a symlink is created when dealing with storage of files. I am finding it difficult to get the files ones they are uploaded onto the server. Any help?

  • @iCodeZilla

    @iCodeZilla

    8 ай бұрын

    check inside Storage/app/public folder.

  • @robertkwesiamoah

    @robertkwesiamoah

    8 ай бұрын

    @@iCodeZilla the symlink doesn't seem to work. I even created a route that runs storage:link artisan command. The files get stored in storage/app/public but they are not accessible from url/storage/

  • @robertkwesiamoah

    @robertkwesiamoah

    8 ай бұрын

    @@iCodeZilla the symlink doesn't seem to work. I even created a route that runs storage:link artisan command. The files get stored in storage/app/public but they are not accessible from url/storage/

  • @robertkwesiamoah

    @robertkwesiamoah

    8 ай бұрын

    I worked around it by uploading public files directly into a storage folder in htdocs.

  • @iCodeZilla

    @iCodeZilla

    8 ай бұрын

    If you are not able to store files inside a storage folder then its possible that you are using shared hosting and it doesn't support this. So you can directly upload to public folder. which is bit insecure but you can set the permissions.

  • @damianfallon
    @damianfallon Жыл бұрын

    Is there a limit on filesize for uploading to infinityfree. Thanks

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    Sorry, I'm not sure about it.

  • @hamohovhannisyan9587
    @hamohovhannisyan95877 ай бұрын

    my project in server, i need a to write npm run dev

  • @iCodeZilla

    @iCodeZilla

    7 ай бұрын

    Just run the following on your local: run npm prod then compiled results will be under public folder. In that case you don't need to run above command over hosting and also don't need to upload node_modules.

  • @yodarazak5871
    @yodarazak58713 жыл бұрын

    when you edit it's ok, but if you validate the redirection, put Not Found The requested URL was not found on this server.

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    Okay. May be you need to play with your htaccess file. If your redirections are not working.

  • @yodarazak5871

    @yodarazak5871

    3 жыл бұрын

    can You help me

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    @yoda razak haxingtricks.blogspot.com/2020/12/infinity-free-web-hosting-host-your.html Please backup your existing .htacces file in public folder and replace that with this one. and upload it online and try.

  • @yodarazak5871

    @yodarazak5871

    3 жыл бұрын

    thank you for your promptness. God bless you

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    @@yodarazak5871 You Welcome :-) Let me know after checking this. Hopefully this will work.

  • @dionmarlariosa6681
    @dionmarlariosa66812 жыл бұрын

    Do i need to have a filezela? To use infinity to upload

  • @iCodeZilla

    @iCodeZilla

    2 жыл бұрын

    Better to use it.

  • @gfxrds7
    @gfxrds73 жыл бұрын

    Thank you Sir !

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    You welcome :-)

  • @3bdo_masr
    @3bdo_masr Жыл бұрын

    Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0". how can i fix that error

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    change your hosting php version to 8.1 because you are using the latest version of laravel.

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    otherwise use the lower version of laravel.

  • @allgameplay4188
    @allgameplay41882 жыл бұрын

    why i get this Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.0.2".

  • @iCodeZilla

    @iCodeZilla

    2 жыл бұрын

    Your php version issue. Please make it 8.0.2

  • @asifka4235

    @asifka4235

    2 жыл бұрын

    @@iCodeZilla anyway to correct it

  • @iCodeZilla

    @iCodeZilla

    2 жыл бұрын

    @@asifka4235 try laravel 7

  • @asifka4235

    @asifka4235

    2 жыл бұрын

    @@iCodeZilla laravel 8

  • @as269
    @as2692 жыл бұрын

    I see u already upload node modules Is that mean u can run javascript on your project live?

  • @iCodeZilla

    @iCodeZilla

    2 жыл бұрын

    yes.

  • @user-lr2no1uf6e
    @user-lr2no1uf6e11 ай бұрын

    thanks... but ... deploy my project and the routes inside my project no worhing

  • @iCodeZilla

    @iCodeZilla

    11 ай бұрын

    need to play with htaccess.

  • @houchandara7186
    @houchandara718611 ай бұрын

    Hi please help me i got this problem when i already done upload my laravel project when i go to my website it says: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0".

  • @iCodeZilla

    @iCodeZilla

    11 ай бұрын

    Please change your php version

  • @boukbirmohamed5990

    @boukbirmohamed5990

    10 ай бұрын

    how i can change version PHP i work with 8.1@@iCodeZilla

  • @samueldorcas5886

    @samueldorcas5886

    10 ай бұрын

    ​@@iCodeZillahow do we change the php version? Does that mean we'll need to delete the files and upload again to the server after changing the version

  • @iCodeZilla

    @iCodeZilla

    10 ай бұрын

    Guys, there is php version manager in each hosting. From there you can change your php version.

  • @neverseebeforechannel48
    @neverseebeforechannel482 жыл бұрын

    not work brother, how do you upload laravel + vue js it can use this follow this video

  • @iCodeZilla

    @iCodeZilla

    2 жыл бұрын

    For Vue, Just build your project using npm run prod on you local and don't need to upload node modules

  • @pedromartins5512
    @pedromartins55123 жыл бұрын

    The best information about it. Awsome. Thanks

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    So nice of you. Thank you for your feedback.

  • @rabiinfoworld
    @rabiinfoworld3 жыл бұрын

    Thanks sir I am really impressed 💯

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    Thank you for your feedback.

  • @dfordemo981
    @dfordemo981 Жыл бұрын

    please explain in demonstrative video that how we can host our laravel project (medium sized) on cheap hosting like rabhost, pakhost etc in pakistan, directly with bitbucket from a particular branch , setup ci/cd pipelines and workflow pushes with a chatting platform like discord or mattermost or any other, consider this and please make a series on how we can do that

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    Hey, Thank you so much for your feedback, I will surely consider your suggestions

  • @dfordemo981

    @dfordemo981

    Жыл бұрын

    @@iCodeZilla ☺☺☺

  • @rondevPH
    @rondevPH Жыл бұрын

    how to downgrade Laravel 9 to 8?

  • @jakenottheripper476
    @jakenottheripper476 Жыл бұрын

    i'm getting this error Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0".

  • @waveyofearth

    @waveyofearth

    Жыл бұрын

    hi! did u find a solution?

  • @jakenottheripper476

    @jakenottheripper476

    Жыл бұрын

    @@waveyofearth I change hosting provider

  • @waveyofearth

    @waveyofearth

    Жыл бұрын

    @@jakenottheripper476 may I know which hosting provider u used?

  • @iCodeZilla

    @iCodeZilla

    10 ай бұрын

    Infinity Free.

  • @jakenottheripper476

    @jakenottheripper476

    10 ай бұрын

    @@waveyofearth 000webhost

  • @caleesy
    @caleesy3 жыл бұрын

    i cant connect to mySQL database its said "this page is'nt working" how to fix this ?

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    Have you tried the way I should in my video? I know in the free version they have this issue, that is not your fault. :-(

  • @MohamedKhaled-oj6sz

    @MohamedKhaled-oj6sz

    3 жыл бұрын

    @@iCodeZilla create new account can solve the problem ??

  • @whyme7316
    @whyme73163 жыл бұрын

    Thanks you sir, it's really helping me

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    Thank you so much for your feedback. Really appreciated.

  • @auroraapps1853
    @auroraapps18532 жыл бұрын

    I have a public folder and have assets in that. So when I upload that It won't work please help

  • @iCodeZilla

    @iCodeZilla

    2 жыл бұрын

    Are you doing settings according to what I did? Also same directory structure?

  • @auroraapps1853

    @auroraapps1853

    2 жыл бұрын

    @@iCodeZilla yep

  • @iCodeZilla

    @iCodeZilla

    2 жыл бұрын

    Can you please send me url at: rashidabbas7864@gmail.com

  • @kouzokiodin3623
    @kouzokiodin362321 күн бұрын

    DUDE YOU SAVED MY LIFE THANK U SO MUCH

  • @iCodeZilla

    @iCodeZilla

    21 күн бұрын

    Happy to help

  • @daviddprtma
    @daviddprtma Жыл бұрын

    What laravel version are you using in this tutorial??

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    Laravel 7

  • @Usman-xu1sj
    @Usman-xu1sj Жыл бұрын

    Hello Sir After upload I don't access my project through free subdomain When I search I see a Directory listing page Page name routing How can I display my project file I just see all files name size etc

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    was there any index file at the subdomain root?

  • @Usman-xu1sj

    @Usman-xu1sj

    Жыл бұрын

    ​After everything done Seeing this error Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0".

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    please upgrade your php version please.

  • @realnigga6903
    @realnigga69033 жыл бұрын

    what version of laravel did you installed?

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    This version is 7.2.

  • @realnigga6903

    @realnigga6903

    3 жыл бұрын

    @@iCodeZilla can i host my laravel app version 8 also ?

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    @@realnigga6903 I will say yes, as far as the hosting has the php version >= 7.3. To check the hosting version, you can use following code: If the php version is 7.3 or higher. Then you can host Laravel 8 without any problem. Otherwise some features might not work.

  • @JuniorTeixeiraDev
    @JuniorTeixeiraDev4 ай бұрын

    how can i to run my laravel migrations ?

  • @iCodeZilla

    @iCodeZilla

    4 ай бұрын

    You can run using ssh terminal. Or can make route calling artisan command.

  • @reginaldbarrows1003
    @reginaldbarrows10037 ай бұрын

    Does it host my API too? I used my laravel application mainly for API

  • @iCodeZilla

    @iCodeZilla

    7 ай бұрын

    Yes. It will host the same way.

  • @hamletavagyan4928
    @hamletavagyan4928 Жыл бұрын

    Hi. Thanks for video but I have error. Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.0.2". How can i fix my mistake?

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    Upgrade php version to the suggested one. Or downgrade the laravel version.

  • @hamletavagyan4928

    @hamletavagyan4928

    Жыл бұрын

    @@iCodeZilla when i upgrade php version will it affect my website performance?

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    @@hamletavagyan4928 Performance will be positive.

  • @Dharmendrakewat123
    @Dharmendrakewat123 Жыл бұрын

    the email was rejected by your email provider.

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    Their criteria might have changed.

  • @gousejaheer3883
    @gousejaheer38839 ай бұрын

    For me the php my admin is not opening. could you please help with this error?

  • @iCodeZilla

    @iCodeZilla

    9 ай бұрын

    try changing your internet or try some other day.

  • @gurramkondabhargav8340
    @gurramkondabhargav83402 ай бұрын

    We can access the url in mobile And for same url we can write the API calls

  • @iCodeZilla

    @iCodeZilla

    2 ай бұрын

    Yes you can access the api url through your phone if the api type is GET

  • @iCodeZilla

    @iCodeZilla

    2 ай бұрын

    Otherwise you can use postman.

  • @ellwannn3339
    @ellwannn33393 жыл бұрын

    help pls sir, i got 404 page not found after doing login

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    I think you need to play with your htaccess file. Please backup your current file and replace that with this one from the link: drive.google.com/file/d/1lpPr_iEWb9DY7rhKw-QVt4J--2x0UrNa/view?usp=sharing The htacess file must be inside public folder.

  • @jefersonpn
    @jefersonpn Жыл бұрын

    Congratulations ! I liked you video....

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    Thank you

  • @rcadaer1200
    @rcadaer12007 ай бұрын

    Hey, I have an issue with my application because it uses Vite, so I have to run "npm run dev." Do you have any solutions?

  • @iCodeZilla

    @iCodeZilla

    7 ай бұрын

    You should run this command on local. npm run prod this will build files in public folder. you don't actually need to upload node_modules on hosting.

  • @rcadaer1200

    @rcadaer1200

    7 ай бұрын

    @@iCodeZilla It worked, but I have another issue regarding image uploads because when uploading images, we need to run `php artisan storage:link`. Do you have any solutions?

  • @iCodeZilla

    @iCodeZilla

    7 ай бұрын

    @@rcadaer1200 You can create a route to do this job. Route::get('generate', function (){ \Illuminate\Support\Facades\Artisan::call('storage:link'); echo 'linking done'; });

  • @iCodeZilla

    @iCodeZilla

    7 ай бұрын

    @@rcadaer1200 Also keep an eye if the assets paths are correct. you can check by view page source.

  • @bimaaria5356
    @bimaaria53563 жыл бұрын

    it works. really good video. thank you sir

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    Thank you my brother for your feedback.

  • @tanvirhossain3682
    @tanvirhossain3682 Жыл бұрын

    Filezilla takes long time to upload .what is the solution? Please make me know.

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    You can zip your files and unzip them from cpanel

  • @haseebmabood9101
    @haseebmabood91012 жыл бұрын

    Nice sir but I have a small issue that the image is not shown while uploading to database however it stores in database but not shown

  • @iCodeZilla

    @iCodeZilla

    2 жыл бұрын

    You need to fix asset() path in views files.

  • @AmineWebDev
    @AmineWebDev3 ай бұрын

    how can i update my project on the serveur

  • @iCodeZilla

    @iCodeZilla

    3 ай бұрын

    Please explain your query in details.

  • @ent.greatdesignmedia
    @ent.greatdesignmedia3 жыл бұрын

    MyPHPAdmin and MySQLD are not working. What will I do?

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    Try again after few moments with some stable internet connection. They have issue in free version.

  • @ent.greatdesignmedia

    @ent.greatdesignmedia

    3 жыл бұрын

    @@iCodeZilla I think so, because it's already 3 days and my web is still not working

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    @@ent.greatdesignmedia can you try using some vpn?

  • @yodarazak5871
    @yodarazak58713 жыл бұрын

    hi help me configure the storage path

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    I will make a video on this

  • @fathimaumar9417
    @fathimaumar94173 жыл бұрын

    Very helpfull, thanks

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    Thank you dear. Always happy to help. Thanks again for your feedback.

  • @yogamahendra1290
    @yogamahendra12902 жыл бұрын

    Which speed better heroku or infinity free?

  • @iCodeZilla

    @iCodeZilla

    2 жыл бұрын

    I never tried heroku, can't give my opinion 😐😶

  • @mulugetabelay834
    @mulugetabelay8347 ай бұрын

    You r a life saver, bro!

  • @iCodeZilla

    @iCodeZilla

    7 ай бұрын

  • @nimanthapriyasadh6634
    @nimanthapriyasadh6634 Жыл бұрын

    Why didn't open database on Xamp php my admin servr

  • @iCodeZilla

    @iCodeZilla

    10 ай бұрын

    Because that needs some extra configuration.

  • @iCodeZilla

    @iCodeZilla

    10 ай бұрын

    to whitelist the ip.

  • @imranyahya69
    @imranyahya692 жыл бұрын

    not worked for me

  • @samiulislamsharan
    @samiulislamsharan4 ай бұрын

    my images are now showing. how can i solve that?

  • @iCodeZilla

    @iCodeZilla

    4 ай бұрын

    please check the paths, if they are correct through inspect element.

  • @samiulislamsharan

    @samiulislamsharan

    4 ай бұрын

    @@iCodeZilla i found out the problem. the problem is i need to create a symbolic link to the public folder and to create a sym link i need to do a cron job. but the free plan doesn't allow me to do cron job to create a sym link. can you suggest any alternative solution?

  • @iCodeZilla

    @iCodeZilla

    4 ай бұрын

    You can run artisan command through routes as well. Search about it.

  • @hasanalsima2443
    @hasanalsima24432 жыл бұрын

    Can you share video for hostig yii2 advanced project please!!!

  • @iCodeZilla

    @iCodeZilla

    2 жыл бұрын

    Currently we don't have on our channel. Sorry for inconvenience.

  • @itsnaeemraza
    @itsnaeemraza3 жыл бұрын

    Thank you man. You saved my ass

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    Thank you for your feedback.

  • @denisgammyl.2129
    @denisgammyl.2129 Жыл бұрын

    does it work in laravel 9 ?

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    If hosting satisfy the php version requirements by the Laravel 9, then it should work.

  • @danielhat4440
    @danielhat44403 жыл бұрын

    Sorry, but I think you should not upload node_modules. At my project, nodemodule is too big and It will take too much time if uploading. I saw an solution on stackoverflow which said that upload all except nodemodule, then in server, we can run "npm i". So my question is, where and how can I run this on infinity free ?

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    You cannot run npm install on shared hosting. That is the reason we always upload vendor folder on shared hosting

  • @danielhat4440

    @danielhat4440

    3 жыл бұрын

    @@iCodeZilla Because my nodemodules contains a lot of files, and upload through filezilla take bunch of time. Can you give me some way to upload it? You said vendor folder shared hosting, so what is it used for? Thank you

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    @@danielhat4440 infinityfree doesn't support zip files. I think this is the only way to do it.

  • @danielhat4440

    @danielhat4440

    3 жыл бұрын

    @@iCodeZilla It wasted me 6 hours to upload the full nodemodules to filemanager in infinity free 😁. It looks a bit stupid but I'm using free version, I can't ask for specific tasks ^^

  • @iCodeZilla

    @iCodeZilla

    3 жыл бұрын

    @@danielhat4440 haha. yeah that's the only way for this. If it could have supported zip file. Then it was so easy.

  • @user-gy2vd3mn6e
    @user-gy2vd3mn6e3 ай бұрын

    thank you brother for helping me it's working perfectly

  • @iCodeZilla

    @iCodeZilla

    3 ай бұрын

    Always welcome

  • @nimanthapriyasadh6634
    @nimanthapriyasadh6634 Жыл бұрын

    Video is very good 😊 thanks you for your video.. greate video.

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    Thank you too

  • @nimanthapriyasadh6634

    @nimanthapriyasadh6634

    Жыл бұрын

    Why don't Database and backend work?

  • @iCodeZilla

    @iCodeZilla

    Жыл бұрын

    Can you please send the error?

  • @hieuFGG911
    @hieuFGG91110 күн бұрын

    Does it support php 8 version or higher?

  • @iCodeZilla

    @iCodeZilla

    10 күн бұрын

    You can check by using echo phpinfo();

  • @iCodeZilla

    @iCodeZilla

    10 күн бұрын

    Also you can try changing php version if that is possible.

Келесі