Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 634 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 634 Bytes

Advocate-System-Laravel

System for Lawyers to manage clients and processes × Deployment

Push using Git in the folder you want

Run cp .env.example .env file to copy example file to .env

Then edit your .env file with DB credentials and other settings.

Run composer install command

Run php artisan migrate --seed command.

Notice: seed is important, because it will create the first admin user for you.

Run php artisan key:generate command.

If you have file/photo fields, run php artisan storage:link command.

And that's it, go to your domain and login:

Default credentials

Username: admin@admin.com

Password: password