Download the PHP package cansa/package-intership without Composer
On this page you can find all versions of the php package cansa/package-intership. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cansa/package-intership
More information about cansa/package-intership
Files in cansa/package-intership
Download cansa/package-intership
More information about cansa/package-intership
Files in cansa/package-intership
Vendor cansa
Package package-intership
Short Description Manage post
License MIT
Package package-intership
Short Description Manage post
License MIT
Keywords cansalaravel 8 package intership
Please rate this library. Is it a good library?
Informations about the package package-intership
Package Filemanager
- @webiste: http://foostart.com
- @package-name: package-filemanager
- @author: Kang
- @date: 27/12/2017
- @version: 2.0
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
- Cansa\Intership\IntershipServiceProvider::class,
- Collective\Html\HtmlServiceProvider::class,
Step 2: Add class aliases to config/app.php
- 'Input' => Illuminate\Support\Facades\Request::class,
- 'Form' => Collective\Html\FormFacade::class,
- 'Html' => Collective\Html\HtmlFacade::class,
Step 3: Change model providers class Auth aliases to config/auth.php
- 'model' => Cansa\Intership\Models\User::class,
Step 4: Add middleware in app/Http/Kernel.php
- \Illuminate\Session\Middleware\StartSession::class,
- \Illuminate\View\Middleware\ShareErrorsFromSession::class,
Step 5: Delete user and password migration file in database/migrations
Step 6: add session
- php artisan session:table
Step 7: Install publish
- php artisan vendor:publish --provider="Cansa\Intership\IntershipServiceProvider" --force
Step 8: Publish the package’s config and assets :
- php artisan vendor:publish --tag=lfm_config
- php artisan vendor:publish --tag=lfm_public
Step 9: Clear cache
- php artisan route:clear
- php artisan config:clear
- php artisan storage:link
Step 10: Migrate and Seeder
Run the following
- php artisan migrate
- php artisan db:seed
All versions of package-intership with dependencies
PHP Build Version
Package Version
Requires
laravelcollective/html Version
6.2.1
The package cansa/package-intership contains the following files
Loading the files please wait ....