Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdp77/veyaz
Dashboard Template For Laravel
https://github.com/rdp77/veyaz
ajax bootstrap jquery laravel laravel-framework php
Last synced: about 3 hours ago
JSON representation
Dashboard Template For Laravel
- Host: GitHub
- URL: https://github.com/rdp77/veyaz
- Owner: rdp77
- License: mit
- Created: 2021-06-08T17:12:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T05:28:02.000Z (9 months ago)
- Last Synced: 2024-04-13T20:45:29.410Z (7 months ago)
- Topics: ajax, bootstrap, jquery, laravel, laravel-framework, php
- Language: PHP
- Homepage: https://rdp77.gitbook.io/veyaz
- Size: 17.2 MB
- Stars: 5
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## Requirement
- [Composer](https://getcomposer.org/).
- [Node JS](https://nodejs.org/en/) (Optional).
- Code editor for doing coding activities [Visual Studio Code](https://code.visualstudio.com/) or [Sublime](https://www.sublimetext.com/) or [Atom](https://atom.io/).
- Php and Web server for running laravel in web browser, can use [XAMPP](https://www.apachefriends.org/) or [Laragon](https://laragon.org/).
- 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
1. Clone repository with the command `git clone https://github.com/rdp77/veyaz.git`
2. Installing package form Composer with command `composer install`
3. Installing package module node js with command `npm install` (Optional) => `pnpm install` `yarn install`
4. Run command `php artisan veyaz:setup` to setup the project
5. 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](/library.md)
## Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct) or veyaz [Code of Conduct](https://github.com/rdp77/veyaz/blob/master/CODE_OF_CONDUCT.md).
## Security Vulnerabilities
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).