Download the PHP package drh2so4/doctype_admin without Composer

On this page you can find all versions of the php package drh2so4/doctype_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 doctype_admin

Doctype Admin

Issues Stars License Laravel News

Laravel 7 Admin Panel for lazy developers.

Contains : -

Installation

Install Composer Dependencies

Create a copy of your .env file

Generate an app encryption key

Create an empty database for our application and set yo environment variable in .env file

Then migrate the database. Go on the console and type..

This allows you to have necessary login credential

Admin Credential email : [email protected] password: admin123

User Credential email : [email protected] password: user123

Note

Packages

Package Description Link Command
Blog Blog Package for Doctype Admin Panel https://github.com/pratiksh404/doctype_admin_blog composer require doctype_admin/blog
Setting Settings Package https://github.com/pratiksh404/doctype_admin_settings composer require doctype_admin/Settings
Landing Page Planding Page Package https://github.com/pratiksh404/doctype_landing_page composer require doctype_admin/landing_page

Integrable Plugins

Doctype Admin

Model Scopes

Scopes Description
Model::getLatestAll() Retrive data orderd by updated_at timestamp in ascending order
Model::getLatestLimit(\$limit) This scope expects parameter $limit which return $limit number of data
Model::todayData() Retrives today's data
Model::weekData() Retrives week data
Model::weekDataLimit(\$limit) Retrives week \$limit number of data
Model::monthData() Retrives month data
Model::MonthDataLimit(\$limit) Retrives month \$limit number of data
Model::yearData() Retrives month data
Model::yearDataLimit(\$limit) Retrives year \$limit number of data
Model::tillNowFrom(\$date) Retrives data from \$date till now
Model::dataBetween($from,$to) Retrives data $from date to $to date
Model::dataNotBetween($from,$to) Doesn't retrives data $from date to $to date
Model::asc() Ascending Ordered Data
Model::desc() Descending Ordered Data
Model::whereFilter(array) Return multiple where condition data where key is field and value is condition matching value
Model::orWhereFilter(array) Return multiple or where condition data where key is field and value is condition matching value

Admin Panel Screenshot

Doctype Admin Doctype Admin Doctype Admin Doctype Admin Doctype Admin Doctype Admin

Todos

Package Used

License

MIT

DOCTYPE NEPAL ||DR.H2SO4


All versions of doctype_admin with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2.5
fideloper/proxy Version ^4.2
fruitcake/laravel-cors Version ^1.0
guzzlehttp/guzzle Version ^6.3
jeremykenedy/laravel-logger Version ^3.3
jeremykenedy/laravel-roles Version ^3.0
jeremykenedy/laravel-users Version ^4.1
jeroennoten/laravel-adminlte Version ^3.2
laravel/framework Version ^7.0
laravel/tinker Version ^2.0
laravel/ui Version ^2.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 drh2so4/doctype_admin contains the following files

Loading the files please wait ....