PHPackages                             romanzipp/laravel-make-file-permissions - 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. romanzipp/laravel-make-file-permissions

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

romanzipp/laravel-make-file-permissions
=======================================

Automatically apply unix file permissions after the 'artisan make:' command

1.3.1(3y ago)3321MITPHPPHP ^7.2|^8.0

Since Jun 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/romanzipp/Laravel-Make-File-Permissions)[ Packagist](https://packagist.org/packages/romanzipp/laravel-make-file-permissions)[ GitHub Sponsors](https://github.com/romanzipp)[ RSS](/packages/romanzipp-laravel-make-file-permissions/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (5)Versions (15)Used By (0)

Laravel Make File Permissions
=============================

[](#laravel-make-file-permissions)

[![Latest Stable Version](https://camo.githubusercontent.com/a94c7e1f1754842818e13d21c6147e7b63c1822b1de6769c7768927e9a9d2b64/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f6d616e7a6970702f6c61726176656c2d6d616b652d66696c652d7065726d697373696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/romanzipp/laravel-make-file-permissions)[![Total Downloads](https://camo.githubusercontent.com/990ed41695ceb6f7a1e3487aace3bda7fc67aa489f5497799f2ee5643565bf97/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726f6d616e7a6970702f6c61726176656c2d6d616b652d66696c652d7065726d697373696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/romanzipp/laravel-make-file-permissions)[![License](https://camo.githubusercontent.com/dd05a29fa7f1d2d2d2f1b520e8633386b5ce91620ed8790752f8b3bb17949088/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f726f6d616e7a6970702f6c61726176656c2d6d616b652d66696c652d7065726d697373696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/romanzipp/laravel-make-file-permissions)

This package automatically applies unix file permissions after the `artisan make:` command.

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

[](#installation)

```
composer require --dev romanzipp/laravel-make-file-permissions

```

**If you use Laravel 5.5+ you are already done, otherwise continue.**

```
romanzipp\MakeFilePermissions\Providers\MakeFilePermissionsProvider::class,
```

Add Service Provider to your app.php configuration file.

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

[](#configuration)

Copy configuration to config folder:

```
$ php artisan vendor:publish --provider="romanzipp\MakeFilePermissions\Providers\MakeFilePermissionsProvider"

```

Config File
-----------

[](#config-file)

```
return [

    /**
     * Enable the permission service
     */
    'enabled' => env('MAKE_PERMISSIONS_ENABLED', true),

    /**
     * Apply the following permission
     */
    'permission' => env('MAKE_PERMISSIONS', '600'),

    /**
     * Ignore commands
     */
    'ignore' => [],
];
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity75

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

Recently: every ~139 days

Total

14

Last Release

1183d ago

Major Versions

0.0.1 → 1.0.02018-09-14

PHP version history (3 changes)0.0.1PHP &gt;=7.0

1.1.0PHP ^7.2

1.1.3PHP ^7.2|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/309ea408cc915d1d37b370796df57a24ec31f0b65da69f69c650c8983f9c33a6?d=identicon)[romanzipp](/maintainers/romanzipp)

---

Top Contributors

[![romanzipp](https://avatars.githubusercontent.com/u/11266773?v=4)](https://github.com/romanzipp "romanzipp (36 commits)")

---

Tags

laravelphpphp7showcase

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/romanzipp-laravel-make-file-permissions/health.svg)

```
[![Health](https://phpackages.com/badges/romanzipp-laravel-make-file-permissions/health.svg)](https://phpackages.com/packages/romanzipp-laravel-make-file-permissions)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[wnx/laravel-stats

Get insights about your Laravel Project

1.8k1.8M7](/packages/wnx-laravel-stats)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[pulkitjalan/ip-geolocation

IP Geolocation Wrapper with Laravel Support

89164.9k1](/packages/pulkitjalan-ip-geolocation)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)

PHPackages © 2026

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