PHPackages                             thaithimytien/myclass - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. thaithimytien/myclass

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

thaithimytien/myclass
=====================

Manage class

01PHP

Since Jul 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mytien0906/BE2-Myclass)[ Packagist](https://packagist.org/packages/thaithimytien/myclass)[ RSS](/packages/thaithimytien-myclass/feed)WikiDiscussions main Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Package Filemanager
===================

[](#package-filemanager)

- @webiste:
- @package-name: package-filemanager
- @author: Kang
- @date: 27/12/2017
- @version: 2.0

Features
--------

[](#features)

1. CRUD
2. Add category to form
3. Language standard
4. Add filters on table data
5. Add token for prevent XSRF

Step 1: Add service providers to **config/app.php**
---------------------------------------------------

[](#step-1-add-service-providers-to-configappphp)

1. Foostart\\Post\\PostServiceProvider::class,
2. Foostart\\Slideshow\\SlideshowServiceProvider::class,
3. Foostart\\Filemanager\\FilemanagerServiceProvider::class,
4. Intervention\\Image\\ImageServiceProvider::class,

Step 2: Add class aliases to **config/app.php**
-----------------------------------------------

[](#step-2-add-class-aliases-to-configappphp)

1. 'Image' =&gt; Intervention\\Image\\Facades\\Image::class,
2. 'Input' =&gt; Illuminate\\Support\\Facades\\Request::class,

Step 3: Install publish
-----------------------

[](#step-3-install-publish)

1. php artisan vendor:publish --provider="Foostart\\Post\\PostServiceProvider" --force
2. php artisan vendor:publish --provider="Foostart\\Slideshow\\SlideshowServiceProvider" --force

Step 4: Publish the package’s config and assets :
-------------------------------------------------

[](#step-4-publish-the-packages-config-and-assets-)

1. php artisan vendor:publish --tag=lfm\_config
2. php artisan vendor:publish --tag=lfm\_public

Step 5: Clear cache
-------------------

[](#step-5-clear-cache)

1. php artisan route:clear
2. php artisan config:clear
3. php artisan storage:link

Step 6: Migrate and Seeder
--------------------------

[](#step-6-migrate-and-seeder)

Run the following

1. php artisan migrate
2. php artisan db:seed

Step 7: Add user
----------------

[](#step-7-add-user)

foostart\\laravel-filemanager\\src\\Handlers\\ConfigHandler.php

```
