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.
- 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
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
Run this command below to run database migration process.
php artisan migrate
Run this command below to run test script using pest.
./vendor/bin/pest
# or
composer test
See changelog.md
for further information about the changes that happened in this repository.
This repository using MIT License (MIT). See license.md
for further information.