Code Monkey home page Code Monkey logo

kurofolio's Introduction

Ezfolio

Ezfolio

Open Source Portfolio CMS

laravel 8 react 17 antd 4


Cover
Shadow

Ezfolio is a professional open source portfolio CMS built using Laravel, React and Ant Design. Choose from awesome templates and control what you like to show your audience. It offers a minimalist admin interface with lots of option for customizations. Get all the features of a portfolio site including visitor tracking, google analytics, maintenance mode, contact form, SEO and many more.

This project can be used as a guide for learning Laravel with React and making a SPA.

  • Made with Laravel, React and Ant Design
  • JWT Authentication
  • Single Page Application
  • Modern and Responsive Design
  • Multiple Templates
  • Theme Color Customization
  • Custom Scripting
  • Visitor Tracking
  • Location Tracking
  • Google Analytics
  • Maintenance Mode
  • Contact Form
  • Search Engine Optimization
  • Section Visibility
  • And Much More…

Client: https://github.com/arifszn/ezfolio/tree/main/resources/js/client

Docs

Checkout the docs.

Installation

With Docker

  • Run cp .env.example .env.
  • Run the below command to install Composer dependencies:
    docker run --rm \
        -u "$(id -u):$(id -g)" \
        -v $(pwd):/var/www/html \
        -w /var/www/html \
        laravelsail/php81-composer:latest \
        composer install --ignore-platform-reqs
  • Run ./vendor/bin/sail up -d.
  • Run ./vendor/bin/sail artisan migrate --seed. If you face error Connection refused, set DB_HOST=mysql in .env file.
  • Run ./vendor/bin/sail npm install.
  • Run ./vendor/bin/sail npm run prod or ./vendor/bin/sail npm run watch.

sail is equivalent of docker-compose, read laravel/sail doc.

Without Docker

  • Run cp .env.example .env
  • Run composer install
  • Provide db name, username and password in .env
  • Run php artisan migrate --seed
  • Run npm install
  • Run npm run prod or npm run watch

Admin credentials:

Email: [email protected]
Password: 12345

For more info, visit the docs.

Screenshots

Admin Panel

Login

Dashboard

Config

Theme

Visitors

Project

Front

Procyon

Rigel

Vega

Contributing

Any contributors who want to make this project better can make contributions, which will be greatly appreciated. Check out our contribution guide for more info.

Support

Buy Me A Coffee

License

Ezfolio is licensed under the MIT License.

kurofolio's People

Contributors

arifszn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.