Laravel E-Commerce - Server Deployment w/ Forge - Part 7

preview_player
Показать описание
In this video, we deploy our application to a real server using Laravel Forge. We then connect it to a domain name, update the appropriate DNS records, and add SSL.

# LINKS
Рекомендации по теме
Комментарии
Автор

Thank you for new video tutorial, wish to see more like these in near future. Cheers.

YoungPod
Автор

Hello, yes, or if I need to pay a subscription to laravel forge to follow the course or there is a free trial version, I just need to follow the course.

fernandezalfredo
Автор

Suggestion: Would love a video about building an admin panel, perhaps using an admin package like Laravel Voyager, that would allow for the adding of products. Great videos! Subscribed and following!

vcmattsucr
Автор

How do i run my seeder file on forge script?

youngjojo
Автор

Thank you Andre for this awesome series, I have completed the local application with stripe working and I managed to deployed it to Google Cloud (since it's free for a year) instead of Forge. However, just like you I have the same error of stripe API key not defined, I am new to SSH and I am having trouble to add in the Stripe API key to my env file. Do you know anyway to solve this issue?

tohjeulun
Автор

Hi Andre, is it okay to push laravel project to github with the .env file ?

MegaPruddy
Автор

where is the backend part? how can you add products from admin?

md.saimunhossain
Автор

i dnt have credit card how can i deploy my app and complete this series?

farhankhan-qyqc
Автор

Please tech us how to deploy in Digital Ocean, we do not want to paid FORGE. Digital Ocean is only 5 bucks

jebbush
Автор

ANYONE WITH 500 | Server Error

When I was running the command 'php artisan db:seed' and refreshing my shop page I was met with a '500 | Server Error'. I added APP_DEBUG=true in my .env file and this told me that:

Function money_format() is deprecated

At the time of making this app, the current PHP version is 4 and this bug can be fixed but changing the '{{ $item->priceFormat()}}' to '{{$item -> price }}'

rosscurrie