Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tope19/law-firm-x
https://github.com/tope19/law-firm-x
ajax laravel
Last synced: about 13 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/tope19/law-firm-x
- Owner: Tope19
- Created: 2021-06-27T19:54:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-27T21:43:30.000Z (over 3 years ago)
- Last Synced: 2024-04-23T16:22:33.648Z (7 months ago)
- Topics: ajax, laravel
- Language: PHP
- Size: 6.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# law-firm-x
mini c-r-m system for LAWTECH with Laravel and AJAX
To get the project up and running, Do the following After Cloning:composer install
cp .env.example .env (Then setup ur .env file)
php artisan key:generate
php artisan migrate
php artisan db:seed (Seed some files to your db)
Run php artisan reminder:weekly to schedule the ProfileImage Upload reminder Task