Hosting a project in Laravel? [closed]

1

I made a project in laravel, how can I host it on a server like Locaweb or Hostgator ... ?? And how do I connect to the database on the server ??

    
asked by anonymous 24.02.2017 / 16:50

1 answer

1

You should upload as any other php project. And then it replaces the connection constants with those provided by the hosting.

    
24.02.2017 / 18:44