Download the PHP package vovantruong/package-course without Composer
On this page you can find all versions of the php package vovantruong/package-course. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vovantruong/package-course
More information about vovantruong/package-course
Files in vovantruong/package-course
Download vovantruong/package-course
More information about vovantruong/package-course
Files in vovantruong/package-course
Vendor vovantruong
Package package-course
Short Description The Manage course
License MIT
Package package-course
Short Description The Manage course
License MIT
Keywords laravel 5 package coursevovantruong
Please rate this library. Is it a good library?
Informations about the package package-course
Package Filemanager
Step 1: Add service providers to config/app.php
- Vovantruong\Course\CourseServiceProvider::class,
- Intervention\Image\ImageServiceProvider::class,
Step 2: Add class aliases to config/app.php
- 'Image' => Intervention\Image\Facades\Image::class,
- 'Input' => Illuminate\Support\Facades\Request::class,
Step 3: Install publish
- php artisan vendor:publish --provider="Vovantruong\Course\CourseServiceProvider" --force
Step 4: Publish the package’s config and assets :
- php artisan vendor:publish --tag=lfm_config
- php artisan vendor:publish --tag=lfm_public
Step 5: Clear cache
- php artisan route:clear
- php artisan config:clear
- php artisan storage:link
Step 6: Migrate and Seeder
Run the following
- php artisan migrate
- php artisan db:seed
All versions of package-course with dependencies
PHP Build Version
Package Version
The package vovantruong/package-course contains the following files
Loading the files please wait ....