Download the PHP package artincms/laravel_portfolio without Composer
On this page you can find all versions of the php package artincms/laravel_portfolio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download artincms/laravel_portfolio
More information about artincms/laravel_portfolio
Files in artincms/laravel_portfolio
Download artincms/laravel_portfolio
More information about artincms/laravel_portfolio
Files in artincms/laravel_portfolio
Vendor artincms
Package laravel_portfolio
Short Description Official ArtinCMS.com Laravel Gallery Systems Package
License MIT
Package laravel_portfolio
Short Description Official ArtinCMS.com Laravel Gallery Systems Package
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel_portfolio
laravel_portfolio manager
laravel Portfolio manager is a laravel package
Requiments
- PHP >= 7.0
- Laravel 5.5|5.6
- vue js (if you want use our vue js template)
Installation
Quick installation
composer require artincms/laravel_portfolio
publish vendor
$ php artisan vendor:publish --provider="ArtinCMS\LPM\LPMServiceProvider" --force
migrate tabales
$ php artisan migrate
seed larave file manager data to lfm_file_mime_type table
php artisan db:seed --class="ArtinCMS\LFM\Database\Seeds\FilemanagerTableSeeder"
for more learn about laravel file manager setup you can visit laravel file manager
usage
for Manage portfolio manager backend url is :
http://yourDomain/LPM/Portfolio
for use laravel portfolio in frontend of site you should use encode below html code in your project :
and create javascript file as sample bellow .
if you dont want devlope this template you can just load this javascript file
Props
Props | Type | Default | Description |
---|---|---|---|
gallery_id | Number | 0 | gallery you want show if you set it to 0 show all gallery in main root |
lang_id | Number | null | The language item if set to null select all language |
rtl | Boolean | true | the direction of page rtl set true and ltr set to false |
Other my Vue JS plugins
Project | Description | npm install | axios | Promise based HTTP client for the browser and node.js | npm install axios |
---|---|---|
Vue Translate Plugin | A VueJS (1.x, 2.0+) plugin for basic translations. | npm i vue-translate-plugin |
All versions of laravel_portfolio with dependencies
PHP Build Version
Package Version
Requires
yajra/laravel-datatables-oracle Version
~8.0
hashids/hashids Version ^3.0
artincms/laravel_file_manager Version dev-master
artincms/laravel_tagable Version dev-master
hashids/hashids Version ^3.0
artincms/laravel_file_manager Version dev-master
artincms/laravel_tagable Version dev-master
The package artincms/laravel_portfolio contains the following files
Loading the files please wait ....