azhar25git/azhar-package

dev-main 2023-12-28 13:55 UTC

This package is auto-updated.

Last update: 2024-09-28 15:39:28 UTC


README

Latest Version on Packagist Total Downloads GitHub Actions

How I created this package: (Step by step)

  1. Created the boilerplate from https://laravelpackageboilerplate.com/
  2. Add database migration file and updated it with schema
  3. Add model file with default
  4. Add controller file with blank CRUD methods
  5. Add routes file
  6. Add view files with html markup for layout, index, single blade files
  7. Add controller methods for CRUD functionalities
  8. Add Form Request for validation and used in store and update
  9. Update package service provider php file for proper linking and reference of package files

Installation

You can install the package via composer:

composer require azhar25git/azhar-package

Usage

// Usage description here

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email getazharuddin@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.