2017 © Pedro Peláez
 

library platform

SuperV Platform Package

image

superv/platform

SuperV Platform Package

  • Thursday, August 2, 2018
  • by aliselcuk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 7 % Grown

The README.md

SuperV Platform for Laravel Build Status

SuperV is a Laravel package that provides an SPA Admin Panel based on your migration files, without generating or requiring additional files., (*1)

Please visit https://superv.github.io for documentation., (*2)

Click here for video tutorials., (*3)

Installation

Requirements

superV has the following requirments:, (*4)

  • Laravel 5.8+ or 6.*
  • PHP 7.2.0+
  • NPM (If you are willing to customize the frontend)

Install as a Composer Package

Pull in the latest superV Platform package:, (*5)

composer require superv/platform

Run the installer, (*6)

php artisan superv:install

Installer will try to complete the following configurations for you: - Configure composer.json for the Merge Plugin - Create a full privileged User - Create the Addons directory, (*7)

Install the composer package for Admin Panel addon:, (*8)

composer require superv/admin-panel

Install the Admin Panel, (*9)

php artisan addon:install superv.panels.admin

You can now navigate to http://your-base-hostname/admin using your browser and login with the user credentials you created during the installation process., (*10)

Install as a Fresh Project

Create project with composer in your terminal:, (*11)

composer create-project superv/superv-project 

Your web server should point to project's public folder for your hostname (eg: superv.test). Just as it would in a normal Laravel application., (*12)

Required directory permissions are also same with a normal laravel application with one exception, which is the addons folder. So make sure this folder is writable by your web server too., (*13)

Next, create a database and add your credentials to your .env file:, (*14)

DB_HOST=localhost
DB_DATABASE=superv
DB_USERNAME=superv
DB_PASSWORD=secret

And install superV, (*15)

php artisan superv:install

Install the Admin Panel, (*16)

php artisan addon:install superv.panels.admin

You can now navigate to http://your-base-hostname/admin using your browser and login with the user credentials you created during the installation process., (*17)

Support

If you any questions, feel free to contact me on Twitter., (*18)

License

MIT, (*19)

The Versions

23/02 2018

v0.2.0

0.2.0.0

SuperV Platform Package

  Sources   Download

The Requires

 

01/09 2017

dev-analysis-8Q2nVP

dev-analysis-8Q2nVP

  Sources   Download

31/08 2017

dev-analysis-8nWAkv

dev-analysis-8nWAkv

  Sources   Download