-
-
Notifications
You must be signed in to change notification settings - Fork 91
Make Money
You can sell the modules that you have created on several PHP Software sales provider platforms such as https://ppmarket.org
, or others. You can also make it Open Source by uploading your pakcage at https://packagist.org
Start by publishing the module that has been created by running the command below.
php artisan module:publish Blog
Note: before publishing a module, you should first delete the
node_modules
folder if it exists.
You are asked to fill in some information for the package to be created, such as Package name, Author, license, etc.
If all the information has been filled in, the package will be created and stored in the ladmin-packages/
folder. If there is a package that you need, just go to the folder you created, see the example below.
cd ladmin-packages/hexters/blog
// ------ AND THEN ------
$ composer require laravel/horizon
Note: please edit the
README.md
file as an additional information for the package you want to share
Upload your package to github or gitlab.
Note: if you want to sell it, the repository must be
private
You can sell it at https://ppmarket.org
. You can start by registering and uploading your package by sending a link to your private
github or gitlab repository.
You can also share your packages for free on https://packagist.org
by sending a link to your public
github repository.
|--- app/
|--- bootstrap/
|--- config/
|--- ladmin-packages/
|--- hexters/
|--- blog/
|--- modules/
|--- Blog/
|--- **
|--- src/
|--- BlogServiceProvider.php
|--- composer.json
|--- README.md
- #1 Create Module
- #2 Create Menu
- #3 Route
- #4 Create DataTables
- #5 Template Layout
- #6 Create Model
- #7 Create Command
- #8 Create Component
- #9 Broadcast Notification
- #10 Group Search
- #11 Flashing Message
- #12 Compiling Assets (ViteJs)
- #13 Ladmin Option
- #14 Utility & Helpers
- #15 Vendor Publish
- #16 Custom Style
- #17 Ladmin Awesome
- #18 Make Money