Skip to content

Jiedara/myLocal

 
 

Repository files navigation

MyLocal

MyLocal is a responsive dashboard for your web development environment.
Try it if you are bored of your localhost home page!

Why I should use this crap?

  1. Include a directory listing (like every dashboard)
  2. Automatic detection of GitHub repository link
  3. Automatic detection of Bitbucket repository link
  4. Automatic detection of SVN repository link
  5. No database requirement
  6. Work with a lot of OS, development environment and PHP version.
  7. Custom CSS & JS area
  8. It's easy to make your own myLocal template.
  9. New feature incoming!
  10. Is made with 💚 && ☕ under a public license

Requirements

How to install?

Clone or paste myLocal folder in your web development environment (xampp, wamp or mamp) root folder (htdocs or www).

How to load it in my localhost homepage?
If you want to load myLocal dashboard instead of your classic environment's dashboard you can paste myLocal/include.php in your root folder and renamed it to index.php.

How to load it in a sub-folder?
In your sub-folder create a index.php file with a myLocal include inside

<?php
	include "YourPath/myLocal/index.php";
?>

Requirement
The cache/ folder need to be writable by myLocal (sudo chmod -R 777 cache on Linux system)

For Developers

Required Gulp for any update. MyLocal use gulp-oyana for asset compiling.

Build status v 0.5.0

Linux Windows Mac PHP
xampp ok xampp ok xampp ok PHP 5.3 ok
wampp ok mampp ok PHP 5.4 ok
PHP 5.5 ok
PHP 5.6 ok
PHP 6.0 unknow
PHP 7.0 ok
PHP 7.1 ok

License

This software is distributed under the GNU 3.0 license.

About

A responsive dashboard for your localhost.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 92.4%
  • CSS 6.5%
  • Other 1.1%