Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching.
Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.
Documentation for the framework can be found on the Laravel website.
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.
This project was developed for job seekers and employers spend less time to search, apply or select employee.
- User registration(either by their own user or by administrator)
- En email will send to registered user with a link to veryfy their account.
- Can update their profile
- All profile photos are resized to 120px X 150px
- All profile photos are named by radom number with 10 digits uniquely.
- Employers can post/edit/delete/ and disable/enable their jobs.
- Employees can apply job if their account is activated by sending one email to Employer directly with attachment of their latest CV generation as PDF file with profile photos.
- For adminstator can manage all users and jobs in the system
- All profile photos are store in two directory, one for original photo and another for the resized photos.
- Everytime when profile photos are update, it will remove from both dirdtory as well
- When users is removed from the system, all their information(CV,job) will be removed authomatically.
- Please clone this project into your webserver directory (eg:wamp/www)
- Rename .env-example to .env
- Create a virtual host is recommended
- Configure smtp in .env file which you juse renamed
- DB_HOST
- DB_USERNAME
- DB_PASSWORD
- MAIL_DRIVER
- MAIL_HOST
- MAIL_PORT
- MAIL_USERNAME
- MAIL_PASSWORD
- MAIL_ENCRYPTION
APP_ENV=local
APP_DEBUG=true
APP_KEY=base64:6tbZLZ6M4xBwavZvHI+xWzUBZ5tNR1SUbqosjsZHoA8=
APP_URL=http://cambodianjob.local/
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=cambodianjob
DB_USERNAME=root
DB_PASSWORD=
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=ariya.hun16@gmail.com
MAIL_PASSWORD=ariya16159753
MAIL_ENCRYPTION=tls