PHPackages                             arostech/arostech - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. arostech/arostech

ActiveLibrary

arostech/arostech
=================

The full API installer for the Aros Tech CMS

v1.0.1(2y ago)043proprietary

Since Apr 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/MrMoovf/arostech-arostech)[ Packagist](https://packagist.org/packages/arostech/arostech)[ RSS](/packages/arostech-arostech/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (2)Used By (0)

Aros Tech CMS
=============

[](#aros-tech-cms)

Welcome to the updating ALL guide
---------------------------------

[](#welcome-to-the-updating-all-guide)

```
composer update arostech/*

php artisan vendor:publish --tag=arostech-config-mail --force

php artisan route:cache

php artisan view:clear

php artisan config:clear

npm run build``

```

Welcome to the installation guide
---------------------------------

[](#welcome-to-the-installation-guide)

#### Please use the following commands

[](#please-use-the-following-commands)

After you have installed your laravel application

`cd path/to/project`

`composer update`

`composer install `

`composer require arostech/arostech `

`php artisan vendor:publish --tag=migrations `

`php artisan vendor:publish --tag=arostech-config-mail --force`

`php artisan migrate`

`php artisan route:cache`

`php artisan view:clear`

`php artisan config:clear`

`npm run build`

#### Then configure your .env-file

[](#then-configure-your-env-file)

```
APP_NAME={{your_appname}}
APP_ENV={{either: 'local' | 'production'}}
APP_KEY={{configured_by_laravel}}
APP_DEBUG=true
APP_TIMEZONE=UTC
APP_URL={{your_app_url}}
APP_OWNER_NAME={{your_app_owner_name}}

IS_NEXT_JS_APP={{true if next.js app}}
VERCEL_FRONTEND_TOKEN={{your_vercel_token}}
VERCEL_FRONTEND_DEPLOYMENT_ID={{your_vercel_deployment_id}}
VERCEL_FRONTEND_NAME={{your_vercel_frontend_name}}

AROSTECH_USERNAME={{your_arostech_username}}
AROSTECH_PASSWORD={{your_arostech_password}}

APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US

APP_MAINTENANCE_DRIVER=file
APP_MAINTENANCE_STORE=database

BCRYPT_ROUNDS=12

LOG_CHANNEL=stack
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

DB_CONNECTION=mariadb
DB_HOST={{either: '127.0.0.1' | 'your_server_ip'}}
DB_PORT={{either: '3306' | 'your_db_port'}}
DB_DATABASE={{your_db_name}}
DB_USERNAME={{your_db_username}}
DB_PASSWORD={{your_db_password}}

SESSION_DRIVER=database
SESSION_LIFETIME=120
SESSION_ENCRYPT=false
SESSION_PATH=/
SESSION_DOMAIN=null

BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database

CACHE_STORE=database
CACHE_PREFIX=

MEMCACHED_HOST=127.0.0.1

REDIS_CLIENT=phpredis
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

#Change to bg@gr888.dk
MAIL_OWNERS_EMAIL={{the_website_owners_contact_email}}
MAIL_MAILER=smtp
MAIL_HOST=secure.emailsrvr.com
MAIL_PORT=465
MAIL_USERNAME={{your_email_username}}
MAIL_PASSWORD={{your_email_password}}
MAIL_ENCRYPTION=ssl
MAIL_FROM_ADDRESS={{the_website_owners_contact_email}}
MAIL_FROM_NAME="${APP_NAME}"

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false

VITE_APP_NAME="${APP_NAME}"

```

### The API is now installed and configured correctly

[](#the-api-is-now-installed-and-configured-correctly)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

763d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a801095bbff738d338f5c9d4d8c0961a3b299c1fec896c22c4ba9fa43a8b1aa8?d=identicon)[MrMoovf](/maintainers/MrMoovf)

---

Top Contributors

[![MrMoovf](https://avatars.githubusercontent.com/u/139065277?v=4)](https://github.com/MrMoovf "MrMoovf (17 commits)")

### Embed Badge

![Health badge](/badges/arostech-arostech/health.svg)

```
[![Health](https://phpackages.com/badges/arostech-arostech/health.svg)](https://phpackages.com/packages/arostech-arostech)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
