amsgames / laravel-shop

Laravel shop package
MIT License
482 stars 166 forks source link

ShopUserTrait' not found #15

Closed Siddharth-chauhan closed 8 years ago

Siddharth-chauhan commented 8 years ago

Getting this error when moved to server from local http://starsearchproductions.com/shop

Below is code in Model namespace App;

use Illuminate\Database\Eloquent\Model; Use Amsgames\LaravelShop\ShopUserTrait;

class Product extends Model {

 use ShopUserTrait;
amostajo commented 8 years ago

I think is a matter of just naming the folders with initial Character in mayus, this might affect Linux based servers.

I will release an update for this soon. Thanks for the finding

amostajo commented 8 years ago

Latest release should fix this. Folders have been renamed to avoid Linux issues.