PHPackages                             nativemobile/laravel-mobile-ui - 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. nativemobile/laravel-mobile-ui

ActiveLibrary

nativemobile/laravel-mobile-ui
==============================

PHP-first mobile UI package for Android WebView — Alpine.js + Livewire v4 components

1.0.0(1mo ago)01↓100%MITPHPPHP ^8.2

Since Mar 20Pushed 1mo agoCompare

[ Source](https://github.com/paravecdesign/phpnativemobile)[ Packagist](https://packagist.org/packages/nativemobile/laravel-mobile-ui)[ Docs](https://github.com/paravecdesign/phpnativemobile)[ RSS](/packages/nativemobile-laravel-mobile-ui/feed)WikiDiscussions main Synced 1mo ago

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

&lt;&lt;&lt;&lt;&lt;&lt;&lt; HEAD

Laravel Native Mobile UI
========================

[](#laravel-native-mobile-ui)

[![GitHub Issues](https://camo.githubusercontent.com/4dad7d0791f49a38c652a742e3a2583e794075af3fa9ef5bb16c2e3461161e3a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f7061726176656364657369676e2f7068706e61746976656d6f62696c65)](https://github.com/paravecdesign/phpnativemobile/issues)[![GitHub Source](https://camo.githubusercontent.com/9b8ddc7e56da16a99ff97b3a2bf8574dbb0d4ead97f47acc88d308eb47ef5730/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d4769744875622d626c7565)](https://github.com/paravecdesign/phpnativemobile)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

A **PHP-first** mobile UI component library for Android WebView. Build reactive mobile interfaces with Laravel, Livewire 4, and Alpine.js.

Features
--------

[](#features)

✨ **PHP-First Development** - Write mobile UI entirely in PHP
⚡ **Live Reactivity** - Powered by Livewire 4 and Alpine.js
📱 **Android WebView** - Optimized for NativePHP and Android integration
🎨 **Comprehensive Components** - 20+ ready-to-use UI components
🔔 **Push Notifications** - Firebase FCM integration for Android
📐 **Layout System** - Flexible flex, grid, and stack layouts
⌨️ **Form Components** - Input, select, toggle, file upload with validation
🎯 **Deep Linking** - Navigate between app screens via notifications

Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 12+
- Livewire 4+
- Android API 21+

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

[](#installation)

### Via Composer

[](#via-composer)

```
composer require nativemobile/laravel-mobile-ui
```

### Publish Assets

[](#publish-assets)

```
php artisan vendor:publish --tag=mobile-ui-assets
php artisan vendor:publish --tag=mobile-ui-config
```

### Install Command

[](#install-command)

```
php artisan mobile-ui:install
```

Quick Start
-----------

[](#quick-start)

### 1. Create a Mobile Page

[](#1-create-a-mobile-page)

```
php artisan mobile-ui:page home
```

### 2. Build Your UI

[](#2-build-your-ui)

```
