Top Quality Products

Blanco | Personal Portfolio and Blog Laravel Script

4.89
Expert ScoreRead review

$24.00

Added to wishlistRemoved from wishlist 0
Add to compare

92 sales

LIVE PREVIEW

Blanco | Personal Portfolio and Blog Laravel Script

Blanco | Personal Portfolio and Blog Laravel Script Review

Introduction

Blanco is a highly customizable and modern Laravel theme designed specifically for freelancers and agencies. With its unique and creative design, it allows you to showcase your resume, portfolio, blog, and contact information in a beautiful and responsive manner. In this review, we’ll take a closer look at the features, demo, and changelog of Blanco to help you decide if it’s the right theme for your needs.

Features

Blanco is built on top of Bootstrap 5 and Laravel 8.x, making it a powerful and scalable theme. Some of its key features include:

  • Quick demo installation with a wizard
  • Fully responsive design that fits all popular browsers and devices
  • Unlimited color options
  • SEO optimized
  • Working contact form
  • Well-documented code
  • Great support

Demo

The demo for Blanco is available at http://blanco2.creabox.es/, and you can access the backend at http://blanco2.creabox.es/admin. The demo includes a working contact form, and you can log in using the following credentials:

  • Username: admin@domain.com
  • Password: 12345678

Changelog

The changelog for Blanco is extensive, with updates ranging from minor bug fixes to significant feature additions.

  • Version 1.7: Added WhatsApp icon for social icons option in the header
  • Version 1.6: Fixed work categories, education and employment icons, and logo and loader options
  • Version 1.5: Added new social icon, QQ, and resolved image removal errors
  • Version 1.4: Added share buttons to post pages, custom captcha code, and more social icons
  • Version 1.3: Corrected file issues to resolve problems with script edition
  • Version 1.2: Corrected file issues to resolve problems with script edition
  • Version 1.1: Corrected ProfileController.php file to resolve password changing error
  • Version 1.0: Initial release

Other Themes

If you’re interested in other themes from Creabox, you may want to check out Blanco – Creative Resume & Portfolio, White – Creative Resume & Portfolio Template, and Verde – Responsive WordPress Coming Soon Plugin.

Score

Based on the features, demo, and changelog, I would give Blanco a score of 4.89 out of 5. It’s a powerful and customizable theme that’s well-suited for freelancers and agencies. While it may not be perfect, the developer has done an excellent job of addressing user feedback and providing regular updates.

Conclusion

Blanco is an excellent choice for anyone looking for a modern and responsive Laravel theme for their personal portfolio and blog. With its unique design, powerful features, and great support, it’s a theme that’s sure to impress. If you’re looking for a theme that’s easy to customize and maintain, Blanco is definitely worth considering.

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “Blanco | Personal Portfolio and Blog Laravel Script”

Your email address will not be published. Required fields are marked *

Introduction

Blanco is a popular Laravel script that allows you to create a personal portfolio and blog website with ease. It's a fully customizable and responsive theme that's perfect for developers, designers, and creatives who want to showcase their work and share their thoughts with the world. In this tutorial, we'll guide you through the process of setting up and using the Blanco | Personal Portfolio and Blog Laravel Script.

Prerequisites

Before we begin, make sure you have the following:

  • A computer with a web development environment set up (e.g., PHP, Composer, and a code editor)
  • A basic understanding of Laravel and PHP
  • A database management system (e.g., MySQL) installed on your computer
  • A domain name and web hosting service (optional, but recommended for a live website)

Step 1: Install Laravel and Blanco

To start, you'll need to install Laravel and Blanco on your computer. You can do this by running the following commands in your terminal:

  1. Install Laravel using Composer:
    composer create-project --prefer-dist laravel/laravel blanco
  2. Install Blanco using Composer:
    composer require blanco/personal-portfolio-and-blog
  3. Move into the Blanco directory:
    cd blanco

    Step 2: Configure the Database

Next, you'll need to configure the database for your Blanco installation. Open the .env file in the root directory of your project and update the following settings:

  • DB_HOST: Set to the hostname or IP address of your database server
  • DB_PORT: Set to the port number of your database server (usually 3306)
  • DB_DATABASE: Set to the name of your database
  • DB_USERNAME: Set to the username for your database
  • DB_PASSWORD: Set to the password for your database

Save the changes to the .env file.

Step 3: Run the Migrations

Now, you'll need to run the database migrations to create the necessary tables for your Blanco installation. Run the following command in your terminal:

php artisan migrate

Step 4: Install Node.js and Run the Mix

Blanco uses Node.js and Laravel Mix to compile and optimize your CSS and JavaScript files. If you don't have Node.js installed on your computer, you can download and install it from the official website.

Once you have Node.js installed, run the following command in your terminal to install the necessary dependencies:

npm install

Then, run the following command to compile and optimize your CSS and JavaScript files:

npm run dev

Step 5: Configure the Theme

Now, you'll need to configure the theme settings for your Blanco installation. Open the config/theme.php file in the root directory of your project and update the following settings:

  • title: Set to the title of your website
  • description: Set to the description of your website
  • keywords: Set to the keywords for your website
  • author: Set to your name or the name of your company
  • email: Set to your email address
  • phone: Set to your phone number
  • address: Set to your address

Save the changes to the config/theme.php file.

Step 6: Create a New Post

Now, you're ready to create a new post for your Blanco installation. Open the posts directory in the root directory of your project and create a new file called example-post.md. Fill in the title, content, and other metadata for your post using the Markdown syntax.

Step 7: Run the Server

Finally, you can run the Laravel server to test your Blanco installation. Run the following command in your terminal:

php artisan serve

Open a web browser and navigate to http://localhost:8000 to view your Blanco installation.

Conclusion

That's it! You've successfully installed and configured the Blanco | Personal Portfolio and Blog Laravel Script. You can now create new posts, customize the theme settings, and manage your website using the Laravel admin panel.

Here is a complete settings example for the Blanco | Personal Portfolio and Blog Laravel Script:

Database Settings

In the .env file, set the following settings:

DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=blanco_portfolio DB_USERNAME=root DB_PASSWORD=password

Mail Settings

In the .env file, set the following settings:

MAIL_DRIVER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=587 MAIL_USERNAME=your_email@gmail.com MAIL_PASSWORD=your_password MAIL_ENCRYPTION=tls

Social Media Settings

In the config/blanco.php file, set the following settings:

'social' => [ 'facebook' => [ 'client_id' => 'your_facebook_client_id', 'client_secret' => 'your_facebook_client_secret', 'redirect' => 'http://localhost:8000/callback/facebook', ], 'instagram' => [ 'client_id' => 'your_instagram_client_id', 'client_secret' => 'your_instagram_client_secret', 'redirect' => 'http://localhost:8000/callback/instagram', ], ],

SEO Settings

In the config/blanco.php file, set the following settings:

'seo' => [ 'title' => 'Your Portfolio Title', 'description' => 'Your Portfolio Description', 'keywords' => 'your_portfolio_keywords', 'author' => 'Your Name', ],

Blog Settings

In the config/blanco.php file, set the following settings:

'blog' => [ 'posts_per_page' => 5, 'categories_per_page' => 5, 'tags_per_page' => 5, ],

Portfolio Settings

In the config/blanco.php file, set the following settings:

'portfolio' => [ 'projects_per_page' => 5, ],

Other Settings

In the config/blanco.php file, set the following settings:

'locale' => 'en', 'timezone' => 'America/New_York', 'cache' => true, ],

Note: Replace the your_email@gmail.com, your_password, your_facebook_client_id, your_facebook_client_secret, your_instagram_client_id, and your_instagram_client_secret with your actual credentials.

Here are the features extracted from the content:

  1. Bootstrap 5: Blanco is built on top of Bootstrap 5.
  2. Light and dark scheme colors: The theme offers both light and dark scheme colors.
  3. Creative, clean, modern and unique design: Blanco has a creative, clean, modern, and unique design.
  4. Quick demo installation with wizard: The theme offers a quick demo installation wizard.
  5. Laravel 8.x: Blanco is developed using Laravel 8.x.
  6. Powerful admin panel: The theme comes with a powerful admin panel.
  7. Google Fonts: Blanco supports Google Fonts.
  8. Fully responsive: The theme is fully responsive and compatible with all popular browsers and devices.
  9. Unlimited color options: Users can choose from unlimited color options.
  10. SEO optimized: The theme is SEO optimized.
  11. Working contact form: Blanco includes a working contact form.
  12. Well documented: The theme is well documented, making it easy to understand and use.
  13. Great support: The author offers great support.

Server Requirements:

  1. PHP Version >= 8.0.0: Blanco requires PHP Version 8.0.0 or higher.
  2. BCMath PHP Extension: The theme requires the BCMath PHP Extension.
  3. Ctype PHP Extension: The theme requires the Ctype PHP Extension.
  4. Fileinfo PHP extension: The theme requires the Fileinfo PHP Extension.
  5. JSON PHP Extension: The theme requires the JSON PHP Extension.
  6. Mbstring PHP Extension: The theme requires the Mbstring PHP Extension.
  7. OpenSSL PHP Extension: The theme requires the OpenSSL PHP Extension.
  8. PDO PHP Extension: The theme requires the PDO PHP Extension.
  9. Tokenizer PHP Extension: The theme requires the Tokenizer PHP Extension.
  10. XML PHP Extension: The theme requires the XML PHP Extension.
Blanco | Personal Portfolio and Blog Laravel Script
Blanco | Personal Portfolio and Blog Laravel Script

$24.00

Shop.Vyeron.com
Logo
Compare items
  • Total (0)
Compare
0