CodeIgniter Forums
CodeIgniter Wizard now sets up Myth/Auth, file uploads and more - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Addins (https://forum.codeigniter.com/forumdisplay.php?fid=34)
+--- Thread: CodeIgniter Wizard now sets up Myth/Auth, file uploads and more (/showthread.php?tid=82906)



CodeIgniter Wizard now sets up Myth/Auth, file uploads and more - gosocial2 - 09-02-2022

CodeIgniter Wizard for Mac is now at version 2 with come cool features such as GUI translation editor,  authentication and authorization builder (also creates views for Bootstrap 5!) and file upload functionality can be added easily to forms (currently non-AJAX.

A brief demo here:
[Video: https://www.youtube.com/watch?v=pFaDEBNvtD8]
https://www.youtube.com/watch?v=pFaDEBNvtD8


The outline of all new significant features below:
  • Authentication and Authorization
    • Integrate Myth/Auth library to your CodeIgniter project
    • Automatically have login, registration, password reset forms, even editable user profile pages added.
    • Define which user group is authorized to access a specific module from the GUI
  • Language Localization
    • Localize your web application in a language other than English
    • Add multiple languages to your web app from within the GUI
    • Edit translation strings in the GUI
    • Allow end-users to switch language in the generated web apps.
    • Import/export translation files
  • File Uploads
    • Ability to add fully functional file inputs to the forms
    • Support for image uploads for jpeg, png, gif and web formats
    • Add non-image files as downloadable documents such as PDFs and MS Office files
  • Improved Form Validation
    • Form validation is now even more user-friendly and good-looking.
    • Have each field provide its specific feedback
  • Ability to export .csv and Excel .xlsx files from list views (using datatables) in generated web apps
  • Augmented AJAX
    • Create forms in modal windows with AJAX-based data validation and submission
    • Works well with noncomplex* forms. (See known limitations)
  • Added ability to turn on auto-generation of UUIDs for PK fields of char(36) 

  • Automatic generation of slugs from title fields (if there is a slug field in the DB table)
  • Improved Routing
    • Routes refactored in groups per module
    • Authentication routes are automatically added
    • Ability to add additional URI segment to your app URL leaving room for custom front-ends that can be manually added
    • Dynamic parent route (group) handling your end user's locale



RE: CodeIgniter Wizard now sets up Myth/Auth, file uploads and more - luckmoshy - 09-02-2022

Looks good!!


RE: CodeIgniter Wizard now sets up Myth/Auth, file uploads and more - gosocial2 - 09-03-2022

(09-02-2022, 10:30 PM)luckmoshy Wrote: Looks good!!

Thanks. I also took a look into yekrinaweb.com and your GitHub page. Really interesting stuff there.