dan-powell / portfolio by dan-powell

Portfolio-centric content management system for Laravel 5
59
2
2
Package Data
Maintainer Username: dan-powell
Maintainer Contact: dan@dan-powell.uk (Dan Powell)
Package Create Date: 2015-03-08
Package Last Update: 2016-01-07
Language: CSS
License: MIT
Last Refreshed: 2024-04-23 03:16:16
Package Statistics
Total Downloads: 59
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 4
Total Open Issues: 2

Installing

    php artisan vendor:publish

Add 'portfolio' directory as Storage disk

Upgrading

    php artisan vendor:publish --tag=migrations --force

Admin Area

/admin

Adding users

    php artisan portfolio:adduser <Username> <Password> <Role - optional> <User ID to overwrite - optional>