ngodingbang/laravel-stisla-starter

The Laravel Framework x Stisla Admin Template.

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 1

Language:SCSS

Type:project

dev-master 2022-02-25 16:14 UTC

This package is auto-updated.

Last update: 2024-04-26 14:48:50 UTC


README

Build Status Quality Score Coverage Status Latest Stable Version Total Downloads Software License

Laravel x Stisla is a Laravel application combined with the Stisla Admin Template. You can check these GitHub repository below.

This application has been tested using pestphp.

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.

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.

php artisan migrate

Testing

Run this command below to run test script using pest.

./vendor/bin/pest
# or
composer test

Changelog

See changelog.md for further information about the changes that happened in this repository.

License

This repository using MIT License (MIT). See license.md for further information.

Author