Work in progress
Laravel is a web application framework with expressive, elegant syntax. In this repo I've added Vue with Vite as Single Page Application (SPA) front-end.
Vue utilizes Vue-Router, i18n, shadcn-vue, FontAwesome, custom useForm
composable...
This repo was made with curl -s "https://laravel.build/example-app?with=mysql,redis,mailpit" | bash
command from Laravel Docs
composer cs
- lint PHP code style with Pintcomposer csf
- fix PHP code style with Pintcomposer stan
- analyze PHP code with PHPStanphp artisan boil:all project
- generate TypeScript models for Project model based on database schema
- laravel/fortify - - Frontend agnostic authentication backend implementation for Laravel (login, registration, password reset, email verification, 2fa)
- laravel/horizon - - Beautiful dashboard Laravel powered Redis queues.
- laravel/telescope - - Provides insight into the requests coming into your application, exceptions, log entries, database queries, queued jobs, mail, notifications, cache operations, scheduled tasks, variable dumps, and more.
- spatie/laravel-media-library - - Associate files with Eloquent models.
- spatie/laravel-query-builder - - Easily build Eloquent queries from API requests.
- spatie/laravel-permission - - Associate users with roles and permissions
- spatie/laravel-tags - - A powerful tagging package
- intervention/image - - Open source PHP image handling and manipulation library
- carlos-meneses/laravel-mpdf - -
- larastan/larastan - - PHPStan finds bugs in your code without writing tests.
- laravel-lang/lang - - Laravel Lang projects allow you to easily connect translation packages to your project that serve different tasks.
- laravel/pint - - opinionated PHP code style fixer for minimalists
- saloonphp/saloon - - A PHP package that helps you build beautiful API integrations and SDKs
- spatie/laravel-collection-macros - - This repository contains some useful collection macros.
- spatie/laravel-responsecache - - This Laravel package can cache an entire response.
- staudenmeir/eloquent-has-many-deep - - This extended version of HasManyThrough allows relationships with unlimited intermediate models.
- thephpleague/flysystem-aws-s3-v3 - - Flysystem is a file storage library for PHP - s3 driver
- laravel/cashier - - Provides an expressive, fluent interface to Stripe's subscription billing services.
- laravel/socialite - - Provides a simple, convenient way to authenticate with OAuth providers using Laravel Socialite (supports authentication via Facebook, Twitter, LinkedIn, Google, GitHub, GitLab, Bitbucket, and Slack).
- prgayman/laravel-sms - Laravel SMS allows you to send SMS from your Laravel application using multiple sms providers, allow to add custom sms provider
- propaganistas/laravel-phone -
- intervention/validation - - The package adds rules to validate data like IBAN, BIC, ISBN, creditcard numbers and more.
- pacerit/laravel-polish-validation-rules - - Simple Polish Validation rules with PESEL, NIP, REGON etc.
- (shadcn-vue)[https://www.shadcn-vue.com/]