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
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
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?
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?
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.
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'
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.
It worked the first time, but then I had to make some changes in my layout, so I had to run the npm run build command again. When I updated the build files on the server the layout became misconfigured. What could be causing it?
Or you can upload the whole laravel project into the root folder and then move index.php from public to the root level where we have .env and then update the paths in index.php accordingly. This is more preferable way. I believe this would solve your problems
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
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....
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.
@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.
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.
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
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".
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
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
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
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?
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
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?
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.
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 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?
@@rcadaer1200 You can create a route to do this job. Route::get('generate', function (){ \Illuminate\Support\Facades\Artisan::call('storage:link'); echo 'linking done'; });
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?
Please create php file on that hosting. And write following code: phpinfo(); This will print all details. related to php version and extensions available.
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 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/
@@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/
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.
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.
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
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
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
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.
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?
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.
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.
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.
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 !
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
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 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 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 ^^
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.
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.
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
already replace htaccess, but routes are not working, can you create the tutorial to do that?
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
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?
i use phpstorm, and it offers ftp that is very easy and cool
@@dfordemo981 please which one is PHP storm
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?
3 days later it worked :D
That's great. Usually this happens due to internet instability.
@@croanna_ i changed the password manually. then it worked immediately. i read it on infeenity comments.
when I click on Admin button, it doesn't work :
error = The page isn’t redirecting properly.
i can t acces to phpmyadmin to upload the sql script
there is any other way to do it ??
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.
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'
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.
Currently your hostname seems to be wrong. After fixing it, if still facing same issue then recover your credentials and get new details.
Thankyou for your feedback sir
@@elmomahupil My pleasure
Sur when i try to access it sayes
Your composer dependency require version >=8.1.0
Please change your php version to 8.1
InvalidArgumentException
Please provide a valid cache path. While hosting laravel website
You need to delete the cache files. As I deleted in this video.
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
For shared hosting you cannot, because you cannot execute composer commands.
It worked the first time, but then I had to make some changes in my layout, so I had to run the npm run build command again. When I updated the build files on the server the layout became misconfigured. What could be causing it?
Can you check the assets path by viewing page source. those must be 404. means wrong path etc.
Or you can upload the whole laravel project into the root folder and then move index.php from public to the root level where we have .env and then update the paths in index.php accordingly.
This is more preferable way. I believe this would solve your problems
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
I think I showed two ways in this video. Other is not working? I know the same error was happening to me.
@@iCodeZilla later it got resolved :), but now the account is suspended. :'(
@@shifa543 May be you uploaded something wrong
Have you fix it please?
I got an error sir after uploading all the files. Interface "Illuminate\Contracts\Pipeline\Pipeline" not found
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....
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.
@@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.
@@imscientist7859 Sure.
when you edit it's ok, but if you validate the redirection, put
Not Found
The requested URL was not found on this server.
Okay. May be you need to play with your htaccess file. If your redirections are not working.
can You help me
@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.
thank you for your promptness. God bless you
@@yodarazak5871 You Welcome :-)
Let me know after checking this. Hopefully this will work.
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 ?
the email was rejected by your email provider.
Their criteria might have changed.
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.
Anyway to correct this problem
Class "Illuminate\Support\Facades\Route" not found
how do i fix this?
Maybe your vendor folder is partially uploaded.
not work brother, how do you upload laravel + vue js it can use this follow this video
For Vue, Just build your project using npm run prod on you local and don't need to upload node modules
why php and laravel so complicated to host not like nodejs easy method
Do we need to change the APP_URL in the .env file?
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
Hello... I'm having an error when opening phpmyadmin on cpanel. It is saying "too many redirects"
Please try another time or with some different internet. I had to went through the same.
call route laravel in infinityfree in Insomnia???
why i get this
Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.0.2".
Your php version issue. Please make it 8.0.2
@@iCodeZilla anyway to correct it
@@asifka4235 try laravel 7
@@iCodeZilla laravel 8
i'm getting this error
Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0".
hi! did u find a solution?
@@waveyofearth I change hosting provider
@@jakenottheripper476 may I know which hosting provider u used?
Infinity Free.
@@waveyofearth 000webhost
Hi,
this method is good, but with laravel there are some features that don't work like edit mode
The edit mode should work normally. Can you post the error details if you received any? Or send me some further details on this.
vendor files taking too much time to upload while using filezilla is there any other options to upload vendor file ??
try zip and extract using filemanager in your hosting.
thank you! but i have a question. which filezilla that we use? client or server? thank you
FileZilla Client
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".
Please change your php version
how i can change version PHP i work with 8.1@@iCodeZilla
@@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
Guys, there is php version manager in each hosting. From there you can change your php version.
how to downgrade Laravel 9 to 8?
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
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
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
You can downgrade laravel version.
Are you using laravel 8?
@@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 ...
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?
Interface 'Illuminate\Contracts\Broadcasting\Factory' not found i got this error. now how to resolve this.
Make sure you have latest version of php and have uploaded all files
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
was there any index file at the subdomain root?
After everything done
Seeing this error
Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0".
please upgrade your php version please.
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?
Make sure you have stable internet connection.
hello, do they give storage access for saving images or uploading document from our laravel app?
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.
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
Hey, Thank you so much for your feedback, I will surely consider your suggestions
@@iCodeZilla ☺☺☺
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?
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.
@@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?
@@rcadaer1200
You can create a route to do this job.
Route::get('generate', function (){
\Illuminate\Support\Facades\Artisan::call('storage:link');
echo 'linking done';
});
@@rcadaer1200 Also keep an eye if the assets paths are correct. you can check by view page source.
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?
Please make sure you have the same php version on that server as your local.
@@iCodeZillahow do we make sure of that? Anywhere to check PHP version on the server?
Please create php file on that hosting.
And write following code:
phpinfo();
This will print all details. related to php version and extensions available.
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?
check inside Storage/app/public folder.
@@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/
@@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/
I worked around it by uploading public files directly into a storage folder in htdocs.
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.
Yeah..Thanks alot..
My question: how do you make changes reflect on shared hosting when you push to github
I think you are looking for something like this?
th-cam.com/video/xjPkD0aXyPs/w-d-xo.html
But these features might not be available in free hosting.
anyway to use migration instead of export and import sql code ?
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.
@@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.
We can access the url in mobile
And for same url we can write the API calls
Yes you can access the api url through your phone if the api type is GET
Otherwise you can use postman.
Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0".
Please update the php version.
how@@iCodeZilla
Thank you. I can hosting my laravel apps because of this video🔥
Great to hear!
Could not connect to server
halo meysa kamu pasti orang indo
@@warseno2415 ya, ketebak dari namanya ya?
@@meysaputri6212 wkwk iy
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.
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
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
I have showed two ways. Have tried both of them?
@@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
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
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.
thanks... but ... deploy my project and the routes inside my project no worhing
need to play with htaccess.
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?
Upgrade php version to the suggested one. Or downgrade the laravel version.
@@iCodeZilla when i upgrade php version will it affect my website performance?
@@hamletavagyan4928 Performance will be positive.
I have a public folder and have assets in that. So when I upload that It won't work please help
Are you doing settings according to what I did? Also same directory structure?
@@iCodeZilla yep
Can you please send me url at: rashidabbas7864@gmail.com
Which speed better heroku or infinity free?
I never tried heroku, can't give my opinion 😐😶
help pls sir, i got 404 page not found after doing login
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.
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.
Great. Thank you for your feedback.
MyPHPAdmin and MySQLD are not working. What will I do?
Try again after few moments with some stable internet connection. They have issue in free version.
@@iCodeZilla I think so, because it's already 3 days and my web is still not working
@@ent.greatdesignmedia can you try using some vpn?
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?
Solution provided on email.
i cant connect to mySQL database its said "this page is'nt working" how to fix this ?
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. :-(
@@iCodeZilla create new account can solve the problem ??
Filezilla takes long time to upload .what is the solution? Please make me know.
You can zip your files and unzip them from cpanel
For me the php my admin is not opening. could you please help with this error?
try changing your internet or try some other day.
Does it host my API too? I used my laravel application mainly for API
Yes. It will host the same way.
my project in server, i need a to write npm run dev
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.
how do I access my domain website?
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 !
Have you checked the php version?
great ..., this is what i want. I have hosted my laravel apps just because of this video
Glad to hear that!
What laravel version are you using in this tutorial??
Laravel 7
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
Thank you for your feedback.
Why didn't open database on Xamp php my admin servr
Because that needs some extra configuration.
to whitelist the ip.
Do i need to have a filezela? To use infinity to upload
Better to use it.
how can i to run my laravel migrations ?
You can run using ssh terminal. Or can make route calling artisan command.
hi help me configure the storage path
I will make a video on this
Nice Sir, I was having issue with FTP password. Thanks for sharing recovery method.
Happy to help
please make a video on how can contribute to open source projects on github
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 ?
You cannot run npm install on shared hosting. That is the reason we always upload vendor folder on shared hosting
@@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
@@danielhat4440 infinityfree doesn't support zip files. I think this is the only way to do it.
@@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 ^^
@@danielhat4440 haha. yeah that's the only way for this. If it could have supported zip file. Then it was so easy.
Congratulations ! I liked you video....
Thank you
how can i update my project on the serveur
Please explain your query in details.
DUDE YOU SAVED MY LIFE THANK U SO MUCH
Happy to help
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
No, Laravel doesn't treats this folder as public. When you try storing something, It will use the public folder inside the laravel folder.
not worked for me
I see u already upload node modules
Is that mean u can run javascript on your project live?
yes.
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 ?
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.
you mean you want to host your API on infinityfree?
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
You need to fix asset() path in views files.
thank you brother for helping me it's working perfectly
Always welcome
how to storage:link?
Actually this command doesn't work directly on shared hosting. Will post solution on this.
stackoverflow.com/questions/44536329/laravel-application-shared-hosting-storage-folder-symbolic-link-issue/48203751
You can try this solution for now.
@@iCodeZilla thanks!
Does it support php 8 version or higher?
You can check by using echo phpinfo();
Also you can try changing php version if that is possible.
Hi, Thanks for your sharing....is it can use Laravel TALL too under infinity free environment ?
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.
Can you share video for hostig yii2 advanced project please!!!
Currently we don't have on our channel. Sorry for inconvenience.
Not work
phpmyadmin is not working i mean it do not opens
I showed 2 ways to do it. Have you tried both?
does it work in laravel 9 ?
If hosting satisfy the php version requirements by the Laravel 9, then it should work.
Does it really take that long to upload the files?
It literally takes forever to upload the "vendor" folder
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.
@@iCodeZilla ah yes, I see, that makes sense. Thank you for the reply! Subscribed!
Thank you for your support
Thanks bro, for all. I find 404 page error, can you help me to fix that please??
Have you tried playing with htaccess file?
@@iCodeZilla Thanks, the error was fixed. Ive changed the name of htaccess file. Now it works good
Great.
@@aliudjalo7890 changes to what?
I think he disabled the htaccess by changing the name, you can try deleting it as well.
Is there a limit on filesize for uploading to infinityfree. Thanks
Sorry, I'm not sure about it.
awesome and brilliant ____ thanks for so much details you have shared with us
Glad you liked it
why my image doesnt appear
Do inspect element and check your path, is it accurate or something wrong happening?
@@iCodeZilla yes but i'm using symlink to storage
@@ilhamadikusuma6623 Symlink doesn't work on shared hosting.
owh thankyou i solved it
Great. You're Welcome :-)
Thanks sir I am really impressed 💯
Thank you for your feedback.
it works. really good video. thank you sir
Thank you my brother for your feedback.
thats stupid, no GIT CONTROL
👍
Damn an entire vendor folder?
yup
Video is very good 😊 thanks you for your video.. greate video.
Thank you too
Why don't Database and backend work?
Can you please send the error?
The best information about it. Awsome. Thanks
So nice of you.
Thank you for your feedback.