Upload Laravel app from Github - laravel

I have a Laravel app in Github.
Say, the URL of the app is this-
https://github.com/abrarjahin/laravel_migration_test_upwork
I came to know that there is an easiest way to upload any Laravel app from any branch of Github by some simple commands using Putty (it is so fast than uploading with FTP). And there is also way of running Laravel Migrations and Seeds using Putty.
But I can't find any solution how to do that.
So, can anyone please help, how can I upload server from Github and run migrations and seed ?
Thanks in advance for helping :)

Related

Vite did not Work Properly loading asset on laravel 9?

Vite didnt load asset properly on my laravel 9 project. i've been facing this problem when using laravel 9 with Vite. first when i install laravel breeze i though the breeze is the problem, but now i try using jetstream it has the same issue. please see the screenshot below. can someone help me ?
I think you need to run the Vite server using npm run dev. That will also take care of hot reloading
I run "npm run dev" command by mistake. And website is started using dev url. I searched for a solution but never found. I found solution myself. You need to delete "hot" file in your public folder on your hosting.
In you hosting go to "public" path and delete named "hot" file.

Deceptive site ahead

I have the next error: "Deceptive site ahead". My app is separate in frontend with Angular 8 and backend with Laravel 5.8. The issue is when I deploy the backend to a subdomain (services), Google Chrome shows me that error. What's wrong?
I've done the same with another easy Laravel project and it's fine, but I don't know why it happens in this project.
I hope someone helps me and sorry for my English.
Nothing to do with your code. Google has blacklisted/marked as unsafe your site for some reason which can harm users. If it is not done by you then you may have some script or file on your server which google has found and thinks it is unsafe. After clearing your files you may try to submit for review.
Check here more detailed information: https://www.malcare.com/blog/deceptive-site-ahead/

I want to make changes to the Laravel forge vendor folder

I want to change the Laravel validation email template. However, the vendor folder is not installed in the github store and I cannot edit the codes from within laravel forge. Is there another way to do this? I don't know much about server management. Waiting for help, thank you.

Why am I getting broken access to layouts.app (for lavravel app) on heroku hosting but not on localhost?

I am a student and have created my first Laravel App (A blog app). I have a layout/master view created named app.blade.php in resources/views/layouts folder.
I am using laravel 5.6.
It works perfectly on localhost but not on heroku hosting.
Here is my project structure
Here is my code in home.blade.php
Heroku hosting error screen below
Localhost view
clueless about this problem. I need your support.
EDIT
I solved the problem. I am on a windows system while hosting on a linux platform. So my sweet innocent windows was not updating the "Layouts" on server with "layouts".
But I am with another problem
Regards,
Arpan
but loading /login /register correctly
Now this doesn't end here,
when I type /login with the url it gives me
Now I observe that when i click the link it shows me Not secure connection and displays properly but when typing there is https but not displayed correctly.
Please help me analyse and figure out the issue.
Github repo link : https://github.com/ArpanKIIT2017/blog4b/
Its because the app was unable to find the file. But everything looks good. can you check if the file exists on remote server.
what are you using to push the files to remote server?.
try running
php artisan view:clear
on both local and heroku
Actually Heroku doesn't support SSL in free tier. So https actually won't work.
Finnaly migrated my app to postgre sql.
Problem mainly was due to the uppercase and lowercase representation of "Layouts".
So my app is Up and Running only with one problem that is heroku doesn't support file uploads. It is not storing any file upload. Searching solution for that but not related to this post.
Thank You

bigcommerce webdav workflow for theme development

I am currently working on a theme and am able to connect to the server via webdav.
Does anyone have experience syncing theme files with grunt using this plugin?https://github.com/avisi/grunt-webdav-sync
I tried following the URL construction and it comes back with this error "Resource requires authorization or authorization was denied"
Do you know how I should write the url to work with this grunt addon?
Thank you for your help.
I was able to get this to work using grunt-rsync instead. I mounted the webdav template folder with Panic Transmit and then rsync my project folder that way. So far this is working great. I hope this helps.

Resources