Download the PHP package hexters/ladmin without Composer

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

L-admin v3 (HMVC)

Latest Stable Version Total Downloads License

L-Admin is a Laravel administration package that allows web developers to quickly create an admin panel for their website. The package includes features such as user management, access control management, task management, file management, email management, and many more. The package is designed to save time and effort in building an admin panel and allows developers to focus on building the core features of their web application.

Dashboard

🏷️ Laravel Version

Version Laravel
v1.0.x 7.x
v1.8.* 8.x
v2.* 9.x
v3.* 10.x

🚀 Quickstart

Follow the steps below to get started faster! Add the repository by running the command below.

Follow the installation to start build awesome apps.

Run composer dumpautoload before run migration and seed

Run migrate and seed, to install ladmin database tables

Installation is complete, please access http://localhost:8000/administrator

Login Page

Customization Color and Assets

To change the ladmin style, you just need to run Vite, before that you should install nodejs modules in Modules folder. You just run command below.

You can start changing javascript and css.

🗂️ Custom Namespaces

To call view, language, config, and component file, you need to add the prefix of module's name e.g blog, see example below.

Calling View:

Calling Lang:

Calling Config:

For component view, if you have component named \Modules\Blog\View\Components\Input class, then the way to call it by running.

🌇 Layout Templating

Follow the documentation to view complete slots and stacks in layout component Documentation Layout

👓 Ladmin Awesome

Get modules & template collections in Ladmin Awesome

📖 Documentation

View complete Documentation here

Supporting the project

You can support the maintainer of this project through the referral links below


All versions of ladmin with dependencies

PHP Build Version
Package Version
Requires ladmin/engine Version 0.0.8
yajra/laravel-datatables-oracle Version ^10.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 hexters/ladmin contains the following files

Loading the files please wait ....