Download the PHP package tranthihoaitrang/myclass without Composer
On this page you can find all versions of the php package tranthihoaitrang/myclass. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tranthihoaitrang/myclass
More information about tranthihoaitrang/myclass
Files in tranthihoaitrang/myclass
Download tranthihoaitrang/myclass
More information about tranthihoaitrang/myclass
Files in tranthihoaitrang/myclass
Please rate this library. Is it a good library?
Informations about the package myclass
Package Filemanager
- @webiste: http://foostart.com
- @package-name: package-myclass
- @author: Kang
- @date: 12/07/2021
- @version: 1.9
Features
- CRUD
- Add category to form
- Language standard
- Add filters on table data
- Add token for prevent XSRF
Step 1: Add service providers to config/app.php
- Tranthihoaitrang\Myclass\ClassServiceProvider::class
Step 2: Install publish
- php artisan vendor:publish --provider="Tranthihoaitrang\Myclass\ClassServiceProvider" --force
- php artisan vendor:publish --provider="Foostart\Slideshow\SlideshowServiceProvider" --force
Step 3: Publish the package’s config and assets :
- php artisan vendor:publish --tag=lfm_config
- php artisan vendor:publish --tag=lfm_public
Step 4: Clear cache
- php artisan route:clear
- php artisan config:clear
- php artisan storage:link
Step 5: Migrate and Seeder
Run the following
- php artisan migrate
- php artisan db:seed
Step 6: Add user
foostart\laravel-filemanager\src\Handlers\ConfigHandler.php
All versions of myclass with dependencies
PHP Build Version
Package Version
The package tranthihoaitrang/myclass contains the following files
Loading the files please wait ....