/laravel-antd-boilerplate

A boilerplate for Laravel 7 apps with React and Ant Design support

Primary LanguagePHP

Laravel + React + Ant Design Boilerplate

Welcome! In this repository you will find an application boilerplate for:

I made it because I am working a lot with it lately and I am a really, really lazy developer.

It uses Laravel Vessel under the hood to dockerize the entire development environment.

All you need to do is the following:

  • clone the repo;
  • start the environment with the ./vessel start command;
  • copy the .env.example to .env file if necessary;
  • run ./vessel yarn and then ./vessel yarn run dev to build the frontend app;

TODOS:

  • add a way to customize color schemes easily;