Radsystems Tutorial - Publishing and uploading you PHPRad Vue project

  Рет қаралды 8,663

willvin

willvin

Күн бұрын

Пікірлер: 41
@mourtalladiop8649
@mourtalladiop8649 3 жыл бұрын
Big Thank's always on top
@bolangabim18
@bolangabim18 7 күн бұрын
I want to ask, how abaout building from laravel with the prime react framework
@guillaumedefly7137
@guillaumedefly7137 3 жыл бұрын
Please Sir kindly can you make video about Report ? Like how to make report for all Sales (Per month , weekly and yearly) Thank you 🙏🏽
@AlejandroZumbado-s7k
@AlejandroZumbado-s7k 3 ай бұрын
How to do with a single click, a variable goes from a value 0 to 1, in the listpage, for example the editinline, but I don't see an option that is efficient, any help thanks
@willvin
@willvin 2 ай бұрын
It requires editing the page manually to add a button that val a function you'll have to create, and the function when called, makes a request to an endpoint you will have to also create. The on the endpoint you can make a query to update your database.
@RuturajPatki
@RuturajPatki 2 жыл бұрын
Can you please guide me on how to publish a Radsystems 7.10 Phprad Classic Laravel Bootstrap application to the live server? No Vue or PrimeVue. Just plain Laravel Bootstrap project. Do you have video on this? If not, please make one. Thanks.
@willvin
@willvin 2 жыл бұрын
Phprad vue api uses laravel, and I made a video on how to publish phprad vue. All you have to do to publish a Radsystems Studio phprad classic project is to follow the video steps of publishing the api. 3 things to do 1. Zip the generated classic project and upload to your server. 2. Extract the project and make sure your domain points directly to the public folder of the project. 3. Create and upload your database to your live server. 4. Edit the .env file, add your database details and app url. 4. Connect via ssh to your server and navigate to the project folder to run the php artisan command to clear cache and cache the config as indicated in the video. kzbin.info/www/bejne/eGq3nJl9esqZndU If done properly, you should be able to access the site with no errors.
@RuturajPatki
@RuturajPatki 2 жыл бұрын
@@willvin Thanks for your reply. In this video, you have uploaded the Api folder outside public html. In my case, I have created a sub domain for my application. The sub domain points to the public folder of the application. The application is uploaded in a sub folder inside public html, not outside public html as in your video. Is this setup OK? Also, do I need to run artisan storage:link command as well? I could make the application to show, but I get error page expired when I try to execute any database related operations.
@willvin
@willvin 2 жыл бұрын
Yes that setup is okay. Visit the about section of my KZbin page to get my email, send me a email with your anydesk ID.
@RuturajPatki
@RuturajPatki 2 жыл бұрын
@@willvin thanks. I will try all the steps as you mentioned in exact same sequence, and if still the problem persists, I will get back to you to your info@ email address mentioned on your website.
@RuturajPatki
@RuturajPatki 2 жыл бұрын
@@willvin I have emailed you. Please check your info@ email address. I have sent you the video of my steps and the error I am facing.
@victor_lawal
@victor_lawal 2 жыл бұрын
Thanks for the video, Please, i am having problem to connect my frontend to backend api PHP Vuejs. How can you assist me
@dougback
@dougback 2 жыл бұрын
Estou com o mesmo problema. ( kzbin.info/www/bejne/nJ6beqCYYppgbcU ). Será que poderia nos auxilial?
@cinismovirtual
@cinismovirtual 11 ай бұрын
God! It's a TON of work to deploy a Vue App. Versus PHP when you simply upload a folder and start production... I think will stay using flat PHP.
@guillaumedefly7137
@guillaumedefly7137 3 жыл бұрын
Nice and big thanks for this video 👍🏽✌🏾👌🏽🌟🙏🏽
@Crakkovia
@Crakkovia 2 жыл бұрын
Thank you Will very useful
@usmraf786
@usmraf786 3 жыл бұрын
How to publish and uploading Radsystems PhpRad Classic project ? Have you tutorial for it.
@willvin
@willvin 3 жыл бұрын
Hi! No, I don't have a tutorial on that yet, but in the near future I will make tutorials on them. But you can follow the tutorial for the PHPRad Vue project type. All you have to do is copy your project to the root of your server, and make sure your domain points directly to the public folder 📂 in your project. Upload your database, add your db credentials to the .env file in your project root. After that, run the php artisan command as indicated in this video.
@matiasalarcon2021
@matiasalarcon2021 3 жыл бұрын
Hello! Is version 3.4 ready to develop production systems? I consulted the forum but they told me that they are still in Beta version and that it is not recommended to use it for development in production. Thanks
@willvin
@willvin 3 жыл бұрын
No, it is not fully ready. There are bug here and there still being fixed. But you can use it to build test projects to get the hang of it, and also to report bugs when you encounter them. As it will enable them make the app ready for production.
@kwassierufus
@kwassierufus 3 жыл бұрын
Laravel api error after deploy "There is no existing directory at \"E:\\DismantlerApp\\tpmdismantler\\php-laravel-api\\storage\\logs\" and it could not be created: No such file or directory"
@willvin
@willvin 3 жыл бұрын
Please run the command as indicated in the video. I explained the cause of the error and what to do.
@kwassierufus
@kwassierufus 3 жыл бұрын
@@willvin i posted on the forum with complete question but nobody has tried to answer. I only tried laravel because cannot get .net api to work on website. Interserver does not allow ssh to server so cannot run commands as you show
@aliyilmaz1384
@aliyilmaz1384 3 жыл бұрын
hi villvin can you please tell me how can i publis my project whis is created by PHPRAD normal ? i have a normal license and i couldn’t activate the version VUE ?
@willvin
@willvin 3 жыл бұрын
You just need to upload your classic project folder to your sever, and run the command that was used to clear cache in this video and that is all.
@aliyilmaz1384
@aliyilmaz1384 3 жыл бұрын
@@willvin actually I succeeded to publish my site but when I try to open some tables it gives error 500 server error but I can use other tables
@willvin
@willvin 3 жыл бұрын
We're you able to access the table in your local dev environment?
@aliyilmaz1384
@aliyilmaz1384 3 жыл бұрын
@@willvin yes i could access i found that some coulumns re not created so i cerated but i have 500 server error indeed
@willvin
@willvin 3 жыл бұрын
When you access it locally you get the 500 error?
@RuturajPatki
@RuturajPatki 2 жыл бұрын
Where can I get this qr code project?
@willvin
@willvin 2 жыл бұрын
I post the project for my tutorial to my patreon page patreon.com/willvinofficial, if you can access with out being a patreon it means it is free, else you will have to be a patreon of a specific level to access the projects and videos. The level required will always be indicated on the tutorial.
@kemaltrader7028
@kemaltrader7028 3 ай бұрын
Eror Unable to establish connection...
@willvin
@willvin 2 ай бұрын
Is your server running, and also did you use the right links?
@irfanpalalloi10
@irfanpalalloi10 2 жыл бұрын
great
@truthteachers
@truthteachers 3 жыл бұрын
Can i buy your tutorials individually instead of using Patreon. Its seems to a terrible. They charge my card and then insist the payment did not go through. My banker is fed up with them. My bankers had many troubles with customers relating to Patreon.
@willvin
@willvin 3 жыл бұрын
Send me an email to info@willvin.com
@yusak83
@yusak83 3 жыл бұрын
import not working
@willvin
@willvin 3 жыл бұрын
Which import?
Triple kill😹
00:18
GG Animation
Рет қаралды 18 МЛН
🕊️Valera🕊️
00:34
DO$HIK
Рет қаралды 20 МЛН
бабл ти гель для душа // Eva mash
01:00
EVA mash
Рет қаралды 7 МЛН
Wait for the last one 🤣🤣 #shorts #minecraft
00:28
Cosmo Guy
Рет қаралды 25 МЛН
One CPU To Rule Them All - Ryzen 7 9800X3D Review
12:47
Linus Tech Tips
Рет қаралды 974 М.
PHPRad Tutorial 1: Creating an invoice project with PhpRad
1:24:24
You Won’t Believe What Excel’s Copilot Can Do! (new updates)
10:37
custom endpoints and api calls in radsystems
18:56
wahome mutahi100
Рет қаралды 1,4 М.
Triple kill😹
00:18
GG Animation
Рет қаралды 18 МЛН