Infinity free hosting | Host your Laravel APP

Поділитися
Вставка
  • Опубліковано 11 вер 2024
  • 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.

КОМЕНТАРІ • 352

  • @iCodeZilla
    @iCodeZilla  3 роки тому +6

    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 3 роки тому

      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

  • @AnjaliPatel-uw4tf
    @AnjaliPatel-uw4tf 21 день тому +2

    great ..., this is what i want. I have hosted my laravel apps just because of this video

  • @meysaputri6212
    @meysaputri6212 2 роки тому +2

    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

  • @ay1em287
    @ay1em287 2 роки тому +4

    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

  • @croanna_
    @croanna_ 11 місяців тому +2

    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_ 11 місяців тому +2

      3 days later it worked :D

    • @iCodeZilla
      @iCodeZilla  11 місяців тому

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

    • @AmineWebDev
      @AmineWebDev 5 місяців тому

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

  • @imscientist7859
    @imscientist7859 3 роки тому +4

    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 роки тому +1

      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.

  • @rajbanothe1954
    @rajbanothe1954 Рік тому +1

    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.

  • @abdessamadsedki6633
    @abdessamadsedki6633 Рік тому +2

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

  • @noreenriaz2138
    @noreenriaz2138 3 роки тому +5

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

  • @RayRay-yt5pe
    @RayRay-yt5pe 3 роки тому +2

    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  3 роки тому

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

  • @elmomahupil
    @elmomahupil 3 роки тому +3

    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 роки тому +2

      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 роки тому +1

      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 роки тому +1

      Thankyou for your feedback sir

    • @iCodeZilla
      @iCodeZilla  3 роки тому

      @@elmomahupil My pleasure

  • @dfordemo981
    @dfordemo981 Рік тому +1

    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  Рік тому +1

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

    • @dfordemo981
      @dfordemo981 Рік тому

      @@iCodeZilla ☺☺☺

  • @jefersonpn
    @jefersonpn Рік тому +1

    Congratulations ! I liked you video....

  • @kamalCode
    @kamalCode 3 роки тому +4

    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 роки тому +1

      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

  • @fernandezjasper
    @fernandezjasper 8 місяців тому

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

  • @makna_
    @makna_ Рік тому +2

    It shows This page isnt working. Error 500

    • @iCodeZilla
      @iCodeZilla  Рік тому

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

    • @AnjaliPatel-uw4tf
      @AnjaliPatel-uw4tf 21 день тому

      same. have you solved it ?

  • @dfordemo981
    @dfordemo981 Рік тому +1

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

  • @shifa543
    @shifa543 3 роки тому +2

    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?

  • @kouzokiodin3623
    @kouzokiodin3623 2 місяці тому +1

    DUDE YOU SAVED MY LIFE THANK U SO MUCH

  • @rabiinfoworld
    @rabiinfoworld 3 роки тому +3

    Thanks sir I am really impressed 💯

    • @iCodeZilla
      @iCodeZilla  3 роки тому

      Thank you for your feedback.

  • @farajacod3717
    @farajacod3717 Рік тому

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

    • @iCodeZilla
      @iCodeZilla  Рік тому +1

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

  • @yodarazak5871
    @yodarazak5871 3 роки тому +2

    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.

  • @nam7634
    @nam7634 3 місяці тому

    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 ?

  • @cambojabr2490
    @cambojabr2490 9 місяців тому +1

    call route laravel in infinityfree in Insomnia???

  • @alisopla3493
    @alisopla3493 Рік тому +1

    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

  • @ethioprogrammingtips6917
    @ethioprogrammingtips6917 Рік тому +1

    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

  • @MilanSolanki-l7w
    @MilanSolanki-l7w 5 місяців тому +1

    thank you brother for helping me it's working perfectly

  • @petmalu671
    @petmalu671 3 роки тому +2

    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

  • @luthfiyyahamari7464
    @luthfiyyahamari7464 2 роки тому +1

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

  • @user-fi2pd2ro2h
    @user-fi2pd2ro2h Рік тому +1

    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.

  • @chidiebere
    @chidiebere 3 роки тому +2

    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?
      ua-cam.com/video/xjPkD0aXyPs/v-deo.html

    • @iCodeZilla
      @iCodeZilla  3 роки тому

      But these features might not be available in free hosting.

  • @wahyualfandi611
    @wahyualfandi611 3 роки тому +1

    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.

  • @gfxrds7
    @gfxrds7 3 роки тому +4

    Thank you Sir !

  • @OhDeerNoises
    @OhDeerNoises Рік тому +1

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

  • @neverseebeforechannel48
    @neverseebeforechannel48 2 роки тому +1

    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

  • @realnigga6903
    @realnigga6903 3 роки тому +2

    what version of laravel did you installed?

    • @iCodeZilla
      @iCodeZilla  3 роки тому

      This version is 7.2.

    • @realnigga6903
      @realnigga6903 3 роки тому +1

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

    • @iCodeZilla
      @iCodeZilla  3 роки тому +1

      @@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.

  • @rondevPH
    @rondevPH Рік тому +1

    how to downgrade Laravel 9 to 8?

  • @yodarazak5871
    @yodarazak5871 3 роки тому +1

    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 роки тому +1

      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.

  • @bimaaria5356
    @bimaaria5356 3 роки тому +1

    it works. really good video. thank you sir

    • @iCodeZilla
      @iCodeZilla  3 роки тому

      Thank you my brother for your feedback.

  • @Dharmendrakewat123
    @Dharmendrakewat123 Рік тому +1

    the email was rejected by your email provider.

    • @iCodeZilla
      @iCodeZilla  Рік тому

      Their criteria might have changed.

  • @dfordemo981
    @dfordemo981 Рік тому

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

  • @adamantine001
    @adamantine001 3 роки тому +3

    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.

  • @aurora_vip
    @aurora_vip 3 роки тому +1

    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 роки тому +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?

  • @pedromartins5512
    @pedromartins5512 3 роки тому

    The best information about it. Awsome. Thanks

    • @iCodeZilla
      @iCodeZilla  3 роки тому

      So nice of you.
      Thank you for your feedback.

  • @mibrahim4245
    @mibrahim4245 2 роки тому +1

    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  2 роки тому

      You can downgrade laravel version.

    • @iCodeZilla
      @iCodeZilla  2 роки тому

      Are you using laravel 8?

    • @mibrahim4245
      @mibrahim4245 2 роки тому

      @@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  2 роки тому

      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?

  • @codofile1909
    @codofile1909 25 днів тому

    Sir when i am trying to reset to get my ftp password.. The mail is not comming even though it is showing the screen thar mail has been sent..

    • @iCodeZilla
      @iCodeZilla  21 день тому

      Free hosting may have these kinds of issues, please try again

  • @whyme7316
    @whyme7316 3 роки тому +1

    Thanks you sir, it's really helping me

    • @iCodeZilla
      @iCodeZilla  3 роки тому

      Thank you so much for your feedback. Really appreciated.

  • @danielhat4440
    @danielhat4440 3 роки тому

    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.

  • @hello_Subham
    @hello_Subham 2 місяці тому

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

    • @iCodeZilla
      @iCodeZilla  2 місяці тому

      try zip and extract using filemanager in your hosting.

  • @yogamahendra1290
    @yogamahendra1290 2 роки тому +1

    Which speed better heroku or infinity free?

    • @iCodeZilla
      @iCodeZilla  2 роки тому

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

  • @dizzyplayz8206
    @dizzyplayz8206 2 роки тому

    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.

  • @visheshaylani295
    @visheshaylani295 3 роки тому

    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

  • @hideandsick5124
    @hideandsick5124 11 днів тому

    my admin in mysqldatabase in panel didnt work i follow the env steps any suggestions?

    • @hideandsick5124
      @hideandsick5124 11 днів тому

      but i have config.php in htdocs\vendor\laravel\framework\src\Illuminate\Support\Facades

    • @iCodeZilla
      @iCodeZilla  4 дні тому

      is your mysql extension enabled in php.ini

  • @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.

  • @robertkwesiamoah
    @robertkwesiamoah 9 місяців тому

    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  9 місяців тому +1

      check inside Storage/app/public folder.

    • @robertkwesiamoah
      @robertkwesiamoah 9 місяців тому

      @@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 9 місяців тому

      @@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 9 місяців тому

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

    • @iCodeZilla
      @iCodeZilla  9 місяців тому

      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.

  • @rorv
    @rorv 2 роки тому

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

    • @iCodeZilla
      @iCodeZilla  2 роки тому +1

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

  • @rachidlharime
    @rachidlharime 3 роки тому +1

    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.

  • @jecoy9413
    @jecoy9413 3 роки тому

    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 2 місяці тому

      @@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

  • @as269
    @as269 2 роки тому

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

  • @stephenlau2845
    @stephenlau2845 3 роки тому

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

    • @iCodeZilla
      @iCodeZilla  3 роки тому

      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.

  • @itzseben
    @itzseben 3 роки тому

    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?

  • @benedictusjason4047
    @benedictusjason4047 2 місяці тому

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

    • @iCodeZilla
      @iCodeZilla  2 місяці тому

      Maybe your vendor folder is partially uploaded.

  • @itsnaeemraza
    @itsnaeemraza 3 роки тому +3

    Thank you man. You saved my ass

    • @iCodeZilla
      @iCodeZilla  3 роки тому

      Thank you for your feedback.

  • @houchandara7186
    @houchandara7186 Рік тому

    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  Рік тому

      Please change your php version

    • @boukbirmohamed5990
      @boukbirmohamed5990 Рік тому

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

    • @samueldorcas5886
      @samueldorcas5886 Рік тому

      ​@@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  Рік тому

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

  • @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.

  • @damianfallon
    @damianfallon Рік тому

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

  • @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 Рік тому

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

    • @iCodeZilla
      @iCodeZilla  Рік тому

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

  • @ssakahify
    @ssakahify 3 роки тому

    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

  • @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?

  • @daviddprtma
    @daviddprtma Рік тому

    What laravel version are you using in this tutorial??

  • @vitoraraujo7884
    @vitoraraujo7884 2 роки тому

    how do I access my domain website?

  • @nimanthapriyasadh6634
    @nimanthapriyasadh6634 Рік тому

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

  • @haseebmabood9101
    @haseebmabood9101 2 роки тому

    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.

  • @gurramkondabhargav8340
    @gurramkondabhargav8340 4 місяці тому

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

    • @iCodeZilla
      @iCodeZilla  4 місяці тому

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

    • @iCodeZilla
      @iCodeZilla  4 місяці тому

      Otherwise you can use postman.

  • @fathimaumar9417
    @fathimaumar9417 3 роки тому +1

    Very helpfull, thanks

    • @iCodeZilla
      @iCodeZilla  3 роки тому

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

  • @allgameplay4188
    @allgameplay4188 2 роки тому

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

    • @iCodeZilla
      @iCodeZilla  2 роки тому +1

      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

  • @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.

  • @rcadaer1200
    @rcadaer1200 9 місяців тому

    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  9 місяців тому

      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 9 місяців тому

      @@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  9 місяців тому

      @@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  9 місяців тому

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

  • @jakenottheripper476
    @jakenottheripper476 Рік тому

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

  • @danielhat4440
    @danielhat4440 3 роки тому

    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.

  • @reginaldbarrows1003
    @reginaldbarrows1003 9 місяців тому

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

    • @iCodeZilla
      @iCodeZilla  9 місяців тому

      Yes. It will host the same way.

  • @ravlybonus2242
    @ravlybonus2242 Рік тому

    Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0".

  • @gousejaheer3883
    @gousejaheer3883 11 місяців тому

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

    • @iCodeZilla
      @iCodeZilla  11 місяців тому

      try changing your internet or try some other day.

  • @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

  • @user-lr2no1uf6e
    @user-lr2no1uf6e Рік тому

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

  • @hamohovhannisyan9587
    @hamohovhannisyan9587 9 місяців тому

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

    • @iCodeZilla
      @iCodeZilla  9 місяців тому

      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.

  • @dionmarlariosa6681
    @dionmarlariosa6681 2 роки тому

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

  • @imranyahya69
    @imranyahya69 2 роки тому

    not worked for me

  • @yodarazak5871
    @yodarazak5871 3 роки тому +1

    hi help me configure the storage path

    • @iCodeZilla
      @iCodeZilla  3 роки тому

      I will make a video on this

  • @mulugetabelay834
    @mulugetabelay834 8 місяців тому

    You r a life saver, bro!

  • @JuniorTeixeiraDev
    @JuniorTeixeiraDev 6 місяців тому

    how can i to run my laravel migrations ?

    • @iCodeZilla
      @iCodeZilla  6 місяців тому

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

  • @wildfireDZ
    @wildfireDZ 8 місяців тому

    By putting your app code inside subfolder public/laravel, you are exposing your source code. It can be accessible from the url. DON'T DO IT

    • @iCodeZilla
      @iCodeZilla  8 місяців тому

      No, Laravel doesn't treats this folder as public. When you try storing something, It will use the public folder inside the laravel folder.

  • @samiulislamsharan
    @samiulislamsharan 6 місяців тому

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

    • @iCodeZilla
      @iCodeZilla  6 місяців тому +1

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

    • @samiulislamsharan
      @samiulislamsharan 6 місяців тому

      @@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  6 місяців тому +1

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

  • @TechInstructorHub
    @TechInstructorHub Рік тому

    Not work

  • @AmineWebDev
    @AmineWebDev 5 місяців тому

    how can i update my project on the serveur

    • @iCodeZilla
      @iCodeZilla  5 місяців тому

      Please explain your query in details.

  • @-0-__-0-
    @-0-__-0- Місяць тому

    Damn an entire vendor folder?

  • @mariobabic9326
    @mariobabic9326 4 місяці тому +1

    thank you man i love u

    • @iCodeZilla
      @iCodeZilla  4 місяці тому

      Glad I could help

    • @mariobabic9326
      @mariobabic9326 4 місяці тому

      @@iCodeZilla theres always some guy with indian accent saving the day after youve failed trying for hours. thank you very much my brother

    • @iCodeZilla
      @iCodeZilla  4 місяці тому

      Hahaha. Love you man

  • @wesleyyandotantra6662
    @wesleyyandotantra6662 3 роки тому

    Does it really take that long to upload the files?

    • @wesleyyandotantra6662
      @wesleyyandotantra6662 3 роки тому

      It literally takes forever to upload the "vendor" folder

    • @iCodeZilla
      @iCodeZilla  3 роки тому +1

      Using filezilla yes. This is free hosting. doesn't support zip files at that time. So this was the only way to do it. The reason they put us in pain to get their premium hosting.

    • @wesleyyandotantra6662
      @wesleyyandotantra6662 3 роки тому +1

      @@iCodeZilla ah yes, I see, that makes sense. Thank you for the reply! Subscribed!

    • @iCodeZilla
      @iCodeZilla  3 роки тому

      Thank you for your support

  • @nimanthapriyasadh6634
    @nimanthapriyasadh6634 Рік тому

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

    • @iCodeZilla
      @iCodeZilla  Рік тому

      Because that needs some extra configuration.

    • @iCodeZilla
      @iCodeZilla  Рік тому

      to whitelist the ip.

  • @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.