Skip to content

Simpler builder for Laravel apps, to deploy it on our school servers. The Dockerfile is just local simulation of our school servers.

Notifications You must be signed in to change notification settings

JirakLu/laravel-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some basics

env.production

  • APP_ENV=production
  • APP_DEBUG=false
  • APP_URL=https://example.com
  • set the rest based on prod configs (db, mail)

dont forget to add .htaccess and .build-exclude.txt project

Then just run the script by bash build.sh

About

Simpler builder for Laravel apps, to deploy it on our school servers. The Dockerfile is just local simulation of our school servers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published