Crinsane / LaravelShoppingcart

A simple shopping cart implementation for Laravel
MIT License
3.67k stars 1.73k forks source link

Hey guys can help me? Cannot "use Cart; " is not undefine in laravel #671

Open samchan952 opened 2 years ago

samchan952 commented 2 years ago

image this file in providers image this file in aliases image cannot use cart

bumbummen99 commented 2 years ago

Just an opinion but why would you use the globally namespaced alias instead of the ful namespace in your .php file? I would only use it in a template or any place where i cant use use statements.