Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

mani786's avatar

Use of undefined constant active - assumed 'active' (this will throw an Error in a future version of PHP)

<li class="text-center mt-1 small_menu_border"><a href="{{route('user.my-packages')}}"> <i class="fas fa-cubes text-white small_menu_icon_size"></i><span class="text-white small_menu_font_size {{Request::segment(2)=='my-packages'? active : ''}}"><br>My Packages</span></a></li>

When I write this so there is errorr

Use of undefined constant active - assumed 'active' (this will throw an Error in a future version of PHP) (View: C:\xampp\htdocs\sp\resources\views\layouts\user-main.blade.php)
0 likes
1 reply
mani786's avatar
mani786
OP
Best Answer
Level 1

That was because it was open in local but when it opens on live so this worked perfectly.

Please or to participate in this conversation.