Commit Graph

8 Commits

Author SHA1 Message Date
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