Skip to content

Instantly share code, notes, and snippets.

@harryWonder
Created May 15, 2020 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harryWonder/8c6527f8b1f060b4ea9491b506161919 to your computer and use it in GitHub Desktop.
Save harryWonder/8c6527f8b1f060b4ea9491b506161919 to your computer and use it in GitHub Desktop.
This file creates some sane defaults or constants for the application.
<?php
define("BASE_URL", 'http://localhost/' . basename(__DIR__) . '/');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment