Download the PHP package dcblogdev/laravel-admintw without Composer

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

Laravel AdminTW

Note: From version 5 AdminTW is a complete project rather than a package. If you are looking for the package version, please use version 4.

Laravel AdminTW is a Laravel Livewire Starter Kit and a TALL stack admin theme, designed for rapid development and ease of use.

AdminTW AdminTW

AdminTW is built on top of Laravel, Livewire, and Tailwind CSS, offering a modern and efficient admin dashboard.

Features

Installation

Using Laravel Installer (Recommended from Laravel Installer version 5.14)

If you have Laravel Installer 5.14 or later, you can quickly set up AdminTW with:

Manual Installation

  1. Clone the repository

Open the project folder

Copy the .env.example file to .env:

Set database and emails settings inside .env

Install PHP Dependencies

Install JavaScript Dependencies & Build Assets

Generate Application Key

Create Storage Symlink

Run Database Migrations & Seed Data

Start the Development Server

Laravel AdminTW supports both light and dark mode based on the users OS.

Provided are blade and Laravel Livewire components for common layout / UI elements and a complete test suite (Pest PHP).

Documentation

Complete docs at laraveladmintw.com

Community

There is a Discord community. https://discord.gg/VYau8hgwrm For quick help, ask questions in the appropriate channel.

Contributing

Contributions are welcome and will be fully credited.

Pull Requests

Security

If you discover any security related issues, please email [email protected] email instead of using the issue tracker.

License

Laravel AdminTW is open-sourced software licensed under the MIT license.


All versions of laravel-admintw with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
blade-ui-kit/blade-heroicons Version ^2.6
guzzlehttp/guzzle Version ^7.9.3
intervention/image Version ^2.7.2
laracasts/flash Version ^3.2.4
laravel/framework Version ^12.12.0
laravel/sanctum Version ^4.1.1
laravel/tinker Version ^2.10.1
lasserafn/php-initial-avatar-generator Version ^4.4
livewire/livewire Version ^3.6.3
robthree/twofactorauth Version ^1.8.2
spatie/laravel-permission Version ^6.17.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 dcblogdev/laravel-admintw contains the following files

Loading the files please wait ....