{"id":15025128,"url":"https://github.com/veskodigital/lara-app","last_synced_at":"2026-01-11T08:59:41.171Z","repository":{"id":54785694,"uuid":"237765054","full_name":"veskodigital/lara-app","owner":"veskodigital","description":"Manage your Laravel project on the go!  The LaraApp allows you to connect your Laravel project to your phone and monitor changes. It's free to get started and link your project.","archived":false,"fork":false,"pushed_at":"2024-04-28T03:38:40.000Z","size":1027,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"4.x","last_synced_at":"2025-04-12T13:12:24.155Z","etag":null,"topics":["android","app","flutter","laravel","laravel-app","laravel-framework","php"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/veskodigital.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-02T12:05:09.000Z","updated_at":"2025-01-30T19:16:39.000Z","dependencies_parsed_at":"2024-04-17T06:30:26.980Z","dependency_job_id":"f9d92674-c98f-453a-bc8f-52da963e89d6","html_url":"https://github.com/veskodigital/lara-app","commit_stats":null,"previous_names":["veskodigital/lara-app","veskodigital/laravel-laraapp"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veskodigital%2Flara-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veskodigital%2Flara-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veskodigital%2Flara-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veskodigital%2Flara-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veskodigital","download_url":"https://codeload.github.com/veskodigital/lara-app/tar.gz/refs/heads/4.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248571878,"owners_count":21126522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","app","flutter","laravel","laravel-app","laravel-framework","php"],"created_at":"2024-09-24T20:01:33.216Z","updated_at":"2026-01-11T08:59:41.134Z","avatar_url":"https://github.com/veskodigital.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LaraApp for Laravel, a pocket friendly IOS \u0026 Android companion app.\n\n\u003cimg src=\"screenshots/screenshot.png\"\u003e\n\n[Official LaraApp package](https://thelara.app)\n\nLink your smartphone to your Laravel project with LaraApp. \nOur package enables you to manage your project on the go, some features include:\n* Notifications for users signed up\n* View storage logs\n* Routes\n* Charts for users signed up\n* Run artisan commands\n\n### Mobile Apps\n[IOS App](https://apps.apple.com/us/app/laraapp-for-laravel-artisans/id1489590015)\n\n[Android App](https://play.google.com/store/apps/details?id=com.mavsoft.laraapp)\n\nDownload the IOS/Android app for free and link your Laravel project, follow the installation below once you have the app.\n\n## Installation\n\nFirst, install the package via composer:\n\n``` bash\ncomposer require veskodigital/lara-app\n```\n\nThe package will automatically register itself.\n\n## Configuration\n\nPublish the LaraApp configuration:\n\n``` bash\nphp artisan laraapp:install\n```\n\nIt will also ask if you want to run the migrations for LaraApp which adds 3 new tables to your project.\nWhen the installation has finished, by default your login details for your user will as follows:\n\n`Email: me@lara.app`\n\n`Password: app123`\n\nYou can change the login details by running `php artisan laraapp:updateuser`\n\n## Config\nOnce you run the `php artisan laraapp:install` command, it will copy the config to **config/laraapp.php** where you can edit it.\n\n## Authorization\n\nIf 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.\n\n`app/Providers/LaraAppServiceProvider.php`\n\nIn this file, you should see the following:\n``` php\nprotected function gate()\n{\n    Gate::define('viewLaraApp', function ($user) {\n        return in_array($user-\u003eemail, [\n            'taylorotwell@laravel.com',\n            // e.g. above...\n        ]);\n    });\n}\n```\n\n## Testing\nTry and access https://mysite.com/lara-app/link\nIf you can access this, then the setup is ready for the mobile app to connect too.\n\nIf you can't access the route (seeing 404/403 error), try running the following.\n\n`php artisan optimize:clear`\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information about what has changed recently.\n\n## Security\n\nIf you discover any security related issues, please email hello@veskodigital.com instead of using the issue tracker.\n\n\n## Support us\n\nVeskoDigital is a development team based in the UK, we do mobile and web applications [on our website](https://veskodigitial.com).\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveskodigital%2Flara-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveskodigital%2Flara-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveskodigital%2Flara-app/lists"}