Customize/Override Ant Design theme in Laravel ReactJS

Here’s a quick guide for overriding Ant Design theme variables (colors) in a ReactJS project using Laravel Mix. I will assume that you already have configured a ReactJS project with Laravel Mix. If not, than you can easily find this documentation: https://laravel.com/docs/master/mix Inspired by AntD documentation here: https://ant.design/docs/react/customize-theme I’ve managed to make it work in […]

React JS authentication with Laravel API

We want to create a consumer web app for our API developed using Laravel Passport and Dingo API. Laravel has it’s built in webpack for Vue and ReactJS so we can nicely integrate our client app into existing project. Result Here you can find final updated result containing views for: Login Register Forgot password (2 […]