Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Laravel Version
GitHub repo size
GitHub release (latest by date)

License
License

## 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).