foostart/package-serialize is a Laravel package for manage serialize.
It currently has 0 GitHub stars and 1 downloads on Packagist.
Install it with composer require foostart/package-serialize.
Discover more Laravel packages by foostart
or browse all Laravel packages to compare alternatives.
Last updated
#Package Filemanager
@features
* Foostart\Serialize\SerializeServiceProvider::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; } }