merhaba..app/helpers.php olusturdum composer.json dosyasına da file ekleyip dump yaptım..normalde calısıyor
<?php
define ("__IOS__","foo");
bu sekliyle okey..ama ben icinde config app.php icinde alias ta olan bir sınıfı kullanmak istiyorum
require __DIR__.'/../vendor/autoload.php';
use BrowserDetect;
define("__IOS__","foo");
yazdım ama çalışmadı..