Download the PHP package taffovelikoff/hotcoffee without Composer

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

hotCoffee Admin Panel

☕ Laravel 7 admin panel package to kick start your new web app.

🛠️ Created by Taffo Velikoff (TAVVO Ltd.), Bulgaria.

alt text

Computer psd created by rawpixel.com - www.freepik.com

Contents

🤔 What is hotCoffee?

💻 Requirements

⚙️ Installation

📚 Documentation

📜 TO DO LIST

What is hotCoffee?

HotCoffee is a free Laravel admin interface package. It includes a few "modules" for:

HotCoffee aims to help you with the generic tasks of creating an admin panel and lets you focus on building the app. The admin panel is easily extendable and you can edit most of it's appearance from a single config file.

This package is not a CMS (or blogging system), but it could be used in building one.

Screenshots

User Profile

alt text

Page Editor

alt text

Menu Editor

alt text

Requirements

Before installing hotCoffee make sure you have installed Laravel 7.0 or above and PHP 7.2 or newer.

Installation

🟢 STEP 1: Required the package

The installation process is really simple. Create a new Laravel application and include the package with the following command:

🟢 STEP 2: Setup the database

Next make sure to create a new database and add your database credentials to the .env file. Also add your application URL in the APP_URL variable:

🟢 STEP 3: Run the installation script

After that you can run an artisan command to finilize the installation.

The script will ask you if you want to also install the example logic (this includes some example controllers, routes, views and dummy pages for the front-end of your app). Type "yes" or "no" and hit enter to continue.

🟢 STEP 4: Extend the User model

Edit your User model (usually app/User.php) and make the class extend \TaffoVelikoff\HotCoffee\User instead of Authenticatable.

🟢 STEP 5: Create your first admin user

You can now create your first admin user with a simple artisan command:

🟢 STEP 6: Make sure everything went ok

Use php artisan serve to run PHP's built-in development server. The admin panel should be available on this address (or similar): http://127.0.0.1:8000/admin/login Login with your admin credential.

👏 That's it!

Documentation

You can read the full documentation on https://taffo.gitbook.io/hotcoffee/

License

The MIT License (MIT). Please see License File for more information.

To Do

⭕ Translatable fields view/helper function for the settings page ⭕ Unit tests


All versions of hotcoffee with dependencies

PHP Build Version
Package Version
Requires bnbwebexpertise/laravel-attachments Version ^1.0
league/glide-laravel Version ^1.0
intervention/image Version ^2.5
maatwebsite/excel Version ^3.1
spatie/laravel-translatable Version ^6.5.3
spatie/valuestore Version ^1.2
rtconner/laravel-tagging Version ~3.2
laravel/helpers Version ^1.0
unisharp/laravel-filemanager Version ^2.1
laravel/ui Version ^4.2.2
taffovelikoff/laravel-sef Version ^1.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 taffovelikoff/hotcoffee contains the following files

Loading the files please wait ....