Skip to content

opscale-co/laravel-package

Repository files navigation

Support us

At Opscale, we’re passionate about contributing to the open-source community by providing solutions that help businesses scale efficiently. If you’ve found our tools helpful, here are a few ways you can show your support:

Star this repository to help others discover our work and be part of our growing community. Every star makes a difference!

💬 Share your experience by leaving a review on Trustpilot or sharing your thoughts on social media. Your feedback helps us improve and grow!

📧 Send us feedback on what we can improve at [email protected]. We value your input to make our tools even better for everyone.

🙏 Get involved by actively contributing to our open-source repositories. Your participation benefits the entire community and helps push the boundaries of what’s possible.

💼 Hire us if you need custom dashboards, admin panels, internal tools or MVPs tailored to your business. With our expertise, we can help you systematize operations or enhance your existing product. Contact us at [email protected] to discuss your project needs.

Thanks for helping Opscale continue to scale! 🚀

Using this skeleton (remove this section after you have completed these steps)

This repo can be used to scaffold a Laravel package. Follow these steps to get started:

  1. Press the "Use this template" button at the top of this repo to create a new repo with the contents of this skeleton.

  2. Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files.

  3. Check the GitHub Actions workflows you want to keep.

  4. If you want to publish your package in Packagist, you can use the publish.sh script.

  5. Keep in mind the template is configured with Duster and Commitlint

  6. Have fun creating your package.


To use your customized package, add this line in the require section of the composer.json file:


":vendor/:package_name": "*",

In the same composer.json file add a repositiories section with the path to your package repo:


"repositories": [
{
    "type": "path",
    "url": "../:package_name"
},

Now you're ready to develop your package inside a Laravel app.

When you are done with the steps above delete everything above!

Description

:package_description

Add a screenshot of the tool here.

Installation

Latest Version on Packagist

You can install the package in to a Laravel app via composer:

composer require :vendor/:package_name

Usage

...

Testing

npm run test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker.

Credits

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published