Resume Management


Laravel Resume Management is a multi-user profile script. You can easily add your Services, Experiences, Skills, Portfolios & Blogs without any coding skills. This script is perfect to promote yourself and your business focused on multi-user, portfolio, freelancer, photographer, artworks, art, artist portfolio, web designer, illustrators, designer, developers, programmers & coder.

The Server needs to meet the following requirement to the application.
 
  1. PHP >= 8.0.0
  2. Laravel >= 10
  3. BCMath PHP Extension
  4. Ctype PHP Extension
  5. cURL PHP Extension
  6. DOM PHP Extension
  7. Fileinfo PHP Extension
  8. JSON PHP Extension
  9. Fileinfo PHP Extension
  10. Mbstring PHP Extension
  11. OpenSSL PHP Extension
  12. Mbstring PHP Extension
  13. PCRE PHP Extension
  14. PDO PHP Extension
  15. Tokenizer PHP Extension
  16. XML PHP Extension
Pre-installation Requirements:
 
File System Permissions
 
To be able to start the installation at all, you must set appropriate permissions for storage folder and it's subfolders. So, the very first thing to do is to set permissions to 777 for storage folder, all its subfolders.
 
After setting the permissions you are ready to proceed to the installation.
 
After downloading the ZIP archive, and uploading it to your server, the first thing you have to do is to create the database where system tables will be created. Let's say, you create the database called yb_resume.

Step 1 - Welcome Screen

After creating the database next step is accessing the application URL from a browser. One thing you need to know is that Laravel is designed to allow HTTP access to the application from your public folder only. This means that this application will be available at yourdomain.com/public. It is good enough for installation and development purposes, however, for production, you will probably want to have your application available at yourdomain.com. In next section, I will show you how you can accomplish that.

Note: If you see any error check that you should have .env file at your root location.

To open the installer. Visit 

yourdomain.com/install

OR On Local Sysytem. Visit 

localhost/FOLDER_NAME/install
 
Now the installer will show up.The First screen will be Welcome Screen
 
Note: If you are not able to access the website by accessing yourdomain.com/install, but you are able to access it via yourdomain.com/public/index.php/install, this means that you probably don't have Apache mod_rewrite installed and enabled.

 

Step 2: System Requirements

After clicking on "Next" button, you will be redirected to System  Requirements step during the installation wizard, System Requirements.

Step 3 - Directory Permissions

After successfully enabling and installing all required PHP extensions, next step is to set the appropriate permissions for some system folders. All directories listed on step 4 has to be writable by the application, as it is displayed on the following picture.
 
 

Step 4 - Environment Setting

Step 5 - Database Setting

On step 2 you have to fill in your database credentials 

Step 6: Exit

The last step is exit step.

Now You are ready to go.

Resume Management Features

  1. Users Management
  2. Blogs Managemenr
  3. User Skills Management
  4. User Experience Management
  5. User Social Links
  6. General Settings
  7. Profile Settings

After your successfull install your application, now you need to setting your app.
Log to your application and go to :

 

For Admin Login Visit : yourdomain.com/admin

Login details are
Username: admin

Password: 123456 

 

Go to : Settings » General Setting

General Setting

This email is used for users who forgot their password and reset their password

Change Payment Credentials in .env file in your project root folder

Path : PROJECT_FOLDER/.env