Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megoxv/spladepanel
Experience the elegance of SpladePanel: effortlessly create sleek dashboards. Harness Laravel Splade's intuitive SPA-building features for seamless speed and visual allure.
https://github.com/megoxv/spladepanel
laravel laravel-dashboard laravel-dashboard-spa splade
Last synced: about 2 months ago
JSON representation
Experience the elegance of SpladePanel: effortlessly create sleek dashboards. Harness Laravel Splade's intuitive SPA-building features for seamless speed and visual allure.
- Host: GitHub
- URL: https://github.com/megoxv/spladepanel
- Owner: megoxv
- License: mit
- Created: 2023-08-10T10:08:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T20:53:11.000Z (about 1 year ago)
- Last Synced: 2024-11-26T23:13:58.111Z (2 months ago)
- Topics: laravel, laravel-dashboard, laravel-dashboard-spa, splade
- Language: PHP
- Homepage:
- Size: 2.57 MB
- Stars: 96
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# SpladePanel
Welcome to SpladePanel, where you can dive into a world of elegance and simplicity. Unleash the power of SpladePanel to effortlessly create stunning dashboards that combine speed and visual allure using the intuitive SPA-building features of Laravel Splade.
## Features
- Utilizes Laravel 10 framework
- Integrates with Jetstream
- Smart Error Tracker to keep you informed
- Comprehensive Tracking System to monitor every aspect
- Site Configuration System for easy setup
- Multilingual system
- Advanced Permission System for fine-grained control
- Ready-to-use Plugins System for easy expansion
- Dark Mode
- RTL Support## Setup Instructions
To get started with SpladePanel, follow these steps:
1. Install the required dependencies using Composer:
```php
composer install
```
2. Copy the `.env.example` file to `.env`:```php
cp .env.example .env
```3. Generate a security key and link the storage file:
```php
php artisan key:generate
php artisan storage:link
```
5. Configure your database connection by updating the `.env` file.
6. Run database migrations and seed initial data:```php
php artisan migrate
php artisan db:seed
```
8. Start server:
```php
php artisan serve
```
## CredentialsAccess the login page: [http://127.0.0.1:8000/login](http://127.0.0.1:8000/login)
- Email: [[email protected]](mailto:[email protected])
- Password: password## Learn More
For further information and to explore the possibilities of Laravel Splade, visit the official website: [https://splade.dev/](https://splade.dev/)
Take your dashboard creation experience to the next level with SpladePanel. Embrace the simplicity, speed, and beauty that it offers.