Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tope19/law-firm-x


https://github.com/tope19/law-firm-x

ajax laravel

Last synced: about 13 hours ago
JSON representation

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