Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galehludi/sistem-informasi-manajemen-sekolah
https://github.com/galehludi/sistem-informasi-manajemen-sekolah
laravel laravel9 php sistem-informasi sistem-informasi-manajemen sistem-informasi-sekolah
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/galehludi/sistem-informasi-manajemen-sekolah
- Owner: GalehLudi
- Created: 2022-11-01T10:31:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T07:10:49.000Z (about 2 years ago)
- Last Synced: 2024-10-11T11:24:15.197Z (3 months ago)
- Topics: laravel, laravel9, php, sistem-informasi, sistem-informasi-manajemen, sistem-informasi-sekolah
- Language: PHP
- Homepage:
- Size: 253 KB
- Stars: 13
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sistem Informasi Manajemen Sekolah
## Table of Content
- [Sistem Informasi Manajemen Sekolah](#sistem-informasi-manajemen-sekolah)
- [Table of Content](#table-of-content)
- [Third Party](#third-party)
- [Front End](#front-end)
- [Back End](#back-end)
- [Installation](#installation)
- [Composer](#composer)
- [Node Js](#node-js)
- [Laravel](#laravel)
- [User Login](#user-login)## Third Party
### Front End
| Name | Link |
| --------- | --------------------------- |
| Bootstrap | |
| Jquery | |### Back End
| Name | Link |
| ------------------------- | ----------------------------------------------------------- |
| Jetstream Livewire | |
| Spatie Laravel Permission | |
| DOMPDF | |## Installation
### Composer
Before run `composer update`
- Install [composer](https://getcomposer.org/) first if you don't have it in your machine
### Node Js
Before run `npm install` and `npm run build`
- Install [Node Js](https://nodejs.org/en/) first if you don't have it in your machine
### Laravel
1. Clone Repo: `git clone https://github.com/GalehLudi/Sistem-Informasi-Manajemen-Sekolah.git`
2. Rename `env` file to `.env`
3. Run `composer update`
4. Run `php artisan key:generate`
5. Change `.env` file on `DB_DATABASE` to your database name
6. Check and change `DB_USERNAME` and `DB_PASSWORD` to your configuration database
7. Run `npm install`
8. Run `npm run build`
9. Run `php artisan migrate` or `php artisan migrate:refresh`
10. Run `php artisan db:seed`
11. Run server using `php artisan serve`### User Login
| Email | Password | Level |
| ------------------ | --------- | ----------- |
| `[email protected]` | Admin123 | Super Admin |
| `[email protected]` | Admin123 | Admin |
| `[email protected]` | Publik123 | Publik |## Update
```text
> Fix error (03-11-2022)
> Change logo url & add db seed (05-12-2022)
```***
Sistem Informasi Manajemen Sekolah created by [Galeh Ludi](https://instagram/galehludi/)