The API & platform builder, build your apps 10x faster even more, it's open source & 100% free !

Overview

Badaso logo

The API & platform builder, build your apps 10x faster, even more.

It's open source & 100% free !

Try live demo


Badaso StyleCI Total Downloads Latest Stable Version


screencapture-badaso-dashboard-uatech-co-id-dashboard-crud-2021-03-17-09-57-08-1

Why badaso ?

  • 100% FREE - No need for extra thinking about finance to adopt badaso
  • Modern PWA Dashboard - Fast and SPA based on Vue.js with PWA technology
  • Native installation - Lazy to open the browser? Install badaso on Windows, Linux, MacOS, Android & iOS
  • Working offline - No more f*cked with a bad internet connection, badaso can running offline
  • Headless - Badaso use JWT authentication & authorization as default
  • Seamless integration - Badaso use Rest API & GraphQL, no need to develop API for your mobile & IoT
  • Modern design - Keep your system design amazing and up to date
  • Secure - Build based on laravel make it secure as laravel
  • Modular - Install custom library in seconds like your other laravel projects
  • Scalable - Like your other laravel projects
  • Easy maintenance - Like your other laravel projects
  • Long time support - Great choice for your long-term project, maintain by uasoft

Badaso features

  • Advanced CRUD generator - Build your application faster and be more productive
  • API generator - Integrate your application (mobile, desktop, even IoT) through Rest API & GraphQL
  • User management - Manage your application user
  • Role management - Your application user can have a different role
  • Permission management - Each role has different access permission
  • Menu management - Manage your application menu so easy and faster
  • Database management - Handle your database migration via application
  • Activity logging - Keep your system safe, know who makes the trouble
  • Log UI viewer - No need to open your server to check the log, just stay focused on your application
  • Daily database backup - Keep your valuable database safety
  • Media manager - Manage your local & cloud media via application
  • Many more!

Live demo

Click here for live demo (some error may happen because random test by a lot of random people)

The live demo will reset every 1 hour

Getting started (installation, how to use & more)

You can see official badaso documentation.

Support Badaso

Badaso - The API & platform builder, build app 10x faster for free ! | Product Hunt

To keep badaso up to date and support this awesome long-term project you also can donate to badaso.

We appreciate it so much and will keep badaso up to update and support your awesome long-term projects!

Good financial support will make badaso keep up to date and keep support your awesome long-term projects!

Thanks to all backers & sponsors!

Sponsors

Donate to OpenCollective

Backers

Contributing

Thank you for considering contributing to badaso !

Please read our contributing guideline before submitting a Pull Request to the project.

Thanks to all contributors!

For documentation repo contributing click here.

Community support

For general help using badaso, please refer to the official badaso documentation.

For additional help, you can use one of these channels to ask a question:

Credits

Thanks to these awesome projects that make badaso awesome :

All financial support that badaso gets will also shared to project above to support the ecosystem and make badaso keep up to date and keep your awesome long-term projects running.

License

See the LICENSE file for licensing information.

Comments
  • Upload gambar problem

    Upload gambar problem

    Saat upload gambar profil terjadi error danger di popup media manajer, file gambar terupload hanya tidak tampil Ini berlaku di semua tipe file upload

    FB_IMG_1645048559016

    opened by suseno1988 13
  • Breakline in Textarea - Bis

    Breakline in Textarea - Bis

    Hi rizkiheryandi

    When you edit a 'Textarea' , linebreaks are rendered (that's what I/we expect), but in the browse view linebreaks are not rendered. So 'let textarea just as it should be' means, for me, render the linebreaks in the browse view :-)

    Editor is a is too complete/complex tool for such a small layout, and it is not useful since, Textarea edit is Ok without any more input.

    See proposed solution in #562

    Originally posted by @Dri372 in https://github.com/uasoft-indonesia/badaso/issues/562#issuecomment-1055928988

    wontfix 
    opened by Dri372 9
  • Override Controller

    Override Controller

    Describe the bug If I Want Override Controller in my new menu, my new menu get label error

    To Reproduce Steps to reproduce the behavior:

    1. Create Table
    2. Create Crud Management
    3. Create New Controller(I follow step from tutorial)
    4. Copy Name newControoler to Advanced Setting(Controoler Name) i naming App\Http\Controller\NewController

    Expected behavior i can override controller

    Desktop (please complete the following information):

    • OS:Windows 10
    • Browser Firefox
    • Version 95
    opened by rizqisyah 7
  • yarn dev after secondly run after install is error

    yarn dev after secondly run after install is error

    Describe the bug Error when run yarn dev after second execution

    To Reproduce Steps to reproduce the behavior: my setup

    • Ubuntu 20.0.4
    • node : 14.17.6
    • npm : 7.24.6
    • yarn: 1.22.10
    1. composer create-project badaso/starter crm_proj
    2. yarn
    3. yarn dev Install on first yarn dev it's successful but has the warning no exit code
    4. console exit
    5. php artisan serve
    6. ctrl+ c ( to stop server)
    7. yarn dev (second execution), has error below
    $ yarn dev
    yarn run v1.22.10
    $ npm run development
    
    > development
    > mix
    
    
    ✖ Mix
      Compiled with some errors in 11.31s
    
    ERROR in ./node_modules/canvg/lib/index.es.js 1933:16-23
    Module not found: Error: Can't resolve 'process/browser' in '/home/ceceps/docker/apache-php7.4-portal/htdocs/crm_proj/node_modules/canvg/lib'
    Did you mean 'browser.js'?
    BREAKING CHANGE: The request 'process/browser' failed to resolve only because it was resolved as fully specified
    (probably because the origin is strict EcmaScript Module, e. g. a module with javascript mimetype, a '*.mjs' file, or a '*.js' file where the package.json contains '"type": "module"').
    The extension in the request is mandatory for it to be fully specified.
    Add the extension to the request.
    
    webpack compiled with 1 error
    error Command failed with exit code 1.
    

    Expected behavior run smooth with laravel mix successfull message

    Screenshots Screenshot from 2021-09-25 20-12-22

    opened by ceceps 6
  • Create CRUD bug using SQLite

    Create CRUD bug using SQLite

    Describe the bug Cannot create proper CRUD

    To Reproduce Steps to reproduce the behavior:

    1. Create table
    2. Create CRUD with default values
    3. Edit CRUD
    4. All CRUD fields are unchecked

    Expected behavior CRUD fields are checked according to step 2

    Screenshots image

    Desktop (please complete the following information):

    • OS: Mac OS
    • Browser: Brave
    • Version: rc13
    bug 
    opened by aqidd 6
  • Search with blank

    Search with blank

    Description When you enter a search with a blank, ie : text1 text2 , search is done on "text1 text2" that's sound goog but it's not the "classical" way.

    -a- Describe the solution you'd like Search enter : "text1 text2" -> search "text1 text2" as actual Search enter : text1 tex2 -> search text1 AND text2

    -b-Even better solution Accept simple logic in the search enter, ie Search enter : text1 -OR- text2 -> search text1 OR text2

    -a- Idea of solution in vendor/badaso/core/src/resources/js/components/BadasoTable.vue

        getItemsSearch(min, max) {
          const search = this.normalize(this.searchx);
          const searchs = search.split(" ");
          return this.sortItems(this.data)
            .filter((tr) => {
                    let res=true;
                    searchs.forEach ( search => {
                            res= res && ( this.normalize(this.getValues(tr).toString()).indexOf(search) != -1 );
                    })
                    return ( res );
            })
    
        queriedResults() {
          let queriedResults = this.data;
          if (this.searchx && this.search) {
            let searchs = this.searchx.split(" "); 
            let dataBase = this.data;
            queriedResults = dataBase.filter((tr) => {
              let values = this.getValues(tr)
                .toString()
                .toLowerCase();
              let res=true;                               
              searchs.forEach ( search => {
                    res= res && ( values.indexOf(search.toLowerCase()) != -1 );
              });
              return ( res );
            });
          }
          return queriedResults;
        },
    

    Note : Should be probably good to have the previous code in a common method (no duplicate code)

    wontfix 
    opened by Dri372 5
  • Can't access media assets

    Can't access media assets

    You need to install laravel 8 as a new one with new badaso too. I guess that you upgrade badaso version from previous version. In badaso current version, user default avatar value is files/shares/default-user.png.

    Originally posted by @dannyatthaya in https://github.com/uasoft-indonesia/badaso/issues/209#issuecomment-870339281

    opened by belutz 5
  • Bagaimana mengisi value enum pada Badaso di table database?

    Bagaimana mengisi value enum pada Badaso di table database?

    Halo, selamat siang. Saya mencoba untuk membuat table dengan ada field enum di table.

    Saya coba mengisi field, contoh: status_kerja dengan di table saya isi Enum value ["WFO","WFH"].

    Setelah saya generate form CRUD, select enum tidak muncul di form create data. Apakah saya salah format pengisian value untuk enum? Terima kasih.

    opened by ashafizullah 4
  • version 2.x-dev does not solve issue #536

    version 2.x-dev does not solve issue #536

    Hi @rahmatalmubarak I tested version 2.x-dev but bug is not solved, same symptom as #536

    composer.lock ... "name": "uasoft-indonesia/badaso", "version": "2.x-dev", "source": { "type": "git", "url": "https://github.com/uasoft-indonesia/badaso.git", "reference": "036cf8e9c924d2ca328ef6471b1acd01c6037d9e" },

    Originally posted by @Dri372 in https://github.com/uasoft-indonesia/badaso/issues/594#issuecomment-1066497464

    opened by Dri372 4
  • Display/Hide Columns

    Display/Hide Columns

    Wish

    Should be good to be able to display or hide column with a checkbox, like this

    https://ibb.co/7t2J69h

    Usage

    • useful when the table has many columns
    • for communication purpose

    Proposed solution

    • BadasoShow.vue : a new component
    <template>
            <table>
                  <slot name="thead2"></slot>
                </tr>
            </table>
    </template>
    
    • in browse.vue
      • data: () => ({ checkBox1: [], or [0,1,1] to hide id and show 2 first columns at page load
    <div slot="header">
                  <h3> {{ dataType.displayNameSingular }}</h3>
                </div>
                <div>
                  <badaso-show> 
                    <template slot="thead2">
                      <th
                        v-for="(dataRow, index) in dataType.dataRows"
                        v-if="dataRow.browse == 1"
                        :key="index"
                        :sort-key="$caseConvert.stringSnakeToCamel(dataRow.field)"
                      >
                        <vs-checkbox
                          v-model=checkBox1[index]
                          size="small"
                        />
                        {{ dataRow.displayName }}   
                    </th>
                  </template>
                </badaso-show>
    
       <template slot="thead">
                      <vs-th
                        v-for="(dataRow, index) in dataType.dataRows"
                        v-if="(dataRow.browse == 1) && (checkBox1[index] == 1)" 
    
                            v-for="(dataRow, indexColumn) in dataType.dataRows"
                            v-if="(dataRow.browse == 1) && (checkBox1[indexColumn] == 1)"`
    

    Still to do Ideally we should have another field in bread (for instance Show) to display, if true, the column at the page load.

    opened by Dri372 4
  • Impossible to remove all permission of a role

    Impossible to remove all permission of a role

    Describe the bug You cannot remove all permission of a role, you have to let one.

    To Reproduce • Fresh Badaso install • Customer rôle has no permission • create one permission • save • try to remove the permission → Danger msg

    Enhancement • Have a config option to not attach the rôle customer to a new registered user.

    bug wontfix 
    opened by Dri372 3
Releases(2.8.0)
  • 2.8.0(Dec 12, 2022)

    What's Changed

    • task/v2/add feature belongs to many by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/847

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.7.1...2.8.0

    Source code(tar.gz)
    Source code(zip)
  • 2.7.1(Nov 30, 2022)

    What's Changed

    • add field phone by @miftahurrahmi in https://github.com/uasoft-indonesia/badaso/pull/840

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.7.0...2.7.1

    Source code(tar.gz)
    Source code(zip)
  • 2.7.0(Nov 15, 2022)

    What's Changed

    • bugfix[v2] change config lfm by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/821
    • task[v2] add maintanance status .env by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/825

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.6.3...2.7.0

    Source code(tar.gz)
    Source code(zip)
  • 2.6.3(Oct 19, 2022)

    What's Changed

    • fix version swagger in composer by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/816
    • change location upload image by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/813

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.6.2...2.6.3

    Source code(tar.gz)
    Source code(zip)
  • 2.6.2(Oct 15, 2022)

    What's Changed

    • Bugfix/v2/fix favicon by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/811

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.6.1...2.6.2

    Source code(tar.gz)
    Source code(zip)
  • 2.6.1(Oct 10, 2022)

    What's Changed

    • Task/v2/add feature sorting file manager with component select by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/804
    • bug fix role registatrion v2 by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/805
    • Bugfix[v2] add filter mimeType by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/807

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.6.0...2.6.1

    Source code(tar.gz)
    Source code(zip)
  • 2.6.0(Sep 21, 2022)

    What's Changed

    • Bugfix/v2/multiple relation by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/778
    • bugfix/v2/component textarea by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/790
    • bugfix update default value by @miftahurrahmi in https://github.com/uasoft-indonesia/badaso/pull/794
    • Task/v2/change default role by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/797

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.5.3...2.6.0

    Source code(tar.gz)
    Source code(zip)
  • 2.5.3(Sep 18, 2022)

    What's Changed

    • fix swtich component by @MuhammadBobbi in https://github.com/uasoft-indonesia/badaso/pull/766
    • Task/v2/bugfix more column by @miftahurrahmi in https://github.com/uasoft-indonesia/badaso/pull/759
    • Update composer.json by @rizkiheryandi in https://github.com/uasoft-indonesia/badaso/pull/799

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.5.2...2.5.3

    Source code(tar.gz)
    Source code(zip)
  • 2.5.2(Aug 18, 2022)

    What's Changed

    • bugfix admin panel logo by @MuhammadBobbi in https://github.com/uasoft-indonesia/badaso/pull/742
    • bugfix external link menu management item by @miftahurrahmi in https://github.com/uasoft-indonesia/badaso/pull/740
    • Task/v2/bugfix foreignkey by @miftahurrahmi in https://github.com/uasoft-indonesia/badaso/pull/744
    • fix bug Error with Postgresql data type character varying by @miftahurrahmi in https://github.com/uasoft-indonesia/badaso/pull/749

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.5.1...2.5.2

    Source code(tar.gz)
    Source code(zip)
  • 2.5.1(Aug 10, 2022)

  • 2.5.0(Aug 8, 2022)

    What's Changed

    • bugfix id missing for example request body api docs by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/730
    • bugfix/status code and id delete multiple by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/732
    • change validate for edit by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/736

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.4.14...2.5.0

    Source code(tar.gz)
    Source code(zip)
  • 2.4.14(Jun 23, 2022)

    What's Changed

    • change apiresponse and uncomment by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/707
    • add api docs for user by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/711

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.4.13...2.4.14

    Source code(tar.gz)
    Source code(zip)
  • 2.4.13(Apr 3, 2022)

    What's Changed

    • [v2] add lint + prettier by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/691
    • [v2] Update eslint.yml by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/692
    • Update BadasoSetup.php by @rizkiheryandi in https://github.com/uasoft-indonesia/badaso/pull/697
    • Update badaso setup by @rizkiheryandi in https://github.com/uasoft-indonesia/badaso/pull/698

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.4.12...2.4.13

    Source code(tar.gz)
    Source code(zip)
  • 2.4.12(Mar 28, 2022)

    What's Changed

    • Bugfix [v2] update activity log by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/678

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.4.11...2.4.12

    Source code(tar.gz)
    Source code(zip)
  • 2.4.11(Mar 25, 2022)

    What's Changed

    • [v2] update composer gitpod by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/675

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.4.10...2.4.11

    Source code(tar.gz)
    Source code(zip)
  • 2.4.10(Mar 23, 2022)

    What's Changed

    • Task/v2/update workflow by @rizkiheryandi in https://github.com/uasoft-indonesia/badaso/pull/643
    • Update test.yml by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/650
    • Bugfix [v2] add isShowDataRecycle by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/633
    • [v2] update laravel 9 by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/654
    • Update test.yml by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/659
    • Update phpunit.yml by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/660
    • [v2] upload coverage by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/657
    • Bugfix [v2] update add database management by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/634
    • Bugfix [v2] updates upload image multiple by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/647
    • [v2] var exporter support by @miftahurrahmi in https://github.com/uasoft-indonesia/badaso/pull/664

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.4.9...2.4.10

    Source code(tar.gz)
    Source code(zip)
  • 2.4.9(Mar 20, 2022)

    What's Changed

    • [v2] Badaso coverage by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/625
    • Task/v2/Make PHPStan by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/621
    • Fix prod artisan command by @rizkiheryandi in https://github.com/uasoft-indonesia/badaso/pull/639
    • Fix migration prod command by @rizkiheryandi in https://github.com/uasoft-indonesia/badaso/pull/642

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.4.8...2.4.9

    Source code(tar.gz)
    Source code(zip)
  • 2.4.8(Mar 10, 2022)

    What's Changed

    • Bugfix/v2/update crud database management by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/607
    • configure file test badaso v2.x by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/608

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.4.7...2.4.8

    Source code(tar.gz)
    Source code(zip)
  • 2.4.7(Mar 5, 2022)

    What's Changed

    • Bugfix [v2] validation and pop up by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/594

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.4.6...2.4.7

    Source code(tar.gz)
    Source code(zip)
  • 2.4.6(Feb 25, 2022)

    What's Changed

    • Delete BadasoApiPermissionTest copy.php by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/557
    • Task/v2/update file manager by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/567
    • [v2] Update .gitpod.yml by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/573

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.4.5...2.4.6

    Source code(tar.gz)
    Source code(zip)
  • 2.4.5(Feb 15, 2022)

    What's Changed

    • [v2] unit test packages by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/532
    • [v2] bugfix maintenance mode by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/539
    • Task/update call helper test by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/544
    • Bugfix/repair sidebar console error by @rahmatalmubarak in https://github.com/uasoft-indonesia/badaso/pull/547

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.4.4...2.4.5

    Source code(tar.gz)
    Source code(zip)
  • 2.4.4(Feb 4, 2022)

    What's Changed

    • [v2] unit test crud generate by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/515
    • [v2] unit test crud generate by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/520
    • [v2] Update docs link by @rizkiheryandi in https://github.com/uasoft-indonesia/badaso/pull/531
    • [v2] crud does not work with postgresql by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/525

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.4.3...2.4.4

    Source code(tar.gz)
    Source code(zip)
  • 2.4.3(Jan 16, 2022)

    What's Changed

    • [v2] Update badaso hidden tables by @rizkiheryandi in https://github.com/uasoft-indonesia/badaso/pull/506
    • update v-gtag by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/508

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.4.2...2.4.3

    Source code(tar.gz)
    Source code(zip)
  • 2.4.2(Dec 24, 2021)

    What's Changed

    • v2 #491 Task remove useless js by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/494
    • #483 | v2 | Fix Problem runing first migrate with sql server database by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/499
    • v2 | Fix Permission Menu item by @4fdal in https://github.com/uasoft-indonesia/badaso/pull/500

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.4.1...2.4.2

    Source code(tar.gz)
    Source code(zip)
  • 2.4.1(Dec 8, 2021)

    What's Changed

    • [V2] Update swagger-auth-username by @mrrafiq in https://github.com/uasoft-indonesia/badaso/pull/489

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.4.0...2.4.1

    Source code(tar.gz)
    Source code(zip)
  • 2.4.0(Nov 29, 2021)

    What's Changed

    • Task/v2/expand menu item by @afdal-develop in https://github.com/uasoft-indonesia/badaso/pull/484

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.3.1...2.4.0

    Source code(tar.gz)
    Source code(zip)
  • 2.3.1(Nov 22, 2021)

    What's Changed

    • Bugfix/v2/configuration page by @mrrafiq in https://github.com/uasoft-indonesia/badaso/pull/469
    • bugfix/v2/fixing-jspdf by @mrrafiq in https://github.com/uasoft-indonesia/badaso/pull/470
    • Bufix/v2/order seeder item by @afdal-develop in https://github.com/uasoft-indonesia/badaso/pull/466
    • Update ConfigurationsSeeder.php by @rizkiheryandi in https://github.com/uasoft-indonesia/badaso/pull/476
    • update menu item by @afdal-develop in https://github.com/uasoft-indonesia/badaso/pull/477

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.3.0...2.3.1

    Source code(tar.gz)
    Source code(zip)
  • 2.3.0(Nov 13, 2021)

    What's Changed

    • update config by @afdal-develop in https://github.com/uasoft-indonesia/badaso/pull/448
    • Bugfix/v2/maintenance by @afdal-develop in https://github.com/uasoft-indonesia/badaso/pull/452
    • update media manager by @afdal-develop in https://github.com/uasoft-indonesia/badaso/pull/462

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.2.2...2.3.0

    Source code(tar.gz)
    Source code(zip)
  • 2.2.2(Nov 5, 2021)

    What's Changed

    • Task/v2/change prefix menu database by @my4fdal in https://github.com/uasoft-indonesia/badaso/pull/442

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.2.1...2.2.2

    Source code(tar.gz)
    Source code(zip)
  • 2.2.1(Nov 5, 2021)

    What's Changed

    • Task/v2/replace api crud generate by @my4fdal in https://github.com/uasoft-indonesia/badaso/pull/440

    Full Changelog: https://github.com/uasoft-indonesia/badaso/compare/2.2.0...2.2.1

    Source code(tar.gz)
    Source code(zip)
Owner
Uasoft
IT solution company
Uasoft
Free, open-source, online appointments platform based on Laravel PHP Framework.

timegrid (Archived) Timegrid helps contractors and customers to find the perfect meeting time through online appointments. Features Built with Laravel

timegrid.io 880 Dec 19, 2022
Matomo is the leading Free/Libre open analytics platform.

Matomo (formerly Piwik) - matomo.org Code Status Description Matomo is the leading Free/Libre open analytics platform. Matomo is a full-featured PHP M

Matomo Analytics 17.2k Jan 3, 2023
Create Your Own Broadcast Network With AVideo Platform Open-Source. OAVP OVP

Audio Video Platform AVideo is a term that means absolutely nothing, or anything video. Since it doesn't mean anything the brand simply is identifiabl

World Wide Broadcast Network 1.7k Jan 8, 2023
Faveo Open source ticketing system build on Laravel framework

______ _ _ _ _ _ | ____| | | | | | | | |

Ladybird Web Solution 987 Dec 26, 2022
Admidio is a free open source user management system for websites of organizations and groups

Admidio is a free open source user management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization.

Admidio 214 Jan 1, 2023
OpenEMR is a Free and Open Source electronic health records and medical practice management application

OpenEMR is a Free and Open Source electronic health records and medical practice management application. It features fully integrated electronic health records, practice management, scheduling, electronic billing, internationalization, free support, a vibrant community, and a whole lot more. It runs on Windows, Linux, Mac OS X, and many other platforms.

OpenEMR 2.1k Jan 9, 2023
Snipe-IT - A free open source IT asset/license management system

Snipe-IT - A free open source IT asset/license management system

snipe 7.2k Jan 4, 2023
A free and open-source Laravel 5.5 and VueJS (SPA) Ticket system

Ticket-conductor A Laravel 5.5 and VueJS (SPA) Ticket system app (This project was mostly for myself to learn Vue Js a bit better, and will not be mai

Casper Bottelet 51 Dec 17, 2022
Savsoft Quiz v6.0 - An open source and free solution to conduct online quiz or exams.

Savsoft Quiz v6.0 is an Opern Source and Free php based web application (script) to create and manage online quiz, test, exam on your website or serve

null 22 Dec 10, 2022
ULEARN - Open Source(FREE) LMS script in Laravel 5.8 and ReactJS 16.9

About ULEARN Key Features Demo & Credentials Access ReactJS Page Installation Support License About ULEARN ULEARN is an impressive LMS script which co

null 535 Jan 2, 2023
Akaunting is a free, open source and online accounting software designed for small businesses and freelancers

Akaunting is a free, open source and online accounting software designed for small businesses and freelancers

jahidul alam mishuk 1 Jan 9, 2022
A free and open-source accounting and production system for businesses and non-profits with support for multiple users and varied integrations

A free and open-source accounting and production system for businesses and non-profits with support for multiple users and varied integrations.

null 3 Sep 22, 2022
MyAAC is a free and open-source Automatic Account Creator (AAC) written in PHP

MyAAC is a free and open-source Automatic Account Creator (AAC) written in PHP. It supports only MySQL databases.

Lucas Giovanni 6 Aug 26, 2022
Xenomporio - Free Open Source ERP based on Xentral

Xenomporio - The free ERP Xenomporio ist eine umfassende webbasierte Anwendung zur Abwicklung aller kaufmännischen Prozesse. Zu den Funktionen gehören

null 13 Dec 31, 2022
Drupal is an open source content management platform supporting a variety of websites ranging from personal weblogs to large community-driven websites.

Drupal is an open source content management platform supporting a variety of websites ranging from personal weblogs to large community-driven websites.

Drupal 3.8k Jan 4, 2023
This is a plugin written in PHP programming language and running on the PocketMine platform that works stably on the API 4.0.0 platform. It allows you to query some other server information

QueryServer This is a plugin written in PHP programming language and running on the PocketMine platform that works stably on the API 4.0.0 platform. I

Thành Nhân 1 Jul 6, 2022
A much faster alternative to youtube-dl built for PHP applications.

youtube-downloader This project was inspired by a very popular youtube-dl python package: https://github.com/rg3/youtube-dl Yes, there are multiple ot

null 668 Jan 3, 2023
A good, non-specialized Laravel base site for faster app development

Larastrap This is a non-specialized Laravel base site containing generalized components for faster development of nearly any type of site. It includes

Memphis PHP 2 Jul 31, 2022