File tree Expand file tree Collapse file tree 5 files changed +9
-19
lines changed
src/Bilaliqbalr_new/StringBladeCompiler Expand file tree Collapse file tree 5 files changed +9
-19
lines changed Original file line number Diff line number Diff line change 2929 },
3030 "autoload" : {
3131 "psr-4" : {
32- "Bilaliqbalr \\ StringBladeCompiler\\ " : " src/"
32+ "Bilaliqbalr_new \\ StringBladeCompiler\\ " : " src/"
3333 }
3434 },
35- "minimum-stability" : " dev" ,
36- "extra" : {
37- "laravel" : {
38- "providers" : [
39- " Bilaliqbalr\\ StringBladeCompiler\\ StringBladeCompilerServiceProvider"
40- ],
41- "aliases" : {
42- "StringView" : " Bilaliqbalr\\ StringBladeCompiler\\ Facades\\ StringView"
43- }
44- }
45- }
35+ "minimum-stability" : " dev"
4636}
Original file line number Diff line number Diff line change 11<?php
2- namespace Bilaliqbalr \StringBladeCompiler \Facades ;
2+ namespace Bilaliqbalr_new \StringBladeCompiler \Facades ;
33
44use Illuminate \Support \Facades \Facade ;
55use Illuminate \Support \Facades \Log ;
@@ -15,6 +15,6 @@ class StringView extends Facade
1515 protected static function getFacadeAccessor ()
1616 {
1717 Log::info ('datoasdasd88asd8asd ' );
18- return 'stringview ' ;
18+ return 'StringView ' ;
1919 }
2020}
Original file line number Diff line number Diff line change 11<?php
2- namespace Bilaliqbalr \StringBladeCompiler ;
2+ namespace Bilaliqbalr_new \StringBladeCompiler ;
33
44use Illuminate \Support \Facades \Log ;
55use Illuminate \View \Compilers \BladeCompiler ;
Original file line number Diff line number Diff line change 11<?php
2- namespace Bilaliqbalr \StringBladeCompiler ;
2+ namespace Bilaliqbalr_new \StringBladeCompiler ;
33
44use Illuminate \Support \Facades \Log ;
55use Illuminate \Support \ServiceProvider ;
@@ -41,7 +41,7 @@ public function register()
4141 $ config_path = __DIR__ . '/../../../config/string-blade-compiler.php ' ;
4242 $ this ->mergeConfigFrom ($ config_path , 'string-blade-compiler ' );
4343
44- $ this ->app ->singleton ('stringview ' , function ($ app ) {
44+ $ this ->app ->singleton ('StringView ' , function ($ app ) {
4545 $ cache_path = storage_path ('app/string-blade-compiler/views ' );
4646
4747 $ string_view = new StringView ($ app ['config ' ]);
@@ -53,7 +53,7 @@ public function register()
5353 $ this ->app ->booting (function () {
5454 Log::info ('Entroa aca!!!!! ' );
5555 $ loader = \Illuminate \Foundation \AliasLoader::getInstance ();
56- $ loader ->alias ('StringView ' , 'Bilaliqbalr \StringBladeCompiler\Facades\StringView ' );
56+ $ loader ->alias ('StringView ' , 'Bilaliqbalr_new \StringBladeCompiler\Facades\StringView ' );
5757 });
5858 }
5959
Original file line number Diff line number Diff line change 11<?php
2- namespace Bilaliqbalr \StringBladeCompiler ;
2+ namespace Bilaliqbalr_new \StringBladeCompiler ;
33
44use Illuminate \Support \Facades \Log ;
55use View ;
You can’t perform that action at this time.
0 commit comments