- 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.
- 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
php artisan command:name
Name | Description |
---|---|
veyaz:setup |
Setup Veyaz |
This template uses several libraries as helpers to improve the template, and can be seen here
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.
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.
The Laravel framework is open-sourced software licensed under the MIT license.