Download the PHP package mkocansey/bladewind without Composer

On this page you can find all versions of the php package mkocansey/bladewind. 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 bladewind

License


BladewindUI is a collection of UI components written purely using TailwindCSS, Laravel blade templates and Vanilla Javascript. These components are super simple to use and come with different levels of customization.

### Installation The full installation guide is available on https://bladewindui.com/install.
BladewindUI is very specific to Laravel since all components are written purely using blade syntax. To install in your Laravel project simply run this command in the terminal at the root of your project.


Next you need to **publish the package assets** by running this command, still in the terminal at the root of your Laravel project.

Now include the BladewindUI css file in the <head> of your pages. This should ideally be done in the layouts file your app pages extend from. You will also need to include the css used for animating the modals and other elements.

Finally, include the BladewindUI javascript file anywhere before the closing of the </body> tag of your pages. Again, this should ideally be done in the layouts file your app's pages extend from.

You are now ready to start using any of the BladewindUI components in your application


### Components Include - **[Alert](https://bladewindui.com/component/alert)** - **[Avatar](https://bladewindui.com/component/avatar)** - **[Bell](https://bladewindui.com/component/bell)** - **[Button](https://bladewindui.com/component/button)** - **[Card](https://bladewindui.com/component/card)** - **[Centered Content](https://bladewindui.com/component/centered-content)** - **[Checkbox](https://bladewindui.com/component/checkbox)** - **[Datepicker](https://bladewindui.com/component/datepicker)** - **[Dropdown](https://bladewindui.com/component/dropdown)** - **[Dropmenu](https://bladewindui.com/component/dropmenu)** - **[Empty State](https://bladewindui.com/component/empty-state)** - **[Filepicker](https://bladewindui.com/component/filepicker)** - **[Horizontal Line Graph](https://bladewindui.com/component/horizontal-line-graph)** - **[Icon](https://bladewindui.com/component/icon)** - **[Input](https://bladewindui.com/component/input)** - **[List View](https://bladewindui.com/component/list-view)** - **[Modal](https://bladewindui.com/component/modal)** - **[Notification](https://bladewindui.com/component/notification)** - **[Process Indicator](https://bladewindui.com/component/process-indicator)** - **[Progress Bar](https://bladewindui.com/component/progress-bar)** - **[Radio Button](https://bladewindui.com/component/radio-button)** - **[Rating](https://bladewindui.com/component/rating)** - **[Select](https://bladewindui.com/component/select)** - **[Statistic](https://bladewindui.com/component/statistic)** - **[Spinner](https://bladewindui.com/component/spinner)** - **[Tab](https://bladewindui.com/component/tab)** - **[Table](https://bladewindui.com/component/table)** - **[Tag](https://bladewindui.com/component/tag)** - **[Textarea](https://bladewindui.com/component/textarea)** - **[Timeline](https://bladewindui.com/component/timeline)** - **[Toggle](https://bladewindui.com/component/toggle)** - **[Verification Code](https://bladewindui.com/component/verification-code)**

Check out the full documentation on https://bladewindui.com.

## Questions and General Info If you want to ask anything at all or report a security vulnerability, please e-mail [[email protected]](mailto:[email protected]) or tweet [@bladewindui](https://twitter.com/bladewindui)
## License BladewindUI is an open-sourced library licensed under the [MIT license](https://opensource.org/licenses/MIT).

All versions of bladewind with dependencies

PHP Build Version
Package Version
Requires php Version >=7.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 mkocansey/bladewind contains the following files

Loading the files please wait ....