Download the PHP package muhsenmaqsudi/laratify without Composer

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

Laratify

Laratify is a Laravel 7 package which includes essential components to make creating forms, table and custom ui's for your laravel blade base application a breeze. \ This package requires Node.js to be installed in order to run npm commands and It Uses TailwindCSS as It's UI CSS styles, and it's backed with AlpineJS as it's javascript reactive power.

Useful links:

Installation

Require Laratify:

composer require muhsenmaqsudi/laratify

Publishing Vendor Assets

php artisan vendor:publish --tag="laratify-config"
php artisan vendor:publish --tag="laratify-views"

Add TailwindCSS & AlpineJS UI Preset Scaffolding

php artisan laratify:ui

With Authentication Scaffolding

php artisan laratify:ui --auth

Installing TailwindCSS & AlpineJS and compiling them

npm install && npm run dev

Laratify Components

Laratify offers useful components to make building your app ui fast & easy. See below examples of each component.

Available Colors:

All of the default TailwindCSS color pallets are available for all the components where color matters.

Black, White, Gray, Red, Orange, Yellow, Green, Teal, Blue, Indigo, Purple & Pink

All the colors except Black & White comes with a 100 to 900 color shades that you can use like this {color-name}-{shade-no}

Alert:

Badge:

Button:

Input:

Checkbox:

Select:

File:

Textarea:

Radios:

Dropdown:

Dialog:

Tooltip:

Available placements:

Note: remember to put tooltip after the parent element

Grids & Grid

Container, Col & Row

Card

Navbar

Table

Tabs & Tab

Collapse

Package Config

For publishing package's config file run the bellow command

php artisan vendor:publish --tag="laratify-config"

Packages Used

Composer packages:

NPM packages:


All versions of laratify with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2.5
ext-json Version *
laravel/framework Version ^7.0
laravel/ui Version ^2.0
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 muhsenmaqsudi/laratify contains the following files

Loading the files please wait ....