Download the PHP package syntech/dashboard without Composer
On this page you can find all versions of the php package syntech/dashboard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download syntech/dashboard
More information about syntech/dashboard
Files in syntech/dashboard
Download syntech/dashboard
More information about syntech/dashboard
Files in syntech/dashboard
Vendor syntech
Package dashboard
Short Description A Laravel package to create custom controllers with associated resources
License MIT
Package dashboard
Short Description A Laravel package to create custom controllers with associated resources
License MIT
Please rate this library. Is it a good library?
Informations about the package dashboard
Syntech Dashboard Package
A custom Laravel package for creating dashboard components.
Installation
You can install the package via Composer:
composer require syntech/dashboard:*
Usage
This package provides a custom Artisan command to create a new dashboard controller along with the associated resources (DataTable, Request, Resource, and View).
Creating a New Dashboard Component
Run the following Artisan command to create a new dashboard component:
php artisan syntech:create {Namespace\\ControllerName}
For example:
php artisan syntech:create Dashboard\\Blog
This will generate the following files:
Controller: App\Http\Controllers\Dashboard\BlogController.php
DataTable: App\DataTables\Dashboard\BlogDataTable.php
Request: App\Http\Requests\Dashboard\BlogRequest.php
Resource: App\Http\Resources\Dashboard\BlogResource.php
View: resources/views/dashboard/blog.blade.phpAll versions of dashboard with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3|^8.0
illuminate/support Version ^8.0|^9.0|^10.0
yajra/laravel-datatables-buttons Version 9.0
yajra/laravel-datatables-oracle Version ^10.3.1
illuminate/support Version ^8.0|^9.0|^10.0
yajra/laravel-datatables-buttons Version 9.0
yajra/laravel-datatables-oracle Version ^10.3.1
The package syntech/dashboard contains the following files
Loading the files please wait ...