Download the PHP package ybansan/crestapps-bootstrap4-templates without Composer

On this page you can find all versions of the php package ybansan/crestapps-bootstrap4-templates. 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 crestapps-bootstrap4-templates

Introduction

Bootstrap 4 templates for the excellent Laravel Code Generator from CrestApps (https://crestapps.com/). These templates are simply an update of some files from the Code Generator default templates.

Installation

Version 2.3 of this package (crestapps-bootstrap4-templates) should work with versions >= 2.2.11 and <= 2.3.2 of the Code Generator. It was not tested with greater versions. Your Laravel project should have crestapps/laravel-code-generator package already installed.

  1. To download this package into your laravel project, use the command-line to execute the following command:

  2. Publish the package templates using the command line:

  3. Update the Code Generator custom config file.

    • Edit the config file: [your_project_folder]\config\codegenerator_custom.php (version 2.2.*) or ...\laravel-code-generator.php (version 2.3.*)
    • Add this key:
  4. Use the template as a parameter for the Code Generator generating resources from the command line. Example:

The package contains two templates wich names are:

Since Glyphicons were dropped from Bootstrap 4 the templates now use Fonts Awesome instead.

To create the Bootstrap 4 templates only a few files have been modified. The package contains only the modified files:

The other files are the same as those of the default code generator templates. You will need to copy them in addition if you want to publish the package manually.


All versions of crestapps-bootstrap4-templates with dependencies

PHP Build Version
Package Version
No informations.
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 ybansan/crestapps-bootstrap4-templates contains the following files

Loading the files please wait ....