filehosting-video-stream
filehosting-video-stream copied to clipboard
player video selalu kembali ke titik awal
mas rudi, untuk embed videonya itu selalu kembali ke awal saat di coba percepat atau perlambat, karena apa ya mas, bisa dapat clue nya?,
bantu instalin bg :(
bantu instalin bg :(
- enter db details on. env.example
- change .env.example to .env
- migrate db command : php artisan migrate
- seed db command : php artisan migrate --seed
- done
bantu instalin bg :(
- enter db details on. env.example
- change .env.example to .env
- migrate db command : php artisan migrate
- seed db command : php artisan migrate --seed
- done
punya abg udh bsa bg?
3. php artisan migrate
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laravel.storage_servers' doesn't exist (SQL: select * from storage_servers
)
error terus aq bg,di semua php aq pake aapanel
- php artisan migrate
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laravel.storage_servers' doesn't exist (SQL: select * from
storage_servers
)I keep having errors, in all php I use aapanel
remove this code inside the "public function boot()" in app/Providers/StorageServerServiceProvider.php
StorageServer::all()->each(function (StorageServer $storageServer) {
$this->app['config']["filesystems.disks.{$storageServer->name}"] = collect(
json_decode($storageServer->config)
)->toArray();
});
i have made all steps correctly but how can i now access the server?