Skip to content

Latest commit

 

History

History
42 lines (21 loc) · 669 Bytes

readme.md

File metadata and controls

42 lines (21 loc) · 669 Bytes

Domain Manager

Domain Manager is a application built for people who deal with large number of domain names and details of them.

  • Include domain Domain names and their details
  • Alerts when the domains are about to expire
  • Can update domain names when done changed
  • Ajax form updation

Installation

Download this Repo

  • Do composer update
  • Create a DB named domain_manager
  • Do php artisan migrate

Installation

  • Download this repo
  • move to the directory
  • create a DB named domain_manager

Install the dependencies and devDependencies and start the server.

$ composer update
$ php artisan migrate
$ php artisan serve