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.
Download ybansan/crestapps-bootstrap4-templates
More information about ybansan/crestapps-bootstrap4-templates
Files in ybansan/crestapps-bootstrap4-templates
Package crestapps-bootstrap4-templates
Short Description Bootstrap 4 templates for the excellent code Generator from CrestApps
License MIT
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.
-
To download this package into your laravel project, use the command-line to execute the following command:
-
Publish the package templates using the command line:
-
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:
- 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:
- bootstrap4
- collective-bootstrap4
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:
- create.blade.stub
- edit.blade.stub
- form-helper-field.blade.stub
- index.blade.stub
- layout.stub
- layout-with-validation.stub
- show.blade.stub
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.