All Projects → superv → platform

superv / platform

Licence: MIT license
superV Platform for Laravel

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to platform

Crudbooster
Laravel CRUD Generator, Make an Advanced Web Application Quickly
Stars: ✭ 1,580 (+6483.33%)
Mutual labels:  laravel-admin, admin-panel
Doctype admin
Laravel Admin Panel for lazy developers. Contains User Management, Roles and Permission Management, Activity Logging and integratable packages
Stars: ✭ 44 (+83.33%)
Mutual labels:  laravel-admin, admin-panel
Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (+1370.83%)
Mutual labels:  laravel-admin, admin-panel
Binda
Headless CMS based on Ruby on Rails
Stars: ✭ 60 (+150%)
Mutual labels:  modular, admin-panel
plazar-js
Modular framework built with enterprise in mind - http://www.plazarjs.com
Stars: ✭ 25 (+4.17%)
Mutual labels:  modular
china-distpicker
中国省/市/区(县)三级级联选择器
Stars: ✭ 128 (+433.33%)
Mutual labels:  laravel-admin
CodeIgniter-HMVC
CodeIgniter 3.1.10 with Modular Extensions - HMVC and Whoops Error Handling Framework 2.5.0
Stars: ✭ 30 (+25%)
Mutual labels:  modular
fylgja
The modular highly customisable CSS framework. Powered by CSS Components, Utilities and Props for building your Web UI.
Stars: ✭ 65 (+170.83%)
Mutual labels:  modular
Laravel---SB-Admin-2---Fortify
Ini adalah template dasar untuk menggunakan SB Admin 2 yang dibungkus dengan Laravel 9, Laravel UI, dan Laravel Fortify.
Stars: ✭ 22 (-8.33%)
Mutual labels:  laravel-admin
glide
a modular but comfy startpage for many scenarios
Stars: ✭ 39 (+62.5%)
Mutual labels:  modular
modis
A highly modular Discord bot designed for anyone to customise and self-host.
Stars: ✭ 16 (-33.33%)
Mutual labels:  modular
vade-mecum-shelf
Collection of vade mecum-like utilities wrapped into one single app, built with Electron.
Stars: ✭ 33 (+37.5%)
Mutual labels:  modular
platframe
Structured, scalable and modular frontend development platform.
Stars: ✭ 38 (+58.33%)
Mutual labels:  modular
ariyana
Ariyana is an ECS work in progress game engine written in Orthodox C++ and Beef with a focus on cross-platform and multiplayer games
Stars: ✭ 73 (+204.17%)
Mutual labels:  modular
laravel-database-manager
Make your database simple, easier and faster with vuejs.
Stars: ✭ 50 (+108.33%)
Mutual labels:  laravel-admin
StartupModules
Startup modules for ASP.NET Core.
Stars: ✭ 33 (+37.5%)
Mutual labels:  modular
architectui-vue-theme-free
ArchitectUI Vue Lite is a minimal admin dashboard template. It features a simple functionality to get your SaaS admin panel up and running in no-time.
Stars: ✭ 57 (+137.5%)
Mutual labels:  admin-panel
SymfonyModularRouting
[DEPRECATED] Decouple your Symfony routing to independent, standalone services.
Stars: ✭ 18 (-25%)
Mutual labels:  modular
Modular2Recycler
Modular²Recycler is a RecyclerView.Adapter that is modular squared.
Stars: ✭ 72 (+200%)
Mutual labels:  modular
Jarvis-personal-assistant
Comfort of a personal assistant for Linux systems. Currently features native google, yahoo, bing searches, weather conditions, videos from youtube and looking up for images as well, all in a very reliable structure and UI.
Stars: ✭ 45 (+87.5%)
Mutual labels:  modular

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.

Please visit https://superv.github.io for documentation.

Click here for video tutorials.

Installation

Requirements

superV has the following requirments:

  • 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:

composer require superv/platform

Run the installer

php artisan superv:install

Installer will try to complete the following configurations for you:

Install the composer package for Admin Panel addon:

composer require superv/admin-panel

Install the Admin Panel

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.

Install as a Fresh Project

Create project with composer in your terminal:

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.

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.

Next, create a database and add your credentials to your .env file:

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

And install superV

php artisan superv:install

Install the Admin Panel

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.

Support

If you any questions, feel free to contact me on Twitter.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].