• Stars
    star
    1
  • Language
    PHP
  • License
    MIT License
  • Created about 2 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

laravel-automation-package

Laravel Automation Package

This package help you to build a crud system without any coding.

issues forks stars license

Introduction

This package help you to build a crud system without any coding.

Supported Versions

Only the latest major version of Laravel UI receives bug fixes. The table below lists compatible Laravel versions:

Version Laravel Version
1.x 7.x, 8.x
2.x 9.x

Installation

Require this package with composer. It is recommended to only require the package for development.

    composer require jmrashed/automation

Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

Laravel without auto-discovery:

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

    // 'config/app.php'
    <?php

    'providers' => [
        App\Providers\AutomationServiceProvider::class,
    ],

If you want to use the facade to log messages, add this to your facades in app.php:

 'Automation' => Jmrashed\Automation\App\Facades\Automation::class,

Publish Laravel Automation Package

    artisan vendor:publish --provider="Jmrashed\Automation\App\Providers\AutomationServiceProvider"

Usage in Controller

    // call automation
    Automation::create('Model');

Usage in Blade

    // call automation
    {{ automation('Model')}}

The views can then be exported by users of our package using:

    php artisan vendor:publish --provider="Jmrashed\Automation\App\Providers\AutomationServiceProvider" --tag="views"

The assets can then be exported by users of our package using:

    php artisan vendor:publish --provider="Jmrashed\Automation\App\Providers\AutomationServiceProvider" --tag="assets"

Directory Structure

    - src
    - tests
    CHANGELOG.md
    README.md
    LICENSE
    composer.json

In a package, all code that would live in the app/ directory of a Laravel application will live in the src/ directory when working with a package.

Contributing

Thank you for considering contributing to UI! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

Laravel Automation Package is open-sourced software licensed under the MIT license.

More Repositories

1

zkteco

ZKTeco Package For Laravel. This package provides seamless integration with ZKTeco devices within Laravel applications, enabling communication with attendance devices such as fingerprint, face recognition, or RFID using UDP protocol.https://packagist.org/packages/jmrashed/zkteco
PHP
10
star
2

adibaicon

adibaIcon -Custome Icon Library
CSS
3
star
3

blood-donation-web-application-with-real-time-location-sharing

HTML
2
star
4

go-starter-kit

The Go Starter Kit is a foundational project for building a portfolio website using Go, structured to promote clean code and scalability. It employs the Gin web framework for routing and Viper for configuration management.
HTML
2
star
5

ecommerce

The E-commerce Toolkit for Laravel is a modular package providing essential features for building e-commerce websites. This package includes functionalities for managing product catalogs, carts, checkout systems, payment gateway integrations, and order management.
PHP
2
star
6

two-factor-auth

Laravel 2FA Authentication Package
PHP
2
star
7

phpmyadmin

phpmyadmin
PHP
2
star
8

laravel-installer

A complete web installer for Laravel applications, making the setup process simple and user-friendly.
PHP
1
star
9

rashed-games-javacript

Rashed's Game using HTML, CSS, and JavaScript
JavaScript
1
star
10

developing-restful-apis-with-python-and-flask

Developing RESTful APIs with Python and Flask
Python
1
star
11

Django-Python-Starter-Kit-for-Beginner

Django was invented by Lawrence Journal-World in 2003, Initial release to the public was in July 2005. Latest version of Django is 4.0.3 (March 2022). This repository will help you, when you will get ready.
Python
1
star
12

face-detection-using-opencv

Face Detection using OpenCV
Python
1
star
13

ResponsiveLoginForm

JavaScript
1
star
14

break-weakness-with-angular

break-weakness-with-angular
HTML
1
star
15

jmrashed

About Md Rasheduzzaman
HTML
1
star
16

Webcam-capture-using-Html5-getUserMedia

Webcam capture using Html5 getUserMedia
JavaScript
1
star
17

desktop-application-using-phpnative-for-zkteco

desktop-application-using-phpnative-for-zkteco
PHP
1
star
18

News-Flutter-UI-Kit

News Flutter UI Kit
Dart
1
star
19

dart-practice-problem-solutions

Welcome to the Dart Practice Problem Solutions repository! This is a dedicated space for daily practice to learn Dart deeply. Our goal is to solve at least one problem each day for 100 days, continuously improving our Dart skills.
Dart
1
star
20

login-ui-react-native-app

This is a React Native application for implementing a login and signup UI/UX.
JavaScript
1
star
21

geolocation

The geolocation package will provide user location
PHP
1
star
22

Email-List-Cleaning-Tool-Using-PHP

Email List Cleaning Tool Using PHP
PHP
1
star
23

hospital-management-system

The Hospital Management System is a comprehensive software solution designed to facilitate efficient management and operations within a hospital or healthcare facility.
PHP
1
star
24

google-maps-polyline-draw

Draw polyline on google map using latitude and longitude coordinates
JavaScript
1
star
25

university-management-system-php

The University Management System is a web-based application developed using PHP. It provides a comprehensive solution for managing various aspects of a university, including student management, course management, faculty management, and administrative tasks.
PHP
1
star
26

Install-Redis-on-Windows

Install Redis on Windows
1
star
27

express-openapi-generator

express-openapi-generator
EJS
1
star