php - vBulletin inside Laravel application -
i finished website's transition laravel , left current forum software, vbulletin.
right now, website consists of various blade files (all extending main layout).
for forum work, had place vbulletin files in /forum
directory inside /public
, access them directly (having add exception in .htaccess file). so, accessing them directly (by visiting example.com/public/forum/index.php
example), loosing laravel functionality. want use methods , controllers have defined in laravel site. current user, profile picture , other stuff.
moreover, how can use blade files outside of laravel? example, have common header (which in own header.blade.php file). how can accomplish instead of creating new header.php file , have blade syntax converted html/php?
the question(s) above may specific vbulletin, expanded application:
how use external application inside laravel, utilising blade syntax , classes / controllers implemented?
thanks in advance, ilias
Comments
Post a Comment