Author: Mauricio Elliff The objetive of this php functions, is get data from project, and give it to js functions. All this files are pure php, but it is recommended that in our main.blade include blade files and not only pure php files. For that reazon I give this files the posfix ".blade.php". Mode to use: in main blade create this global js vars: @include('miLibreria::laravel.blade.projectServerVars') @include('miLibreria::laravel.blade.projectPaths') @include('miLibreria::laravel.blade.projectRoutes') @include('miLibreria::laravel.blade.projectTranslations')