Download the PHP package joinapi/laravel without Composer
On this page you can find all versions of the php package joinapi/laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download joinapi/laravel
More information about joinapi/laravel
Files in joinapi/laravel
Download joinapi/laravel
More information about joinapi/laravel
Files in joinapi/laravel
Vendor joinapi
Package laravel
Short Description A starter template for building projects with Laravel and FilamentPHP.
License MIT
Package laravel
Short Description A starter template for building projects with Laravel and FilamentPHP.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel
JOINAPI - Laravel ( Larament based )
Table of Contents
- Features
- Security and Testing
- Quality of Life
- Design
- Default User
- Included Packages
- Installation
- CLI Installation
Features
Security and Testing
- PESTPHP: Preconfigured with test cases for streamlined testing. (Learn more)
- Strict mode enabled via Should Be Strict:
- Prevents lazy loading (N+1 queries).
- Guards against discarding or accessing missing attributes.
- Production safeguards: Prevents destructive commands in production. (Learn more)
- Architectural testing with Archtest.
- Static analysis using PHPStan.
- Debugging with Laravel Debugbar.
Quality of Life
- Custom login page autofills email and password with seeded data for quicker testing.
- Built-in password generator action on the user profile and user resource pages.
- Enhanced global search includes email addresses for better discoverability.
- Auto-translatable component labels.
composer review
: A single command to run Pint, PHPStan, and PEST.- Helper functions available through a dedicated helper file.
- Custom
php artisan make:filament-action
command for generating Filament actions.
Design
- Filament Panel's primary color is preset to blue.
- Single Page Application (SPA) mode enabled by default.
- Global search keybinding set to
CTRL + K
orCMD + K
. - A ready-to-use FilamentPHP custom theme, including a sidebar separator.
- Enhanced profile page with a built-in password generator.
Default User
A default user is seeded with the following credentials, pre-filled on the login page for quick access:
Installation
Using the Template
- Create a repository using the Larament template.
- Clone your repository to your local machine. Navigate to the project directory and run the following commands:
CLI Installation
Alternatively, you can use the following command to create a new project with Larament:
Create a Terminal Alias
For easier usage in future projects, create an alias in your terminal:
Now, you can create a new project with a simple command:
All versions of laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
filament/filament Version ^3.2
laravel/framework Version ^11.9
laravel/pail Version ^1.2
laravel/tinker Version ^2.9
timokoerber/laravel-one-time-operations Version ^1.4
filament/filament Version ^3.2
laravel/framework Version ^11.9
laravel/pail Version ^1.2
laravel/tinker Version ^2.9
timokoerber/laravel-one-time-operations Version ^1.4
The package joinapi/laravel contains the following files
Loading the files please wait ....