63d3c8cc6e
Add captcha code integration instructions to edit page.
...
In the captcha tokens edit page, a new section has been added to provide instructions for integrating the captcha code in user's website. This aims to facilitate ease of integration for users, by providing them a readily available code snippet.
2023-12-04 22:44:40 +06:00
742b0feaf0
Add captcha tokens management.
2023-08-22 00:15:35 +06:00
8f143c031f
Fixed warning in analysis PHP Storm.
2023-08-01 23:40:10 +06:00
3e18ca6510
Fixed warning in analysis PHP Storm.
2023-08-01 23:38:09 +06:00
941699f473
Added @can('delete', $role).
2023-08-01 22:09:39 +06:00
52c6fd88d7
Added the ability to manage users.
2023-08-01 22:04:35 +06:00
dc6b6b0d42
Added @canany(['create', 'update'], $role) to resources/views/private/roles/_from.blade.php.
2023-08-01 21:53:07 +06:00
4083e2ec5e
Added the ability to manage a group of users.
2023-07-16 19:21:09 +06:00
919f6e1e42
Added click confirmation script.
2023-07-12 23:31:20 +06:00
ec5be8167e
Add @stack('scripts') to main layout.
2023-07-12 23:23:51 +06:00
d10cc8603e
The color of the links in the footer was changed from primary (probably blue) to gray-700 (dark gray) to improve readability against the white background. The change affects the link to the author's Github page and the link to the Volt - Bootstrap 5 Dashboard Template product page.
2023-07-12 22:53:27 +06:00
adb20f70a5
Update primary color variable in SCSS.
2023-07-12 22:52:29 +06:00
a3fa966643
Adjusted padding in sidebar for large screens.
2023-07-10 23:12:38 +06:00
907bac5586
Added the ability to save user settings.
2023-07-10 21:42:55 +06:00
39eae7f196
Added a new feature to allow users to update their passwords.
2023-07-07 18:08:14 +06:00
00a0624eea
This commit adds update functionality to user profiles. New routes, views, and controller methods have been created to facilitate this along with form requests for validation. Significant changes include new methods in the ProfileController, addition of an UpdateRequest class for validation purposes and the creation of a profile update view. These changes allow users to edit and update their profile information on the application.
2023-07-07 00:07:19 +06:00
55cd927f12
This commit adds two new components for handling form inputs in the private section of the site. 'Form.php' provides a base class for forms with methods for retrieving request names. 'Input.php' extends this to handle input fields specifically, allowing title, name, type, and value to be specified. An associated Blade view 'input.blade.php' has been added to render these inputs in views. This helps in reusability and maintainability.
2023-07-07 00:05:38 +06:00
24098415b5
Changed the way bootstrap is imported and added Chartist for charting functionality. This update provides wider access to Bootstrap features and integrates Chartist for better data representation.
2023-07-07 00:03:57 +06:00
398f5e2097
Added necessary template files and view components for scaffolding of the private area of the application. This includes error and success message components for efficient handling of user feedback messages. Added navigation components and dashboard structure to the private layout. This will streamline the implementation of features in the private area and ensure a consistent user interface.
2023-07-07 00:03:03 +06:00
f481ee765d
Made authorization.
2023-07-06 10:48:32 +06:00
719d4c7f10
Added and configured css, js in Vite.
2023-06-29 22:20:38 +06:00
f6669e93dc
Added config for captcha.
2023-06-28 17:17:44 +06:00
795945326e
Removed the welcome template.
2023-03-05 20:24:03 +06:00
15225e860c
Install Laravel.
2023-03-05 20:14:04 +06:00