Download the PHP package arwp/main-master without Composer
On this page you can find all versions of the php package arwp/main-master. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package main-master
PHP Framework For Web Artisans
Main Master
( Crud Generator )
Main Master is a CRUD generator for Laravel projects. This project was created to make it easier for developers to create Laravel projects. This project is built with Laravel 11 and Bootstrap 5.
Made with ❤️ by arwp
Requirements
- Laravel 11 or higher
- PHP 8.2 or higher
- MySQL 5.7 or higher or any other database
- Composer 2.2.* or higher
Features Master
- [x] Login with authentication (email and password)
- [x] CRUD with ajax request
- [x] role and permission management
- [x] Sidebar notification
- [x] Header notification
- [x] Create a menu seeder and access the menu using the php artisan
app:convert-menu command
. - [x] Morph File
- [x] Default Menu
- [x] Dashboard
- [x] Menu with sub menu (multi level)
- [x] Role Management
- [x] Access Group
- [x] Level Access
- [x] Access Menu
- [x] Faq
- [x] user management
- [x] Announcement
How to install
Custom Script
For Datatables
-
use this script to send multiple data to 'datatable.blade.js'
JSON.stringify({'id': "{{ $id }}",'id2': "{{ $id2 }}"})
for multiple requestJSON.stringify({id: "{{ $id }}"})
for single request- Add
$id
, in datatable.blade.js file like this :
Features for developer (MVC Builder) :
Install this package to your laravel project
Don't forget to set the configuration, read more here
How to use this package :
- Run
php artisan make:mvc [name]
in your terminal to create a module- [x] Controller (with CRUD function)
- [x] Model (with fillable and relation)
- [x] Migration (with table and relation)
- [x] views (with CRUD function)
- [x] routes
- Run
php artisan migrate
to create table- add new menu in menu table
- add access menu in access menu table
- Run
php artisan delete:mvc [name]
to delete a module (delete all file and table in database)
License
- MVC Builder Package: This package is offered with no license, making it free to use for personal projects.
- Eduadmin Template: The Eduadmin template used for the views in this package is not free. You'll need to purchase a license for commercial use from here.
- Copyright and Attribution: Please respect the copyright of the package and its contributors. Do not remove the credits included within the files.
I hope this MVC Builder makes your development process faster and easier! 😊
All versions of main-master with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0.2
guzzlehttp/guzzle Version ^7.2
laravel/framework Version ^11.0
laravel/sanctum Version ^4.0
laravel/tinker Version ^2.7
spatie/laravel-html Version ^3.2
yajra/laravel-datatables-oracle Version ^11
guzzlehttp/guzzle Version ^7.2
laravel/framework Version ^11.0
laravel/sanctum Version ^4.0
laravel/tinker Version ^2.7
spatie/laravel-html Version ^3.2
yajra/laravel-datatables-oracle Version ^11
The package arwp/main-master contains the following files
Loading the files please wait ....