Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tahrz/task-server-manager

server-manager
https://github.com/tahrz/task-server-manager

Last synced: 8 days ago
JSON representation

server-manager

Awesome Lists containing this project

README

        

## Simple server-manager
> It`s simple server-manager, that allow you to import data from json,
> or add new server-item via simple form (CRUD operations present).

### Installation:
1. Clone project
1. `composer install`
1. Configure your `.env`
1. `php artisan migrate`
1. `php artisan db:seed --class=CreateAdminUserSeeder`
1. Feel free to use it.

Test running:
```php artisan test```