Download the PHP package jeffersonpereira/realestatelaravel without Composer
On this page you can find all versions of the php package jeffersonpereira/realestatelaravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jeffersonpereira/realestatelaravel
More information about jeffersonpereira/realestatelaravel
Files in jeffersonpereira/realestatelaravel
Package realestatelaravel
Short Description Pacote para gerenciamento de imóveis em sistemas Laravel 10+
License MIT
Informations about the package realestatelaravel
Description
Package for real estate and real estate website management, built with Laravel 10+ framework
Requirements
- PHP >= 8.1
- Laravel >= 10.0
- Composer
Compatibility
Laravel | realestatelaravel package |
---|---|
10.x | ^2.0 |
6.x | ^1.0 |
The package only supports the mentioned Laravel versions.
Installation
After installing the package, it is necessary to run the command to publish the configuration file.
Note:
We strongly advise using environment variables, since when the package install command is executed, the configuration file will be overwritten.
The package has migrations and you will need to run:
Important Notes:
When using your template, import assets with the blade directive and cdn for font-awesome.
Note: We use bootstrap 5.1 in our assets
Features available in the package
Property
The package is under development and new features will be added over time. Currently, the package has complete property management functionality.
Routes to views
Use the Menu::class
class to get all the view routes to get started when using your template.
Config
Define the configs in your .env
For more options, check the config/realestatelaravel.php
config file
Events
- Jeffpereira\RealEstate\Events\BusinessPropertyFinalizedEvent - When the business of the property was finalized
License
Real Estate Laravel is an open source project, licensed by MIT.
All versions of realestatelaravel with dependencies
laravel/framework Version ^10.0
jeffersonpereira/address Version 2.*
laravellegends/pt-br-validator Version ^10.0
tightenco/ziggy Version ^1.2
spatie/laravel-image-optimizer Version 1.8.*
intervention/image Version ^2.7
doctrine/dbal Version ^3.0