rdp77 / veyaz
The Laravel Framework.
Fund package maintenance!
rdp77
Ko Fi
paypal.me/MohRaviDwiPutra
saweria.co/rdp77
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 9
Open Issues: 0
Type:project
Requires
- php: ^8.0.2
- laravel/framework: ^9.19
- laravel/tinker: ^2.7
- laravolt/indonesia: ^0.32.0
- livewire/livewire: ^2.10
- milon/barcode: ^9.0
- moneyphp/money: ^3.3
- rdp77/laravel-env-set-command: 1.4.0
- renatomarinho/laravel-page-speed: ^2.0
- rezaamini-ir/migrator: ^1.5
- sarfraznawaz2005/servermonitor: ^3.1
- spatie/laravel-activitylog: ^4.6
- spatie/laravel-permission: ^5.4
- yajra/laravel-datatables: 9.0
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/breeze: ^1.3
- laravel/pint: ^1.0
- laravel/telescope: ^4.9
- nunomaduro/collision: ^6.1
- phpunit/phpunit: ^9.5.10
- spatie/laravel-ignition: ^1.0
This package is auto-updated.
Last update: 2025-03-12 07:57:50 UTC
README
Requirement
- Composer.
- Node JS (Optional).
- Code editor for doing coding activities Visual Studio Code or Sublime or Atom.
- Php and Web server for running laravel in web browser, can use XAMPP or Laragon.
- Database Management System.
Because it uses Laravel migrations feature it can use any type of DBMS as long as it's a Relational Database.
Getting Started
- Clone repository with the command
git clone https://github.com/rdp77/veyaz.git
- Installing package form Composer with command
composer install
- Installing package module node js with command
npm install
(Optional) =>pnpm install
yarn install
- Run command
php artisan veyaz:setup
to setup the project - Running web application using commands
php artisan serve
or running manually with web server.
Login using username admin
and password admin
Command Reference
php artisan command:name
Name | Description |
---|---|
veyaz:setup |
Setup Veyaz |
Third-party Library
This template uses several libraries as helpers to improve the template, and can be seen here
Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct or veyaz Code of Conduct.
Security Vulnerabilities
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.
License
The Laravel framework is open-sourced software licensed under the MIT license.