Download the PHP package lucatacconi/silly-vue-scaffolding without Composer

On this page you can find all versions of the php package lucatacconi/silly-vue-scaffolding. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package silly-vue-scaffolding

silly-vue-scaffolding

Latest Stable Version Total Downloads Latest Unstable Version License

silly-vue-scaffolding

Vue/Vuetify, combined with systems such as Webpack, Browserify or Vue-cli becomes an extremely easy and versatile development tool.

Compiling all Vue files in a single file, even if useful for a more rapid execution of the application, sometimes becomes a brake for debugging, analysis of functioning on production servers or last minute changes.

Silly-vue-scaffolding is an easy way to release modular Vue/Vuetify applications, thus composed of several Vue files. Vue components are loaded but not compiled and made available using the FranckFreiburger/http-vue-loader library.

Natively Silly-vue-scaffolding includes an API section based on Slim and protected by JWT (tuupola/slim-jwt-auth).

A login page allows users to access to application's main area whose frontend is based on Vuetify.

The application menu is managed dynamically created, based on a specific configuration file that identifies items and filtered them based on the user's access level. The content of the main application area is managed via Vue Router.

Specific configuration files make it possible to easily configure all running parameters of the application.

The custom sections can be added to the sections directory and recalled via an entry in the specific configuration file that identifies the sections that can be recalled in the main menu.

Read specific sections of this document to install and configure the application.

System Requirements

Installation and application setup

It's recommended that you use Composer to install Silly-vue-scaffolding.

Access the Document Root folder on your Apache Server or one of the configured virtual hosts and run the following command:

Configure the main application information and environment by editing /config/application.json and .env file

In any case it is possible to download the complete package from Github and proceed with the configuration of the appropriate files.

First Login

The application is preconfigured with a single access user to verify the login procedure and access the dashboard and the main menu.

To test access use the login admin and password password

Accounts configuration

All users enabled to access the application are configured in the configuration file /config/accounts.json.

The accounts.json configuration file has the following format:

Among the various information listed, the type of user is also induced, information that is then used to filter the menu items enabled for the user.

For simplicity's choice the access configurations have been inserted in a file. However, nothing prevents the implementation of user management based on database reading.

Menu configuration

All menu items shown in the main menu are configured in the configuration file /config/navigation.json.

The navigation.json configuration file contains two configuration items: the first element configures the bootstrap page (bootstrapPage), the second element configures the map of menu items (navigationMap).

bootstrapPage configures the first page that will be shown following a successful login:

route represents the route of one of the elements configured in the navigation map, title represents the title that will be shown in the application's NavBar:

navigationMap contains all the elements that are shown in the main menu. It can contain three types of elements: the main menu element, the submenu element which in turn contains menu elements and the divider that represents a graphic subdivision within the mneu represented by a line. Each individual element can then be configured with different properties that set its behavior, display and layout.

The format for the single menu element is as follows:

The format for the divider element is as follows:

The format for the submenu element is as follows. Within the subMenuItems section the elements must be inserted as shown in the previous examples.

Credits

License

Silly Vue Scaffolding is licensed under the MIT license. See License File for more information.


All versions of silly-vue-scaffolding with dependencies

PHP Build Version
Package Version
Requires slim/slim Version ^4
slim/psr7 Version ^1
nyholm/psr7 Version ^1
nyholm/psr7-server Version ^0
guzzlehttp/psr7 Version ^1
http-interop/http-factory-guzzle Version ^1
laminas/laminas-diactoros Version ^2
php-di/php-di Version ^6
monolog/monolog Version ^2
tuupola/base62 Version ^2
tuupola/slim-jwt-auth Version ^3
tuupola/slim-basic-auth Version ^3
vlucas/phpdotenv Version ^5
twig/twig Version ^3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package lucatacconi/silly-vue-scaffolding contains the following files

Loading the files please wait ....