https://github.com/ngodingbang/laravel-stisla-starter
The Laravel Framework x Stisla Admin Template.
https://github.com/ngodingbang/laravel-stisla-starter
Last synced: 3 months ago
JSON representation
The Laravel Framework x Stisla Admin Template.
- Host: GitHub
- URL: https://github.com/ngodingbang/laravel-stisla-starter
- Owner: ngodingbang
- License: mit
- Created: 2022-02-25T11:49:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T10:06:36.000Z (about 4 years ago)
- Last Synced: 2025-01-07T22:52:25.804Z (over 1 year ago)
- Language: SCSS
- Homepage:
- Size: 7.38 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel x Stisla
[](https://github.com/ngodingbang/laravel-stisla-starter/actions)
[](https://scrutinizer-ci.com/g/ngodingbang/laravel-stisla-starter)
[](https://coveralls.io/github/ngodingbang/laravel-stisla-starter)
[](https://packagist.org/packages/ngodingbang/laravel-stisla-starter)
[](https://packagist.org/packages/ngodingbang/laravel-stisla-starter)
[](https://packagist.org/packages/ngodingbang/laravel-stisla-starter)
**Laravel x Stisla** is a Laravel application combined with the Stisla Admin Template. You can check these GitHub repository below.
- Laravel Framework (https://github.com/laravel/laravel)
- Stisla Admin Template (https://github.com/stisla/stisla)
This application has been tested using [pestphp](https://pestphp.com).
## Requirements
- Laravel Framework ^8.75
- PHP ^7.3|^8.0
- Node.js ^16.14.0
- NPM ^8.3.1
- Composer ^2.0
- MySQL ^8.0.28
## Instalasi
To install this repository in your localhost, run this command below using your terminal.
```bash
composer create-project ngodingbang/laravel-stisla-starter
```
Packagist: https://packagist.org/packages/ngodingbang/laravel-stisla-starter
## Preparing Database
Run this command below to run database migration process.
```bash
php artisan migrate
```
## Testing
Run this command below to run test script using [pest](https://pestphp.com/).
```bash
./vendor/bin/pest
# or
composer test
```
## Changelog
See [`changelog.md`](CHANGELOG.md) for further information about the changes that happened in this repository.
## License
This repository using MIT License (MIT). See [`license.md`](LICENSE.md) for further information.
## Author
- [Septianata Rizky Pratama](https://github.com/ngodingbang)