A comprehensive web application for managing student data built with Laravel and Blade templating.
Aplikasi Data Siswa is a student information management system designed to streamline the handling of student records, data storage, and retrieval in educational institutions.
- Backend: PHP (54.4%)
- Frontend: Blade Templates (23.7%), CSS (15.4%), JavaScript (6.5%)
- Framework: Laravel
- Database: [Configure as needed]
- Student data management
- Record organization and retrieval
- Web-based interface
- Responsive design
- PHP 8.0 or higher
- Composer
- Node.js and npm (optional, for asset compilation)
- MySQL or PostgreSQL database
-
Clone the repository
git clone https://github.com/BagasHtml/aplikasi-data-siswa.git cd aplikasi-data-siswa -
Install dependencies
composer install npm install
-
Environment configuration
cp .env.example .env php artisan key:generate
-
Configure your database in
.envfile -
Run migrations
php artisan migrate
-
Build assets
npm run dev
-
Start the development server
php artisan serve
The application will be available at http://localhost:8000
[Add specific usage instructions for your application]
├── app/ # Application logic
├── resources/ # Views and assets
├── routes/ # API and web routes
├── database/ # Migrations and seeders
├── public/ # Public assets
└── config/ # Configuration files
Contributions are welcome! Please feel free to submit pull requests.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is currently unlicensed. Please see the LICENSE file for more information.
BagasHtml - GitHub Profile
For support, please open an issue in the GitHub repository.
Last Updated: May 2026