PHPackages                             acr/file - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. acr/file

ActiveProject[File &amp; Storage](/categories/file-storage)

acr/file
========

File Upload

1.1.x-dev(6y ago)070MITPHP

Since Jan 12Pushed 6y ago1 watchersCompare

[ Source](https://github.com/rdtvaacar/file)[ Packagist](https://packagist.org/packages/acr/file)[ RSS](/packages/acr-file/feed)WikiDiscussions file Synced 2d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

LARAVEL - ACR FİLE -- FİLE UPLOAD CLASS
=======================================

[](#laravel---acr-fi̇le----fi̇le-upload-class)

[Query-File-Upload](https://github.com/blueimp/jQuery-File-Upload): Paketi refarans alarak oluşturulmuştur.

Kurulum:
--------

[](#kurulum)

#### composer json :

[](#composer-json-)

```
"acr/file": "dev-file"

```

### CONFİG

[](#confi̇g)

#### Providers

[](#providers)

```
Acr\File\AcrFileServiceProviders::class

```

#### Aliases

[](#aliases)

```
'AcrFile'      => Acr\File\Facades\AcrFile::class

```

### acr\_file\_id

[](#acr_file_id)

```
PHP
$acr_file_id = AcrFile::create($acr_file_id);
```

acr\_file\_id: ilişkili tablodan gelmeli örneğin ürünler için kullanacaksanız urun tablonuzda acr\_file\_id stunu olmalı, acr\_file\_id değişkeni null gelirse : $acr\_file\_id = AcrFile::create($acr\_file\_id) yeni bir acr\_file\_id oluşturur.

{!! AcrFile::css() !!}

```
CSS dosyalarını yükler.
```php
PHP
echo AcrFile::form()

```

Formu yükler

```
PHP
echo AcrFile::js($acr_file_id)
```

Java script dosylarını yükler.

```
Mysql Tablosu

CREATE TABLE `acr_files` (
  `id` int(11) NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `file_dir` varchar(50) COLLATE utf8_turkish_ci DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL,
  `sil` tinyint(4) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_turkish_ci;

-- --------------------------------------------------------

--
-- Tablo için tablo yapısı `acr_files_childs`
--

CREATE TABLE `acr_files_childs` (
  `id` int(11) NOT NULL,
  `acr_file_id` int(11) DEFAULT NULL,
  `sira` INT NOT NULL DEFAULT '10',
  `file_name` varchar(200) COLLATE utf8_turkish_ci DEFAULT NULL,
  `file_name_org` varchar(200) COLLATE utf8_turkish_ci DEFAULT NULL,
  `fize_size` varchar(25) COLLATE utf8_turkish_ci DEFAULT NULL,
  `file_type` varchar(10) COLLATE utf8_turkish_ci DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `sil` tinyint(4) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_turkish_ci;

ALTER TABLE `acr_files`
  ADD PRIMARY KEY (`id`);

ALTER TABLE `acr_files_childs`
  ADD PRIMARY KEY (`id`);

ALTER TABLE `acr_files`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

ALTER TABLE `acr_files_childs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
```

Dosya yolu /acr\_files/acr\_file\_id

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2450d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/286fe1af829a5e5b5420cc161756595145eec530dce86314a57dbb883d44f5cc?d=identicon)[rdtvaacar](/maintainers/rdtvaacar)

---

Top Contributors

[![rdtvaacar](https://avatars.githubusercontent.com/u/3095828?v=4)](https://github.com/rdtvaacar "rdtvaacar (45 commits)")

### Embed Badge

![Health badge](/badges/acr-file/health.svg)

```
[![Health](https://phpackages.com/badges/acr-file/health.svg)](https://phpackages.com/packages/acr-file)
```

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.1k3.4M81](/packages/unisharp-laravel-filemanager)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[barryvdh/elfinder-flysystem-driver

A Flysystem Driver for elFinder

1864.9M40](/packages/barryvdh-elfinder-flysystem-driver)[october/rain

October Rain Library

1601.7M73](/packages/october-rain)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19346.6k3](/packages/symfony-ux-cropperjs)[oxid-esales/media-library-module

Media library for OXID eShop

1676.6k4](/packages/oxid-esales-media-library-module)

PHPackages © 2026

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