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! 🚀
This repo can be used to scaffold a Laravel package. Follow these steps to get started:
-
Press the "Use this template" button at the top of this repo to create a new repo with the contents of this skeleton.
-
Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files.
-
Check the GitHub Actions workflows you want to keep.
-
If you want to publish your package in Packagist, you can use the publish.sh script.
-
Keep in mind the template is configured with Duster and Commitlint
-
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!
:package_description
Add a screenshot of the tool here.
You can install the package in to a Laravel app via composer:
composer require :vendor/:package_name
...
npm run test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email :author_email instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.