Laravel is a web application framework with expressive, elegant syntax.
This repo is made with curl -s "https://laravel.build/j-dashboard?with=mysql,redis,minio&devcontainer" | bash
command from Laravel Docs
It also contains some additional functionalities - OAuth login, Job Dashboard with Cashier payments.
- OAuth authentication
- Cachier integration example (job board)
- Avatars upload with auto-size
- Roles and permission editor
- JSON REST CRUD API with Spatie Query Builder
- Model resource response caching
- barryvdh/laravel-debugbar
- intervention/image
- intervention/validation
- laravel-lang/lang
composer require laravel-lang/common --dev
- laravel/breeze
- laravel/cashier
- laravel/socialite
- laravel/telescope
- spatie/activitylog
- spatie/laravel-collection-macros
- spatie/laravel-media-library
- spatie/laravel-permission
- spatie/laravel-query-builder
- thephpleague/flysystem-aws-s3-v3
- pacerit/laravel-polish-validation-rules
- spatie/laravel-responsecache
- spatie/laravel-tags
- staudenmeir/eloquent-has-many-deep
- prgayman/laravel-sms
- propaganistas/laravel-phone
The Laravel framework is open-sourced software licensed under the MIT license.