This package is intended for developers and is a work in progress. Do not use.
How to work on UI.
The /Project is just a base Laravel installation.
The real package is in /packages/LaravelCms
But you need to run the Laravel App first
cd /public php -S localhost:8000 or cd / php artisan serve --host=localhost --port=8000
cd Project/ npm run dev
Updates the composer-installed package in the test project and publishes artifacts
http://localhost:8000/admin-dev#/templates
You can now work on the admin in
/Project/packages/LaravelCms/resources/admin/src
Work in LaravelCms/Project/packages/LaravelCms
Project/packages/LaravelCms/resources/admin
Project/packages/LaravelCms/.deploy
This package is open-sourced software licensed under the MIT license.