Download the PHP package rentalmanager/amenities without Composer
On this page you can find all versions of the php package rentalmanager/amenities. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rentalmanager/amenities
More information about rentalmanager/amenities
Files in rentalmanager/amenities
Package amenities
Short Description Rental Manager Amenities package which propels the basic system where you can manage properties for rent.
License proprietary
Homepage https://github.com/rentalmanager/amenities
Informations about the package amenities
RentalManager - AMENITIES
A package made for Rentbits for easier maintenance and modularity of managing rental listings. It includes all migrations, models and relations to run the rental system.
Installation, Configuration and Usage
Installation
Via Composer
Configuration
Once you install the package, it should be automatically discovered by the Laravel. To check this, in your terminal simply run the:
There you should find the all rm:*
commands.
First step after checking is to publish the vendors:
After that it depends on you. If you are a hard learner, run through each commands manually, but then you can just simply run the
Thats it...
You can add seeder class to your DB seeder like:
Or by running the seeder directly by invoking:
Usage
Below is the sample usages of this package:
To attach the single amenity to a unit or a property (the same applies)
To attach multiple amenities
There is common sync methods as well
and without detaching
Scopes
This package provides a usable scope for amenitable objects
And few scopes for the amenity model itself