Failed to save the file to the "xx" directory.
Failed to save the file to the "ll" directory.
Failed to save the file to the "mm" directory.
Failed to save the file to the "wp" directory.
Server IP : 66.29.132.124 / Your IP : 3.23.101.231 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/book24.ng/modules/Template/ |
Upload File : |
<?php namespace Modules\Template; use Modules\ModuleServiceProvider; class ModuleProvider extends ModuleServiceProvider { public function boot() { } public function register() { $this->app->register(RouterServiceProvider::class); } public static function getTemplateBlocks(){ return [ // 'row'=>"\\Modules\\Template\\Blocks\\Row", // 'column'=>"\\Modules\\Template\\Blocks\\Column", 'text'=>"\\Modules\\Template\\Blocks\\Text", 'call_to_action'=>"\\Modules\\Tour\\Blocks\\CallToAction", 'video_player'=>"\\Modules\\Template\\Blocks\\VideoPlayer", 'faqs'=>"\\Modules\\Template\\Blocks\\FaqList", 'list_featured_item'=>"\\Modules\\Tour\\Blocks\\ListFeaturedItem", 'testimonial'=>"\\Modules\\Tour\\Blocks\\Testimonial", 'form_search_all_service'=>"\\Modules\\Template\\Blocks\\FormSearchAllService", 'offer_block'=>"\\Modules\\Template\\Blocks\\OfferBlock", 'how_it_works'=>"\\Modules\\Template\\Blocks\\HowItWork", 'client_feedback'=>"\\Modules\\Template\\Blocks\\ClientFeedBack", ]; } }