Stars: 231
Forks: 62
Pull Requests: 4
Issues: 3
Watchers: 9
Last Updated: 2022-05-28 09:27:28
Open Source Portfolio/Resume CMS built using Laravel, React and Ant Design.
License: MIT License
Languages: Shell, PHP, Blade
Open Source Portfolio CMS
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.
Client: https://github.com/arifszn/ezfolio/tree/main/resources/js/client
Checkout the docs.
cp .env.example .env
.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
./vendor/bin/sail up -d
../vendor/bin/sail artisan migrate --seed
. If you face error Connection refused
, set DB_HOST=mysql
in .env file../vendor/bin/sail npm install
../vendor/bin/sail npm run prod
or ./vendor/bin/sail npm run watch
.sail
is equivalent of docker-compose
, read laravel/sail
doc.
cp .env.example .env
composer install
php artisan migrate --seed
npm install
npm run prod
or npm run watch
Admin credentials:
Email: [email protected]
Password: 12345
For more info, visit the docs.
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.
Ezfolio is licensed under the MIT License.