Skip to content

lchrk241721/laravel-management-system-for-beauty-salon

 
 

Repository files navigation

Laravel Project with MS SQL Server Integration

Language: PHP 7.2
Framework: Laravel 5.4
Database: MS SQL Server

Laravel Documentation: https://laravel.com/docs/5.5
Laravel Lessons: https://laracasts.com/
Installation of a driver sqlsrv for connect PHP with MS SQL Server: https://docs.microsoft.com/ru-ru/sql/connect/php/microsoft-php-driver-for-sql-server

Structure of the Database(ER-diagrams, phys-diagrams, normalization) in the /DATABASE_FILES/DB_description.docx file (RU-language)

Get Started

  1. Follow the instructions https://laravel.com/docs/5.6/installation
  2. Change the database connection info to yours in the file .env in the root of the project
  3. Install the sqlsrv driver for PHP
  4. Make the migration of the DB Beauty_salon files from file /DATABASE_FILES/Beauty_salon_DB.rar to your local MS SQL Server
  5. Deploy the project folder to the localhost
  6. Enjoy!

Available roles:

  • Manager
  • Administrator
  • Customer
Using the database and the table USERS you choose the role of the newly registered user
Passwords for the already registered users in the /DATABASE_FILES/passwords.txt file

About

Laravel Project with DB MS SQL Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 64.4%
  • HTML 35.2%
  • Vue 0.4%