/laravel-platform

Kick-start laravel prepared package for you!

Primary LanguagePHP

Laravel Platform

Maintainability Rating Quality Gate Status Bugs Reliability Rating Security Rating Vulnerabilities

Install

For development

composer install
npm install
npm run dev ?? npm run prod
php artisan migrate --seed

For testing

composer install
npm install
npm run watch
php artisan migrate:fresh --seed
php artisan serve

Auth

  • Admin
- U: admin@admin.com
- P: secret
  • User
- U: user@local.local  
- P: secret

localization export

php artisan translatable:export en,si,de,it,es

Contribution

if you want to contribute please use the DEVELOP branch and when you do PR push on DEVELOP.

Packages

Contributing

Thank you for considering contributing to the Laravel platform!

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the 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.