This repository contains my code for the Laravel Web Development Docs.
Joobly is a Laravel social jobs web application in which authenticated companies can post jobs and authenticated users can apply jobs, as well as creating and editing their own posts.
The application was built using [Laravel 7], so you should ensure you have it installed on your machine.
requirements : PHP >= 7.2.5.
- Admins logging in system.
- SuperAdmin can add/edit/delete admins and gave them permissions.
- SuperAdmin can Manage region, City, pricingList , University, categories, companies, contracts and Authorized Persons .
- SuperAdmin edit/ stop and show all posts.
- Exports users, companiesm posts reports in excelSheet.
- Secure against Cross-Site Request Forgery (CSRF) attacks.
- Filtering by name, registerOn, applyFrom, active users reports.
- Filtering by name, registerOn, apply, totalPayments and Plan Companies reports.
- Filtering by title and registerOn posts reports.
- Responsive UI.
- Database Postgres.
- Laravel 7.2, MVC Architecture Pattern.
- AdminLTE, template engin(blade).
- postgress.
- laravel Debugbar, mattwebsite, laratrust, laravelcollective.
-
Clone this repository to your desktop, go to the
Fursetekdirectory. -
Install the application requirements:
composer install
php artisan key:generate
- Run the application and go to localhost:8000 to see the application running
This software is licensed under the MIT License.