Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tahrz/task-server-manager
- Owner: tahrz
- Created: 2020-09-09T22:24:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T19:44:03.000Z (over 4 years ago)
- Last Synced: 2024-10-31T02:42:19.543Z (about 2 months ago)
- Language: PHP
- Size: 797 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```