This is the source code of paper.mary-ui.com built with maryUI.
See at https://mary-ui.com/docs/demos.
Let's keep pushing it, sponsor me ❤️
Clone the repository.
git clone [email protected]:robsontenorio/paper.mary-ui.com.git
Create the .env
from .env.example
.
cp .env .env.example
# Remember to set the `APP_URL`
APP_URL=http://...
Install, migrate and start.
# See `composer.json`
composer start
Done!