foostart/package-product is a Laravel package for manage product.
It currently has 0 GitHub stars and 45 downloads on Packagist (latest version 8.0.3).
Install it with composer require foostart/package-product.
Discover more Laravel packages by foostart
or browse all Laravel packages to compare alternatives.
Last updated
#Package Filemanager
@features
* Foostart\Product\ProductServiceProvider::class,
* Foostart\Slideshow\SlideshowServiceProvider::class,
* Foostart\Filemanager\FilemanagerServiceProvider::class,
* Intervention\Image\ImageServiceProvider::class,
foostart\laravel-filemanager\src\Handlers\ConfigHandler.php
user()->id; $auth = \App::make('authenticator'); $user = $auth->getLoggedUser(); if (empty($user)) { return NULL; } return $user->id; } }