PHPackages                             veskodigital/lara-app - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. veskodigital/lara-app

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

veskodigital/lara-app
=====================

LaraApp for Laravel, manage your Laravel project on the move. Available on IOS and Android.

v4.0.3(2y ago)111651MITPHPPHP ^7.1|^7.3|^8.1CI failing

Since Feb 3Pushed 2y ago2 watchersCompare

[ Source](https://github.com/veskodigital/lara-app)[ Packagist](https://packagist.org/packages/veskodigital/lara-app)[ Docs](https://github.com/veskodigital/lara-app)[ RSS](/packages/veskodigital-lara-app/feed)WikiDiscussions 4.x Synced yesterday

READMEChangelog (9)Dependencies (5)Versions (13)Used By (0)

LaraApp for Laravel, a pocket friendly IOS &amp; Android companion app.
=======================================================================

[](#laraapp-for-laravel-a-pocket-friendly-ios--android-companion-app)

[![](screenshots/screenshot.png)](screenshots/screenshot.png)

[Official LaraApp package](https://thelara.app)

Link your smartphone to your Laravel project with LaraApp. Our package enables you to manage your project on the go, some features include:

- Notifications for users signed up
- View storage logs
- Routes
- Charts for users signed up
- Run artisan commands

### Mobile Apps

[](#mobile-apps)

[IOS App](https://apps.apple.com/us/app/laraapp-for-laravel-artisans/id1489590015)

[Android App](https://play.google.com/store/apps/details?id=com.mavsoft.laraapp)

Download the IOS/Android app for free and link your Laravel project, follow the installation below once you have the app.

Installation
------------

[](#installation)

First, install the package via composer:

```
composer require veskodigital/lara-app
```

The package will automatically register itself.

Configuration
-------------

[](#configuration)

Publish the LaraApp configuration:

```
php artisan laraapp:install
```

It will also ask if you want to run the migrations for LaraApp which adds 3 new tables to your project. When the installation has finished, by default your login details for your user will as follows:

`Email: me@lara.app`

`Password: app123`

You can change the login details by running `php artisan laraapp:updateuser`

Config
------

[](#config)

Once you run the `php artisan laraapp:install` command, it will copy the config to **config/laraapp.php** where you can edit it.

Authorization
-------------

[](#authorization)

If your Laravel site's environment is set to production, you'll need to add users who you want to be able to access the **/lara-app/link** route inside your LaraAppServiceProvider.php.

`app/Providers/LaraAppServiceProvider.php`

In this file, you should see the following:

```
protected function gate()
{
    Gate::define('viewLaraApp', function ($user) {
        return in_array($user->email, [
            'taylorotwell@laravel.com',
            // e.g. above...
        ]);
    });
}
```

Testing
-------

[](#testing)

Try and access If you can access this, then the setup is ready for the mobile app to connect too.

If you can't access the route (seeing 404/403 error), try running the following.

`php artisan optimize:clear`

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information about what has changed recently.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Support us
----------

[](#support-us)

VeskoDigital is a development team based in the UK, we do mobile and web applications [on our website](https://veskodigitial.com).

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity73

Established project with proven stability

 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 ~140 days

Recently: every ~72 days

Total

12

Last Release

796d ago

Major Versions

1.0.1 → 2.0.02020-02-05

2.0.4 → v3.0.12020-11-12

v3.0.1 → v4.0.02023-07-12

PHP version history (3 changes)1.0.0PHP ^7.2

v4.0.0PHP ^8.1

v4.0.1PHP ^7.1|^7.3|^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/89997202?v=4)[Vesko Digital](/maintainers/veskodigital)[@veskodigital](https://github.com/veskodigital)

---

Top Contributors

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

---

Tags

androidappflutterlaravellaravel-applaravel-frameworkphplaravellaravel appLaraAppLaravel IOS appLaravel Android app

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/veskodigital-lara-app/health.svg)

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M306](/packages/laravel-horizon)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

43311.1k](/packages/venturedrake-laravel-crm)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[erlandmuchasaj/laravel-gzip

Gzip your responses.

40146.5k2](/packages/erlandmuchasaj-laravel-gzip)

PHPackages © 2026

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