Download the PHP package uisits/ui without Composer
On this page you can find all versions of the php package uisits/ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package ui
ITS-UI
A package to scaffold UI for ITS laravel applications. Quickly run commands to set up ITS scaffolding on a base laravel application.
Why?
This package helps in separating base laravel application in docker build step. Also included are best practices and refactorings.
Requirements
Note: Remember to update the for API's or web routes if different scheme of authentication is used.
Installation and Usage
- Run
- Run
Note:
This command copies all the stubs to your base application.
You are free to update the stubs once they are published. You can also install other required packages as you would previously.
Local Set Up
- Create a fresh laravel application as we do for all projects
- Create a folder ` at
- Create a folder which is the vendor name for our package in the packages directory at
- cd into this vendor name folder () and run
- This copies all the files of the package from github.
- To work on the 7.x run (Here 7.x is the name of the branch on github)
- Similarly to work on the 8.x run (Here 8.x is the name of the branch on github)
-
To use this package locally we need to add this package to our laravel app. We can do this by adding the following to out file at .
Now your entire composer.json file looks like this:
- All that is now required is to run . This should now install the package from the local directory.
Note: Sometimes you might need to run .
Testing
- Create a docker container.
- remove the current laravel application at by running
-
Install a fresh Laravel application at by running
- Or For Laravel 8 .
- Now Install the package by following the Installation steps for the package.
- Run
- Run
For version requirement please refer the table below:
Laravel | package-version |
---|---|
7.* | 7.* |
8.* | 8.* |
Issues and Feature Requests
- Please create a new issue and mention any bugs or feature requests.
Maintained by UIS ITS.
All versions of ui with dependencies
illuminate/console Version ^7.0
illuminate/filesystem Version ^7.0
illuminate/support Version ^7.0