Download the PHP package aliqasemzadeh/jetadmin without Composer

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

jetAdmin

!! This is page is under development don't use it in production mode. !!

✔️ JetAdmin

Easy way to create Admin Panel.

🔌 Requirements

🧰 Built with

🧾 Installation

  1. Install clean version of laravel
  2. composer install
  3. composer require aliqasemzadeh/jetadmin
  4. Install dependencies: npm install
  5. cp .env.example .env
  6. php artisan key:generate
  7. Set your .env with credentials to your database server (DB_* settings) and your domain config (APP_URL).
  8. Set middleware routes to Kernel.php

  9. Clean all routes in web.php
  10. php artisan migrate --seed
  11. Build frontend with npm run production for production.
  12. Run your server php artisan serve.
  13. Username:[email protected]/Password:P@ssw0rd321

Note: I am building basic admin panel to make laravel programmer do codes better.


All versions of jetadmin with dependencies

PHP Build Version
Package Version
Requires php Version ~8.0.0 || ~8.1.0 || ~8.2.0
aliqasemzadeh/livewire-bootstrap-modal Version ^2.1
arcanedev/log-viewer Version ^10.0
creativeorange/gravatar Version ^1.0
cybercog/laravel-ban Version ^4.7
guzzlehttp/guzzle Version ^7.2
jantinnerezo/livewire-alert Version ^3.0@beta
laravel/framework Version ^10.0
laravel/jetstream Version ^2.6
laravel/sanctum Version ^3.2
laravel/tinker Version ^2.7
league/commonmark Version ^2.0
livewire/livewire Version ^3.0
maatwebsite/excel Version ^3.1.0
mcamara/laravel-localization Version ^1.7
morilog/jalali Version ^3.2
nesbot/carbon Version ^2.54
questocat/laravel-referral Version ^1.0
spatie/laravel-activitylog Version ^4.5
spatie/laravel-medialibrary Version ^10.1
spatie/laravel-permission Version ^5.5
spatie/laravel-tags Version ^4.3
tucker-eric/eloquentfilter Version ^3.0.0
yadahan/laravel-authentication-log Version ^1.6.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 aliqasemzadeh/jetadmin contains the following files

Loading the files please wait ....