Skip to content

A quick way to redirect sites for those who primarily use Laravel Forge for site management.

Notifications You must be signed in to change notification settings

metabitco/redirect.it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redirect.it

Ever need to quickly deploy a project and just have it redirect to another domain?

Just clone the project, setup your .env file with the PERMA_REDIRECT boolean and the APP_URL string.

Once those strings are set, (if PERMA_REDIRECT is set to true) it will 301 redirect the user to the APP_URL. Which means you will need your proper http/https schema on the url.

If PERMA_REDIRECT is set to false it will only 302 redirect the user.

About

A quick way to redirect sites for those who primarily use Laravel Forge for site management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages