https://github.com/fajar-dev/ojs
open journal system laravel
https://github.com/fajar-dev/ojs
Last synced: 11 months ago
JSON representation
open journal system laravel
- Host: GitHub
- URL: https://github.com/fajar-dev/ojs
- Owner: fajar-dev
- Created: 2023-04-19T15:37:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T12:23:17.000Z (about 3 years ago)
- Last Synced: 2025-02-27T15:43:31.795Z (over 1 year ago)
- Language: PHP
- Size: 62.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Starter
Laravel Starter merupakan admin panel sederhana dengan menggunakan laravel dan juga terintegrasi dengan template [Stisla](https://getstisla.com/).
## Fitur
- *Auth* (*register, verify, reset password, confirm password*)
- *Roles* dan *permission* dengan `spatie/laravel-permission`
## *Requirements*
- PHP >= 7.2.5
- Git
- Composer
## *Installing*
- *Clone* repo:
```
git clone https://github.com/rmalan/laravel-starter.git
```
- Jalankan:
```
$ composer install
```
- *Setup* file `.env` (db dan mail). Kemudian jalankan:
```
$ php artisan key:generate
$ php artisan migrate
$ php artisan db:seed
$ php artisan serve
```
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).