Laravel Platform
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: [email protected]
- P: secret
- User
- U: [email protected]
- P: secret
Contribution
if you want to contribute please use the DEVELOP branch and when you do PR push on DEVELOP.
Packages
- https://github.com/laravel/ui (slave) (only bootstrap part and vue)
- https://laravel.com/docs/8.x/fortify (master)
- https://spatie.be/docs/laravel-permission/v4/basic-usage/basic-usage
- https://docs.laravel-excel.com/3.1/getting-started/installation.html
- https://laravel-livewire.com/docs/2.x/quickstart
- https://github.com/artesaos/seotools
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 [email protected]. All security vulnerabilities will be promptly addressed.
License
The Laravel framework is open-sourced software licensed under the MIT license.