Skip to content

Authentication system with 2 user levels and generation of pdf / excel reports in Symfony 6

Notifications You must be signed in to change notification settings

foroworkers/Opengiscrm-Symfony6

Repository files navigation

OpenGisCRM Symfony 6 Version

Manage your clients and leads with an Open Source Gis CRM Software.

Starting 🚀

These instructions will allow you to get a copy of the project running on your local machine for development and testing purposes.

Demo Web-App 🎥

Pre-requirements 📋

  • PHP 8.1 >=
  • PostgreSQL (Or MySQL)
  • Composer

Additional details on dependencies

Assuming you're running Ubuntu, and then install all dependencies from the following list:

sudo apt-get install php8.1 php8.1-pgsql php8.1-mysql php8.1-intl php8.1-json php8.1-mbstring

Installation

The following steps are meant to be used on a development server.

  • Clone Project
$ git clone https://github.com/jonathanc/opengiscrm-symfony6.git
  • Setup vendor libraries
$ composer install
  • Run server
$ symfony server:start
  • Create Database and Run migrations
$ php bin/console doctrine:database:create
$ php bin/console make:migration  
$ php bin/console doctrine:migrations:migrate  
  • Run fixtures
$ php bin/console doctrine:fixtures:load 

Access Web-App:

_Admin: youremail@yourdomain.com

Technologies 🛠️

Courses 🎥

Author ✒️

Contact 📞

Contact 📫

jonathancastro@opengiscrm.com

Donations 🎁

  • Paypal - Thank you very much for your contribution.

About

Authentication system with 2 user levels and generation of pdf / excel reports in Symfony 6

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published