PHPackages                             shridharkaushik29/laravel-angular-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. shridharkaushik29/laravel-angular-app

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

shridharkaushik29/laravel-angular-app
=====================================

AngularJS Applications in Laravel

3.0.0(6y ago)1480[1 issues](https://github.com/shridharkaushik29/laravel-angular-app/issues)2MITPHP

Since Apr 29Pushed 6y agoCompare

[ Source](https://github.com/shridharkaushik29/laravel-angular-app)[ Packagist](https://packagist.org/packages/shridharkaushik29/laravel-angular-app)[ RSS](/packages/shridharkaushik29-laravel-angular-app/feed)WikiDiscussions master Synced yesterday

READMEChangelog (9)Dependencies (1)Versions (10)Used By (2)

laravel-angular-app
===================

[](#laravel-angular-app)

This plugin provides a great eloquent way of creating HTML5 applications with AngularJS, Angular, ReactJS, Vue and many more.

Don't go with the name of the package i.e. `laravel-angular-app`, because initially, this package was designed to create only AngularJS applications, but now it's objective is to create, build and load assets in an elegant way in Laravel.

**Installation:**

`composer require shridharkaushik29/laravel-angular-app`

**Usage:**

Add the provider in `config/app.php`. Skip this step if you are using Laravel version greater than 5.4.

```
"providers" => [
    Shridhar\Angular\Provider::class
]
```

**Creating multiple apps per Laravel Installation.**

This package offers to create multiple webpack applications in a single Laravel installation. For example, if you want to create an E-Commerce application, then it would require a separate application to manage the content for the front end application. This is handled very efficiently in this package because you can create as many applications you want with different blades.

**Creating Blade View**

```
@angular("react")
{{--Used to set app name--}}
@route("react")
{{--Used to define site route name--}}
@title("Laravel React")
{{--Used to define application title--}}
@servicesRoute("services")
{{--Used to define services route, when defined a $servicesUrl variable is defined in javascript--}}

    {{$app->title()}}

    @vars()
    {{--Used to print  tag containing javascript variables--}}

    Loading Application

```

**Loading View**

There's nothing special required to load views, it's as usual.

```
Route::get('/', function () {
    return view('welcome');
});
```

**Creating Assets**

This package assumes a folder with the app name in `public/assets` directory, where all of the assets are placed for that application.

For example, if an app is having name `welcome`, then there should be a directory `public/assets/welcome` containing all the javascript, css, images and other assets required by that application.

**Loading Assets**

`$app->asset("path/for/asset")` will return an instance for `Shridhar\Bower\Asset` class.

It contains an `url()` method which return an absolute url for that asset.

```

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity69

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

Recently: every ~74 days

Total

9

Last Release

2492d ago

Major Versions

1.1.3 → 2.0.02019-02-17

2.1.0 → 3.0.02019-09-03

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23135619?v=4)[Shridhar Sharma](/maintainers/shridharkaushik29)[@shridharkaushik29](https://github.com/shridharkaushik29)

---

Top Contributors

[![shridharkaushik29](https://avatars.githubusercontent.com/u/23135619?v=4)](https://github.com/shridharkaushik29 "shridharkaushik29 (31 commits)")

### Embed Badge

![Health badge](/badges/shridharkaushik29-laravel-angular-app/health.svg)

```
[![Health](https://phpackages.com/badges/shridharkaushik29-laravel-angular-app/health.svg)](https://phpackages.com/packages/shridharkaushik29-laravel-angular-app)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

591.7k1](/packages/crumbls-layup)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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