PHPackages                             acr/acr\_fl - 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/acr\_fl

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

acr/acr\_fl
===========

Dosya Yükleme Sistemi

1.0(8y ago)0102MITHTML

Since Jan 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/rdtvaacar/acr_fl)[ Packagist](https://packagist.org/packages/acr/acr_fl)[ RSS](/packages/acr-acr-fl/feed)WikiDiscussions end\_1 Synced 2w ago

READMEChangelog (1)DependenciesVersions (4)Used By (0)

LARAVEL - Acr\_fl
=================

[](#laravel---acr_fl)

Gerekli
-------

[](#gerekli)

[http://image.intervention.io/getting\_started/installation](http://image.intervention.io/getting_started/installation)

Kurulum:
--------

[](#kurulum)

#### composer json :

[](#composer-json-)

```
"acr/acr_fl": "dev-fl"
"acr/acr_fl": "dev-flg" // with bluimpgalery

```

#### Providers

[](#providers)

```
 Acr\Acr_fl\Acr_flServiceProvider::class,

```

#### Aliases

[](#aliases)

```
'Acr_fl' => \Acr\Acr_fl\Facades\Acr_fl::class,

```

```
php artisan vendor:publish --tag=public --force
```

Public Dizinine dosyaları koyar
===============================

[](#public-dizinine-dosyaları-koyar)

```
 {!! Acr_fl::css() !!}
```

CSS dosyalarını yükler.

```
PHP
{!! Acr_fl::form() !!}
```

Formu yükler

```
PHP
$acr_file_id = Acr_fl::acr_file_id();
$fl_data = [
    'acr_file_id' => $acr_file_id,
]
```

Download

```
İNDİR
```

```
{!! Acr_fl::get_file($acr_file_id, $file_name, $loc = '') !!}
```

Dosyayı basar

```
{!! Acr_fl::files_list($acr_file_id) !!}
```

Dosyaları Listeler

```
{!! Acr_fl::files_galery($acr_file_id) !!}
```

```
{!! Acr_fl::views_image($acr_file_id) !!}
```

Dosyayı Gösterir

```
{!! Acr_fl::views_galery($acr_file_id) !!}
```

Galeriyi Gösterir

acr\_file\_id gönderimi şarttır, ek data gönderilebilir. İliş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 ise : $acr\_file\_id = Acr\_fl::acr\_file\_id() yeni bir acr\_file\_id oluşturmanız ve ürünler tablosundaki acr\_file\_id stununa eklemeniz beklenmektedir.

```
PHP
{!! Acr_fl::js($fl_data) !!}
```

Java script dosylarını yükler.

```
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
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_turkish_ci;

CREATE TABLE `acr_files_childs` (
  `id` int(11) NOT NULL,
  `acr_file_id` int(11) DEFAULT NULL,
  `old_id` int(11) DEFAULT NULL,
  `sira` int(11) NOT NULL DEFAULT '10',
  `goster` tinyint(4) NOT NULL DEFAULT '1' COMMENT '0 gösterilmiyor 1 gösteriliyor',
  `file_name` varchar(200) COLLATE utf8_turkish_ci DEFAULT NULL,
  `file_name_org` varchar(200) COLLATE utf8_turkish_ci DEFAULT NULL,
  `file_size` varchar(25) COLLATE utf8_turkish_ci DEFAULT NULL,
  `file_type` varchar(10) COLLATE utf8_turkish_ci DEFAULT NULL,
  `mime` varchar(200) COLLATE utf8_turkish_ci DEFAULT NULL,
  `download` int(11) DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_turkish_ci;

--
-- Dökümü yapılmış tablolar için indeksler
--

--
-- Tablo için indeksler `acr_files`
--
ALTER TABLE `acr_files`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `acr_files_childs`
--
ALTER TABLE `acr_files_childs`
  ADD PRIMARY KEY (`id`);

--
-- Dökümü yapılmış tablolar için AUTO_INCREMENT değeri
--

--
-- Tablo için AUTO_INCREMENT değeri `acr_files`
--
ALTER TABLE `acr_files`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1231;

--
-- Tablo için AUTO_INCREMENT değeri `acr_files_childs`
--
ALTER TABLE `acr_files_childs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=920;
COMMIT;
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

Unknown

Total

1

Last Release

3086d 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 (23 commits)")

### Embed Badge

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

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

###  Alternatives

[venveo/craft-compress

Create smart zip files from Craft assets on the fly

124.7k](/packages/venveo-craft-compress)

PHPackages © 2026

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