Get well, Răzvan! In Romanian, însănătoșire grabnică
Y
Best posts made by yolosan
-
RE: Razvan is taking some time off
-
Adding CSS Grid classes to Quasar
Hello.
If you need CSS Grid classes into Quasar, just import this file into
app.sass
, https://gist.github.com/yoyosan/d3fc2a5dc65ddf103a96d69a7e9d236fHeavily inspired by Tailwindcss, with some modifications to some classes names because they didn’t have the
grid
prefix and could collide with existing Quasar classes. -
Example of combining Laravel 8 and Quasar superpowers in separate repos
Hello.
I’ve created two example repositories of using Quasar framework and Laravel 7:
- https://github.com/training-yoyosan/example-frontend
- https://github.com/training-yoyosan/example-backend
Let me know if you run into any issues. PRs are welcome
Notes:
- These projects use the Cookie based authentication from Laravel Sanctum
- To be able to test the API in Postman use this guide
-
Using QFile with Laravel 7 example
Hello.
Since it took me some time to set this up, here’s my solution: https://gist.github.com/yoyosan/8dbcbddf70d28d29d32fc5e5e6bd8c1b
Enjoy!