Projects with this topic
-
Proyecto de API con información en tiempo real sobre mis páginas web
Updated -
telkominfra/uam adalah Laravel Package komprehensif untuk User Access Management (UAM) dengan Role-Based Access Control (RBAC) dan User Access Request (UAR) workflow. Dirancang khusus untuk kebutuhan Telkominfra, package ini mendukung:
Manajemen role & permission per aplikasi (RBAC) Workflow User Access Request dengan approval multi-level Integrasi struktur organisasi (Direktorat, Unit, Employee) Period-based access (akses berbasis tanggal) Audit trail & soft delete untuk integritas data Multi-application support (isolasi RBAC per aplikasi) Dokumentasi lengkap & 300+ passing testsTech stack: Laravel 7.2+, PHP 5.6+, MySQL/MariaDB, PHPUnit, PHPStan.
UpdatedUpdated -
Sales and warehousing management system
Updated -
Web application to handle eBooks. Deploy on https://bookshelves.ink.
Updated -
Estructura básica para mis proyectos en laravel
Updated -
This is a lravel starter api project for testing purpose.
Updated -
-
A REST API built with Laravel for managing products, featuring user authentication with Sanctum, request validation, API resources, Eloquent relationships, and automated API documentation using Scramble.
Updated -
Kit de inicio de Larevel Livewire
Updated -
A Laravel-based Q&A portal following MVC architecture, enabling core community features like query posting, answering, and voting. The platform integrates Gemini API for AI-assisted answer generation and utilizes an admin-side moderation system for content oversight. Background processes are managed through scheduled jobs, Laravel Mail, and the Notification Manager to deliver real-time user alerts and automated task handling.
Updated -
-
LINE BOT Messaging API 結合類文字打王攻略 RPG
Updated -
Authorization server implementing the OAuth2 authorization protocol
Updated -
Fast deployment, easy configurable admin panel for Laravel
Updated -
-
A tutorial todo application using laravel framework.
Updated -
Learn Laravel with Jeffrey https://laracasts.com/series/30-days-to-learn-laravel-11
Updated -
Unique Password Generator
This is a web application for generating unique passwords based on user-defined parameters. Users can specify password length and choose which character sets to include: numbers (0-9), lowercase letters (a-z), and uppercase letters (A-Z).
The application ensures that:
Each password is unique and non-repeating.
Characters within a password do not repeat.
If multiple character sets are selected, at least one character from each set is included in the password.
Technologies used in this project:
Laravel (PHP 8) for backend logic, API endpoints, and password generation.
Next.js (React + TypeScript) for the frontend interface.
Nginx as the web server.
Docker for containerized development and deployment.
The frontend communicates with the Laravel backend API to generate passwords. The project is designed so that it can also run as a Laravel-only application if desired.
This setup allows for easy development, secure password generation, and a modern reactive UI.
Updated