Configuring Laravel on our Server for Deploying a Laravel 5 App

preview_player
Показать описание
How to configure Laravel on your server and setting the correct permissions.

--- DEALS ---

I personally recommend Vultr for hosting your Virtual Private Server because of their speed and support. These servers are blazing fast and easy to set up. I will be using Vultr in these tutorials.

Get $20 free credit from Vultr:

Get $10 free credit from DigitalOcean:

--- MORE FROM THIS SERIES ---

Part 1 - Hosting and VPS Set-Up:

Part 2a - Installing LEMP Technology Stack:

Part 2b - Installing LAMP Technology Stack:
Coming Soon

Part 3 - Server-side Git Setup:

Part 4 - Configuring Laravel on our Server:

Full Playlist:

— DEVMARKETER INSIDER —

Subscribe to DevMarketer Insider - A weekly (once a week) email newsletter to fans that want to know everything that is happening with DevMarketer, including announcements and articles not published on this channel. No spam ever, I promise, unsubscribe anytime.

--- FOLLOW ME ---

Subscribe for New Releases!

(ask me questions!)

--- QUESTIONS? ---

Leave a comment below and I or someone else can help you.
For quick questions you may also want to ask me on Twitter, I respond almost immediately.

Thanks for all your support!
Рекомендации по теме
Комментарии
Автор

Alex, thank you so much for all tutorials!

For those who are having the '500 server error', try to GRANT ALL PROVILEGES in mysql as it follows:

Steps:
1. open terminal
2. mysql -u root -p (enter)
3. enter your password
4. use mysql;
5. select user, host, plugin from mysql.user;
6. update user set where user='root';
7.GRANT ALL ON blog.* TO 'root'@'localhost';
8.flush privileges;
9. exit;
10. service mysql restart

kib
Автор

Just finished setting up my first server on Vultr and deployed my Laravel App! Couldn't have done it without this series. Thank You!!!

ChrisDaugaard
Автор

Thanks JaCurtis to take your time to show us how to configurate Laravel. You are a excelent teacher.

herculesandrade
Автор

I usually hate clicking affiliate links on videos like this because the creator is useless and just trying to make a quick buck. You on the other hand, are super knowledgable and actually know what you're doing. I will be clicking your affiliate link when I buy a server because it's how I'd like to show my appreciation for what you've done. Great stuff and thanks for not only explaining what to do, but also why we need to do it. Cheers

Laflamablanca
Автор

Thank you so much for this you have no idea how many days i have been trying to config my first laravel API for a school project

michaelmwanza
Автор

I couldn't believe that I learned and could do it in practice so fast. One of the best tutorials I've ever seen. Thanks Alex!

hamed.ghandian
Автор

You are just a great teacher. And most importantly you make all the content free. I love the way you teach. Thanks a lot..

hmnayem
Автор

From a newbie to guru.., Your tutorials are just perfect.., lots of thanks from Kenya

nderitukelvin
Автор

Best deployment series for Laravel...great job..keep up !!!

prasadBoyane
Автор

for those who are having problems with uploading files on your production server, here is what you should do:
1) make a 777 permission for the directory you want to upload/move your files on
(example: sudo chmod -R 777 /var/www/laravel/public/files )
2) install (GD Graphics Library) for php
for PHP5: sudo apt-get install php5-gd
for PHP7: sudo apt-get install php7.0-gd
then you're good to go

omar-salim
Автор

Having such great skills you must be in high demand. I really appreciate you taking the time to make your tutorials. So easy to follow, you are a great teacher. Thanks very much.

alexthetait
Автор

went smoothly, and like a million questions of mine were answered. Love your work. A big thank you. please what software do you use to create your intro video? the design and sound are awesome

frantzenterprises
Автор

The tutorial is super useful even in 2020...

sarder
Автор

great video. I was stuck during the last phase of my deployment and your instructions worked like a charm.

librasulus
Автор

Excellent series many thanks. I had some problems with my views loading after the move production. The problem was caused by Ubuntu apparently being horrendously case sensitive. I eventually solved the problem by making sure all my resources/views subfolders were in lowercase.

Brocollipy
Автор

The most amazing, explicit, and professional tutorial out there on Laravel for production environment i ever came across. I really like it ;)

Can you please do a separate video on how to install and configure PostgreSQL on Ubuntu.

Thanx Alex.

viperphp
Автор

@DevMarketer thank you very match for this awesome guide. I finally deployed my Laravel application, you are an excellent teacher! Absolutely flawless!

NotSoSnake
Автор

I'm no computer guru but I've learnt lots! Keep it up!

paulmuragewachira
Автор

I vote we make it an official Laravel series for any one looking to deploy a laravel app. by far, the most professional and comprehensive tutorial i have ever seen about how to deploy a laravel app. I thank you for your hard work- very impressive work

nirleybo
Автор

When is the Ecommerce series going to be available to watch on Youtube?

billclinton