Josh - Laravel Admin Template + Front End + CRUD

Josh - Laravel Admin Template + Front End + CRUD v12.0

  • Author Author kashif
  • Creation date Creation date

12.0 - Submitted for review​

  • Updated to Laravel 12
  • Modified apex charts for both v1 and v2 with realistic data, please see for yourself.

11.1- submitted for review​

This is a major update for V2!
We've made significant behind-the-scenes improvements, optimized the codebase, and streamlined styling by replacing redundant CSS classes with Bootstrap for better efficiency and maintainability. Plus, we've introduced several other enhancements to improve performance and usability.

#​

#​

  • Added Users management UI
  • Added Roles management UI
  • Added new toast notifications docs , added a laravel helper and javascript helper for toast notifications
Improvements:

  • Added Laravel's built-in email verification feature, allowing users to be automatically verified upon registration based on the AUTH_AUTO_VERIFY_EMAIL environment variable.
  • Replaced user activation status flags with soft deletes for user deactivation, enhancing data integrity and management.
  • Updated user registration and management views to support email verification and profile image uploads.
  • Refactored user controller methods to handle email verification and profile image management.
  • Removed the CheckUserActivation middleware as it is no longer necessary.
  • Introduced new JavaScript functionality for user management, including verification toggling and improved data handling.
  • Updated environment configuration and migration for soft deletes in the users table.
Removed:

  • Replaced the Toastr plugin with a customized version of iziToast, making it more efficient and removing another dependency on jQuery

#​

  • Added Apex charts with following chart types:
    • Line charts
    • Area charts
    • Column charts
    • Bar charts
    • Mixed charts
    • Range area charts
    • Timeline charts
    • Funnel charts
    • Candlestick charts
    • Box plot charts
    • Bubble charts
    • Scatter charts
    • Heatmap charts
    • Treemap
    • Slope charts
    • Pie
    • Radial bar charts
    • Radar charts
    • Polar Area charts
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
Top