Syrian-Open-Source / laravel-package-template

Laravel package template makes you build a high quality package with very good testing workflows and excellent and organized documentation.

Home Page:https://github.com/Syrian-Open-Source/laravel-package-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

#Add your package badges

PHP Composer Run tests

Design a simple and expressive logo with the same model you see above, the logo design helps to unify the visual identity and further develop the optimal packages to increase the quality of the software we develop

Package Name

Your package description,Try to be briefly describing the features of the package, which versions of Laravel and php it require, and if there are external resources for learning or explanation

1 - Dependency

The first step is using composer to install the package and automatically update your composer.json file, you can do this by running:

composer require vendor_name/package_name
2 - Copy the package providers to your local config with the publish command, this will publish the config:

Replace this command with your install command, The package must contain an installation command even if it does not do anything, this helps with maintenance in the future.

php artisan package:install

Features

Put the name of the feature and a link to this feature

Changelog

Please see the CHANGELOG for more information about what has changed or updated or added recently.

Security

If you discover any security related issues, please email them first to "your email", if we do not fix it within a short period of time please open a new issue describing your problem.

Credits

#NOTES:

  • You should replace all your dependencies into your custom names and files including:
    • vendor namespace.
    • composer information.
    • logo
    • credit and contributors links
    • security email
  • To use this template, please click on button above "Use this template".
  • Delete this section after you have finished developing your package

About Syrian Open Source

The Syrian Open Source platform is the first platform on GitHub dedicated to bringing Syrian developers from different cultures and experiences together, to work on projects in different languages, tasks, and versions, and works to attract Syrian developers to contribute more under one platform to open source software, work on it, and issue it with high quality and advanced engineering features, which It stimulates the dissemination of the open-source concept in the Syrian software community, and also contributes to raising the efficiency of developers by working on distributed systems and teams.

About

Laravel package template makes you build a high quality package with very good testing workflows and excellent and organized documentation.

https://github.com/Syrian-Open-Source/laravel-package-template

License:MIT License


Languages

Language:PHP 100.0%