• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

DTLive - Movies – TV Series – Live TV - Channels - OTT - Android app | Laravel Admin Panel

DTLive - Movies – TV Series – Live TV - Channels - OTT - Android app | Laravel Admin Panel 13 July 2023

No permission to download

<?php

Illuminate\Support\Str kullanın;

dönüş [

/*
|------------------------------------------------- -------------
| Varsayılan Veritabanı Bağlantı Adı
|------------------------------------------------- -------------
|
| Burada aşağıdaki veritabanı bağlantılarından hangisini istediğinizi belirtebilirsiniz.
| tüm veritabanı çalışmaları için varsayılan bağlantınız olarak kullanmak için. Tabii ki
| Veritabanı kütüphanesini kullanarak birçok bağlantıyı aynı anda kullanabilirsiniz.
|
*/

'varsayılan' => env('DB_CONNECTION', 'mysql'),

/*
|------------------------------------------------- -------------
| Veritabanı Bağlantıları
|------------------------------------------------- -------------
|
| İşte uygulamanız için veritabanı bağlantılarının her biri.
| Elbette, her veritabanı platformunu yapılandırma örnekleri
| Laravel tarafından desteklenen, geliştirmeyi kolaylaştırmak için aşağıda gösterilmiştir.
|
|
| Laravel'deki tüm veritabanı çalışmaları PHP PDO olanakları aracılığıyla yapılır.
| bu nedenle, kendi veritabanınız için sürücüye sahip olduğunuzdan emin olun.
| Geliştirmeye başlamadan önce makinenizde yüklü seçim.
|
*/

'bağlantılar' => [

'sqlite' => [
'sürücü' => 'sqlite',
'url' => env('DATABASE_URL'),
'veritabanı' => env('DB_DATABASE', database_path('database.sqlite')),
'önek' => '',
'foreign_key_constraints' => env('DB_FOREIGN_KEYS', doğru),
],

'mysql' => [
'sürücü' => 'mysql',
'url' => env('DATABASE_URL'),
'host' => env('DB_HOST', '127.0.0.1'),
'port' => env('DB_PORT', '3306'),
'veritabanı' => env('DB_DATABASE', 'forge'),
'username' => env('DB_USERNAME', 'forge'),
'şifre' => env('DB_PASSWORD', ''),
'unix_socket' => env('DB_SOCKET', ''),
'charset' => 'utf8mb4',
'harmanlama' => 'utf8mb4_unicode_ci',
'önek' => '',
'prefix_indexes' => doğru,
'katı' => doğru,
'motor' => boş,
'seçenekler' => extension_loaded('pdo_mysql')? dizi_filter([
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
]) : [],
],

'pgsql' => [
'sürücü' => 'pgsql',
'url' => env('DATABASE_URL'),
'host' => env('DB_HOST', '127.0.0.1'),
'port' => env('DB_PORT', '5432'),
'veritabanı' => env('DB_DATABASE', 'forge'),
'username' => env('DB_USERNAME', 'forge'),
'şifre' => env('DB_PASSWORD', ''),
'karakter seti' => 'utf8',
'önek' => '',
'prefix_indexes' => doğru,
'şema' => 'genel',
'sslmode' => 'tercih',
],

'sqlsrv' => [
'sürücü' => 'sqlsrv',
'url' => env('DATABASE_URL'),
'host' => env('DB_HOST', 'localhost'),
'port' => env('DB_PORT', '1433'),
'veritabanı' => env('DB_DATABASE', 'forge'),
'username' => env('DB_USERNAME', 'forge'),
'şifre' => env('DB_PASSWORD', ''),
'karakter seti' => 'utf8',
'önek' => '',
'prefix_indexes' => doğru,
],

],

/*
|------------------------------------------------- -------------
| Taşıma Deposu Tablosu
|------------------------------------------------- -------------
|
| Bu tablo, halihazırda çalışan tüm geçişlerin kaydını tutar.
| başvurunuz. Bu bilgiyi kullanarak hangisinin hangisi olduğunu belirleyebiliriz.
| diskteki geçişler aslında veritabanında çalıştırılmamıştır.
|
*/

'göç' => 'göç',

/*
|------------------------------------------------- -------------
| Redis Veritabanları
|------------------------------------------------- -------------
|
| Redis, açık kaynaklı, hızlı ve gelişmiş bir anahtar/değer deposudur.
| tipik bir anahtar/değer sisteminden daha zengin bir komut gövdesi sağlar
| APC veya Memcached gibi. Laravel, doğrudan incelemeyi kolaylaştırır.
|
*/

'redis' => [

'client' => env('REDIS_CLIENT', 'phpredis'),

'seçenekler' => [
'küme' => env('REDIS_CLUSTER', 'redis'),
'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_database_'),
],

'varsayılan' => [
'url' => env('REDIS_URL'),
'host' => env('REDIS_HOST', '127.0.0.1'),
'şifre' => env('REDIS_PASSWORD', null),
'port' => env('REDIS_PORT', '6379'),
'veritabanı' => env('REDIS_DB', '0'),
],

'önbellek' => [
'url' => env('REDIS_URL'),
'host' => env('REDIS_HOST', '127.0.0.1'),
'şifre' => env('REDIS_PASSWORD', null),
'port' => env('REDIS_PORT', '6379'),
'veritabanı' => env('REDIS_CACHE_DB', '1'),
],

],

];
 
  • Like
Reactions: hifimass
Thanks for the update. I installed the admin panel to look at it, but it gives an error while adding a video. I haven't been able to test the application yet, I hope there is no problem with the application.
 
Thanks for the update. I installed the admin panel to look at it, but it gives an error while adding a video. I haven't been able to test the application yet, I hope there is no problem with the application.

I myself bought the script 3 days after release because it was going at 19$. But I didn't realize it wanted a VPS Server.

So I'm yet to get decent affordable VPS hosting.
 
Thanks for the update. I installed the admin panel to look at it, but it gives an error while adding a video. I haven't been able to test the application yet, I hope there is no problem with the application.
Hey.... Can you help with installing the Web Panel... I have failed
 
J
MY ERROR

vendor/laravel/framework/src/Illuminate/Database/Connection.php:712

ANY ANYDESK HELP

I AM VPS UBUNTU LATEST SERVER USEING

NODE INSTALL DONE
pear php extension DONE
SQL IMPORT DONE SET Connection.php MY MSQL ADDED DONE

BUT NOT WORKING ERROR

Hi I'm from checking your site and it seems your Database User (root) doesn't have the necessary permissions over the database.

So you can easily fix that by going to your database manager in your control panel

Then grant all permission for the database in question and that error should be out of your way.
 
Can anyone help me with website version deployment... I did it but it shows only logo, but not website.

Thank you
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock