沵迆平原,南驰苍梧涨海,北走紫塞雁门。柂以漕渠,轴以昆岗。重关复江之隩,四会五达之庄。当昔全盛之时,车挂轊,人驾肩。廛闬扑地,歌吹沸天。孳货盐田,铲利铜山,才力雄富,士马精妍。故能侈秦法,佚周令,划崇墉,刳濬洫,图修世以休命。是以板筑雉堞之殷,井干烽橹之勤,格高五岳,袤广三坟,崪若断岸,矗似长云。制磁石以御冲,糊赪壤以飞文。观基扃之固护,将万祀而一君。出入三代,五百余载,竟瓜剖而豆分。泽葵依井,荒葛罥涂。坛罗虺蜮,阶斗麕鼯。木魅山鬼,野鼠城狐,风嗥雨啸,昏见晨趋。饥鹰厉吻,寒鸱吓雏。伏虣藏虎,乳血飡肤。崩榛塞路,峥嵘古馗。白杨早落,寒草前衰。稜稜霜气,蔌蔌风威。孤篷自振,惊沙坐飞。灌莽杳而无际,丛薄纷其相依。通池既已夷,峻隅又以颓。直视千里外,唯见起黄埃。凝思寂听,心伤已摧。若夫藻扃黼帐,歌堂舞阁之基;璇渊碧树,弋林钓渚之馆;吴蔡齐秦之声,鱼龙爵马之玩;皆薰歇烬灭,光沉响绝。东都妙姬,南国佳人,蕙心纨质,玉貌绛唇,莫不埋魂幽石,委骨穷尘。岂忆同辇之愉乐,离宫之苦辛哉?天道如何,吞恨者多。抽琴命操,为芜城之歌。歌曰:“边风急兮城上寒,井径灭兮丘陇残。千龄兮万代,共尽兮何言。
Filer
Sendar Dokka
Kreatar Dokka
Buildar Foldar
Buildar
Modifar: app.php
<?php
use Illuminate\Support\Facades\Facade;
use Illuminate\Support\ServiceProvider;
return [
/*
|--------------------------------------------------------------------------
| Application Name
|--------------------------------------------------------------------------
|
| This value is the name of your application. This value is used when the
| framework needs to place the application's name in a notification or
| any other location as required by the application or its packages.
|
*/
'name' => env('APP_NAME', 'SkillGro'),
/*
|--------------------------------------------------------------------------
| Application Environment
|--------------------------------------------------------------------------
|
| This value determines the "environment" your application is currently
| running in. This may determine how you prefer to configure various
| services the application utilizes. Set this in your ".env" file.
|
*/
'env' => env('APP_ENV', 'production'),
/*
|--------------------------------------------------------------------------
| Application Debug Mode
|--------------------------------------------------------------------------
|
| When your application is in debug mode, detailed error messages with
| stack traces will be shown on every error that occurs within your
| application. If disabled, a simple generic error page is shown.
|
*/
'debug' => (bool) env('APP_DEBUG', false),
/*
|--------------------------------------------------------------------------
| Application URL
|--------------------------------------------------------------------------
|
| This URL is used by the console to properly generate URLs when using
| the Artisan command line tool. You should set this to the root of
| your application so that it is used when running Artisan tasks.
|
*/
'url' => env('APP_URL', 'http://localhost'),
'asset_url' => env('ASSET_URL'),
/*
|--------------------------------------------------------------------------
| Application Timezone
|--------------------------------------------------------------------------
|
| Here you may specify the default timezone for your application, which
| will be used by the PHP date and date-time functions. We have gone
| ahead and set this to a sensible default for you out of the box.
|
*/
'timezone' => 'UTC',
/*
|--------------------------------------------------------------------------
| Application Locale Configuration
|--------------------------------------------------------------------------
|
| The application locale determines the default locale that will be used
| by the translation service provider. You are free to set this value
| to any of the locales which will be supported by the application.
|
*/
'locale' => 'en',
/*
|--------------------------------------------------------------------------
| Application Fallback Locale
|--------------------------------------------------------------------------
|
| The fallback locale determines the locale to use when the current one
| is not available. You may change the value to correspond to any of
| the language folders that are provided through your application.
|
*/
'fallback_locale' => 'en',
/*
|--------------------------------------------------------------------------
| Faker Locale
|--------------------------------------------------------------------------
|
| This locale will be used by the Faker PHP library when generating fake
| data for your database seeds. For example, this will be used to get
| localized telephone numbers, street address information and more.
|
*/
'faker_locale' => 'en_US',
/*
|--------------------------------------------------------------------------
| Encryption Key
|--------------------------------------------------------------------------
|
| This key is used by the Illuminate encrypter service and should be set
| to a random, 32 character string, otherwise these encrypted strings
| will not be safe. Please do this before deploying an application!
|
*/
'key' => env('APP_KEY'),
'cipher' => 'AES-256-CBC',
/*
|--------------------------------------------------------------------------
| Maintenance Mode Driver
|--------------------------------------------------------------------------
|
| These configuration options determine the driver used to determine and
| manage Laravel's "maintenance mode" status. The "cache" driver will
| allow maintenance mode to be controlled across multiple machines.
|
| Supported drivers: "file", "cache"
|
*/
'maintenance' => [
'driver' => 'file',
// 'store' => 'redis',
],
'app_mode' => env('APP_MODE', 'LIVE'),
/*
|--------------------------------------------------------------------------
| Autoloaded Service Providers
|--------------------------------------------------------------------------
|
| The service providers listed here will be automatically loaded on the
| request to your application. Feel free to add your own services to
| this array to grant expanded functionality to your applications.
|
*/
'providers' => ServiceProvider::defaultProviders()->merge([
/*
* Package Service Providers...
*/
Mews\Purifier\PurifierServiceProvider::class,
/*
* Application Service Providers...
*/
App\Providers\AppServiceProvider::class,
App\Providers\AuthServiceProvider::class,
App\Providers\BroadcastServiceProvider::class,
App\Providers\EventServiceProvider::class,
App\Providers\RouteServiceProvider::class,
Spatie\Permission\PermissionServiceProvider::class,
])->toArray(),
/*
|--------------------------------------------------------------------------
| Class Aliases
|--------------------------------------------------------------------------
|
| This array of class aliases will be registered when this application
| is started. However, feel free to register as many as you wish as
| the aliases are "lazy" loaded so they don't hinder performance.
|
*/
'aliases' => Facade::defaultAliases()->merge([
// 'GoogleTranslate' => Stichoza\GoogleTranslate\GoogleTranslate::class
'Purifier' => Mews\Purifier\Facades\Purifier::class,
])->toArray(),
];
Savka
Namka
Sizka
Modka
Timka
Aktionz
a€”
0755
Jun 02 08:29
Deletar
Shiftar
[FILE] app.php
6,709 B
0644
Sep 18 16:04
[FILE] auth.php
4,295 B
0644
Aug 13 22:33
[FILE] broadcasting.php
2,147 B
0644
Aug 13 22:33
[FILE] cache.php
3,337 B
0644
Aug 13 22:33
[FILE] cart.php
2,135 B
0644
Aug 13 22:33
[FILE] cloud-storage-region.php
553 B
0644
Sep 18 16:04
[FILE] cors.php
846 B
0644
Aug 13 22:33
[FILE] course.php
640 B
0644
Sep 18 16:04
[FILE] database.php
5,274 B
0644
Aug 13 22:33
[FILE] debugbar.php
11,697 B
0644
Aug 13 22:33
[FILE] filesystems.php
4,103 B
0644
Sep 18 16:04
[FILE] hashing.php
1,624 B
0644
Aug 13 22:33
[FILE] image-optimizer.php
2,310 B
0644
Aug 13 22:33
[FILE] index.php
0 B
0644
Jun 02 08:28
[FILE] lfm.php
6,612 B
0644
Aug 25 16:11
[FILE] logging.php
4,173 B
0644
Aug 13 22:33
[FILE] mail.php
3,856 B
0644
Aug 13 22:33
[FILE] modules.php
11,123 B
0644
Aug 13 22:33
[FILE] paypal.php
1,116 B
0644
Aug 13 22:33
[FILE] permission.php
6,511 B
0644
Aug 13 22:33
[FILE] purifier.php
4,511 B
0644
Aug 21 14:05
[FILE] queue.php
3,447 B
0644
Aug 13 22:33
[FILE] sanctum.php
2,963 B
0644
Aug 13 22:33
[FILE] services.php
979 B
0644
Aug 13 22:33
[FILE] session.php
7,029 B
0644
Aug 13 22:33
[FILE] view.php
1,053 B
0644
Aug 13 22:33
Offshore Crane Operator Training & Certification || oceanmavericksmaritime
15 Feb, 2025
by vijay
1 Min Read
0 Comments
Offshore Crane Operator Training & Certification
The Offshore Crane Operator Training & Certification in Tamil Nadu is designed for professionals working in offshore, oil & gas, and maritime industries . This course provides essential knowledge and practical skills to operate offshore cranes safely and efficiently in challenging marine environments.
Participants will learn crane safety protocols, load handling techniques, emergency response, equipment maintenance, and risk assessment . The training ensures compliance with international offshore lifting standards and industry regulations , helping professionals enhance operational efficiency and workplace safety.
By obtaining Offshore Crane Operator Certification , individuals can boost career prospects, reduce workplace hazards, and comply with global offshore safety standards . Enroll today to become a certified offshore crane operator.