Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdp77/laravel-stisla
Free Bootstrap Admin Template Stisla for Laravel
https://github.com/rdp77/laravel-stisla
admin-dashboard admin-template bootstrap dashboard html5 javascript laravel laravel-framework livewire stisla ui
Last synced: 16 days ago
JSON representation
Free Bootstrap Admin Template Stisla for Laravel
- Host: GitHub
- URL: https://github.com/rdp77/laravel-stisla
- Owner: rdp77
- License: mit
- Created: 2024-01-25T11:36:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-14T14:36:50.000Z (10 months ago)
- Last Synced: 2024-11-15T08:06:21.559Z (about 1 month ago)
- Topics: admin-dashboard, admin-template, bootstrap, dashboard, html5, javascript, laravel, laravel-framework, livewire, stisla, ui
- Language: SCSS
- Homepage:
- Size: 10.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Laravel Stisla
**Laravel Stisla** is a Free Bootstrap Admin Template which will help you to speed up your project and design your own
dashboard UI using Laravel blade templating engine.
Homepage
•
Getting Started
•
Demo
•
Documentation
•
Blog
•
Issue
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Quick start](#quick-start)
- [License](#license)
- [Supports](#supports)## Requirements
Make sure all dependencies have been installed before moving on:
- [PHP](https://secure.php.net/manual/en/install.php) >= 8.1
- [Composer](https://getcomposer.org/download/)
- [Node.js](http://nodejs.org/) >= 18
- [pnpm](https://pnpm.io/installation) (Optional)## Getting Started
Start by creating the project using Composer and configuring the `.env` file:
```sh
composer create-project rdp77/laravel-stisla:dev-main
cd laravel-stisla
```After `.env` is configured, you can proceed to migrate & seed the database:
```sh
php artisan migrate:fresh --seed
```Once the database is seeded, you can login at `/login or /` using the default admin user:
```yaml
Username: admin
Password: admin
```### Build Assets
The project assets are compiled using Vite. This can be done by installing the dependencies and running the build
command with Yarn.```sh
yarn install
yarn build
```or
```sh
pnpm install
pnpm build
```## Plugins Used
| **Plugin** | **Description** |
|:----------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Laravel Telescope](https://github.com/laravel/telescope) | Telescope provides insight into the requests coming into your application, exceptions, log entries, database queries, queued jobs, mail, notifications, cache operations, scheduled tasks, variable dumps, and more. |
| [Laravel Livewire](https://livewire.laravel.com/) | A full-stack framework for Laravel that takes the pain out of building dynamic UIs. |
| [Laravel Breeze](https://github.com/laravel/breeze) | minimal, simple implementation of all of Laravel's authentication features, including login, registration, password reset, email verification, and password confirmation. |
| [Laravel Pint](https://github.com/laravel/pint) | opinionated PHP code style fixer for minimalists. Pint is built on top of PHP-CS-Fixer and makes it simple to ensure that your code style stays clean and consistent. |## License
**Stisla** is licensed under the [MIT License](LICENSE)
## Supports
Thanks to BrowserStack for their support on this open-source project!
---
Stisla is created by [Nauval](http://nauv.al) ([Twitter](https://twitter.com/mhdnauvalazhar)). You can support the
author by donation [here](https://www.buymeacoffee.com/mhd).