• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
  • Information: Safety & Support
    Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use.
    Consider buying licenses to support developers. Your security is our priority.
Josh - Laravel Admin Template + Front End and CRUD

Josh - Laravel Admin Template + Front End and CRUD 11.0.2

11.0.2 - 2024-11-05​

v1​

  • CRUD generates files using Bootstrap 5 and the latest DataTables when the DataTables option is chosen.
  • If keys are not provided, recaptcha is disabled to avoid console errors.

v2​

  • No longer uses bootstrapValidator; replaced with just-validate

11.0 - 2024-10-07​

One of the biggest updates ever in Josh: Upgraded from Bootstrap 4 to Bootstrap 5, and from Laravel 10 to Laravel 11.

We've made numerous behind-the-scenes changes, improved the codebase, removed many redundant CSS classes, and replaced them with Bootstrap classes, among other updates.

You may not notice many visible changes, but we've made significant improvements to the code.

v2​

Updates:

Modified CRUD builder code and refactored much of the codebase:

CRUD​

  • Database names now use the correct plural form of model names, e.g., child → children.
  • Rollback now deletes all files.
  • Rollback checks whether a table exists and warns if it contains any data before deletion.
  • show sweetalert when crud is generated
  • datatables buttons issue fixed

Other improvements​

  • cleaned up redundant css.
  • replaced many css classes with bootstrap 5 classes.
  • replaced bootstrapValidator with just-validate.
  • datatables now uses JS initialization.
  • select2 now uses bootstrap5 theme.
New Additions:
  • Added TUI Grid tables
  • added ApexCharts
  • added TUI Charts
Top