Skip to content

Estate agency application backend written in Laravel 9 / PHP 8.1

License

Notifications You must be signed in to change notification settings

azhkhn/agent

 
 

Repository files navigation

Modular Agent

StyleCI Backers on Open Collective Sponsors on Open Collective Github Issues Build Status GitHub language count GitHub GitHub tag (latest by date) GitHub Release Date GitHub commits since latest release

Laravel 9 backend API for estate agency application

Important

If you are using this project please consult the changelog on every update.

Enso Official Documentation

The enso documentation is available here split into backend and frontend. Note that most sections have short demo clips.

Installation Steps

  1. Download the project with git clone https://github.com/cgdsoftware/agent.git --depth 1

  2. Within the project folder run composer install

  3. Create a database for your site (see the Laravel database documentation), copy or rename the .env.example file to .env, edit the database configuration information, and run php artisan key:generate

  4. In order to serve the back-end API, take a look at the Local Development Server section of the Laravel installation documentation and consider using Valet for a better experience

  5. Run php artisan migrate --seed

  6. Launch the site and log into the project with user: [email protected], password: password

  7. (optional) Setup the configuration files as needed, in config/enso/*.php

Enjoy!

Thanks

Built with with ❤️, crafted on Laravel 9.x:

Vue Router, Vuex, Axios, Font awesome 5, Animate.css, Bulma-Extensions, Driver.js, Chart.js, Flatpickr,

Special thanks to Taylor Otwell, Jeffrey Way, Evan You and Jeremy Thomas.

Contributions

are welcome. Pull requests are great, but issues are good too.

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License

This package is released under the MIT license.

About

Estate agency application backend written in Laravel 9 / PHP 8.1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.7%
  • Other 0.3%