anamsoft / hwaravel
The Hwaravel - Fast Dashboard.
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
Open Issues: 0
Language:Blade
Type:project
Requires
- php: ^7.3|^8.0
- ext-curl: *
- ext-json: *
- ext-zip: *
- aws/aws-sdk-php: ^3.204
- cviebrock/eloquent-sluggable: ^8.0
- fruitcake/laravel-cors: ^2.0
- guzzlehttp/guzzle: ^7.0.1
- hwavina/hwa-meta: ^1.0
- intervention/image: ^2.7
- laravel/framework: ^8.65
- laravel/sanctum: ^2.11
- laravel/socialite: ^5.2
- laravel/tinker: ^2.5
- league/flysystem-aws-s3-v3: 1.0
- spatie/laravel-permission: ^5.4
- yoeunes/toastr: ^1.2
Requires (Dev)
- facade/ignition: ^2.5
- fakerphp/faker: ^1.9.1
- laravel/sail: ^1.0.1
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^5.10
- phpunit/phpunit: ^9.5.10
This package is auto-updated.
Last update: 2024-10-30 01:48:27 UTC
README
Free open source admin dashboard
composer create-project anamsoft/hwaravel
About Hwaravel
Hwaravel is the best free admin dashboard for individuals and businesses, built on top of Laravel Framework and the latest technologies. Our goal is "Efficient and friendly for everyone":
- Efficiency: Meet even the smallest requirements of customers.
- Friendly: Easy to use, easy to maintain, easy to develop.
- Everyone: Businesses, individuals, developers, students.
Technology
- Core Laravel Framework
Requirements:
From Version 5.0
Core laravel framework 8.x requirements::
- PHP >= 7.3
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Ctype PHP Extension
- JSON PHP Extension
- BCMath PHP Extension
Installation & configuration:
Step1: Install last version Hwaravel
Option 1: From composer
composer create-project anamsoft/hwaravel
Option 2: From github
git clone https://github.com/anamsoftware/hwaravel.git
Then, install vendor:
composer install
Step2: Set writable permissions for the following directories:
storage
vendor
bootstrap/cache
Step3: Create database
- Create a new database. Example database name is "hwaravel"
Step4: Install
1: Create new database.
2 Copy file .env.example to .env if file .env not exist.
3: Generate API key if APP_KEY is null.
- Use command "php artisan key:gen"
4: Config value of file .env:
- APP_DEBUG=false (Set "false" is security)
- DB_HOST=127.0.0.1 (Database host)
- DB_PORT=3306 (Database port)
- DB_DATABASE=hwaravel (Database name)
- DB_USERNAME=root (User name use database)
- DB_PASSWORD= (Password connect to database)
- APP_URL=http://hwaravel.abc (Your url)
- APP_ADMIN_DIR=admin (Path to admin)
Step5: Install completed
- Access to url admin: your-domain/admin.
- User/pass
admin/admin123
Security Vulnerabilities:
If you discover a security vulnerability within Hwaravel, please send an e-mail to Phi Hoang via hoangphi.dev@gmail.com. All security vulnerabilities will be promptly addressed.
License
The Hwaravel is open-sourced software licensed under the MIT license.