Download the PHP package akukoder/fortify-tabler-admin without Composer

On this page you can find all versions of the php package akukoder/fortify-tabler-admin. 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 fortify-tabler-admin

FortifyTablerAdmin

Introduction

Latest Version on Packagist Last Commit Total Downloads License StyleCI

FortifyTablerAdmin is a Laravel Fortify UI preset, built with an open source Tabler Admin Template.

Requirement

Install the package on the new Laravel 8 and above only, without additional packages like Jetstream or Laravel Ui. Laravel Fortify and FortifyUI will be installed automatically.

Installation

To get started, you'll need to install FortifyTablerAdmin using composer.

Laravel 9

Laravel 8 and below

Next, you'll need to run the install command:

The package will run database migration automatically. If you want to skip it:

Changing Layout

If you want to change the layout, just run this command:

Create Example Pages

You can generate example page using the command below:

Currently, there are 10 pages included:

You can view the demo for each layout from Tabler official demo.

Features

All Fortify features enabled by default, and some other basic features to get you started.

  1. Login
  2. Registration
  3. Reset password
  4. Email verification
  5. Profile Information
  6. Update password
  7. Two-factor authentication
  8. Browser session
  9. User management
  10. Multiple dashboard layouts to choose
  11. Light or dark theme (per user setting)

Layout Type

There are 3 layouts you can choose:

  1. Horizontal
  2. Overlap
  3. Vertical

Sidebar Position

For vertical layout, your have option to set the sidebar position:

  1. Left
  2. Right

Styling

For both horizontal and vertical, you can choose the styling:

  1. Light
  2. Dark
  3. Transparent (vertical layout only)

Sticky Navbar

And if you choose horizontal, you have an option to set it to sticky.

Combo Header

For vertical layout, you can choose to enable header.

Known Issue

  1. Not working with Laravel Voyager.

Documentation

For the documentations, please refer to the official websites.

Screenshot

FortifyTablerAdmin Screenshot

Horizontal Layout

Overlap Layout

Vertical Layout

Vertical Transparent Layout

Credits

License

FortifyTablerAdmin is open-sourced software licensed under the MIT license.


All versions of fortify-tabler-admin with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3|^8.0|^8.1
arcanedev/laravel-settings Version ^8.1|^9.0|^10.0
illuminate/support Version ^8.0|^9.0|^10.0
intervention/image Version ^2.5.1
laravel/sanctum Version ^3.0
zacksmash/fortify-ui Version ^1.0
ext-json Version *
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 akukoder/fortify-tabler-admin contains the following files

Loading the files please wait ....