Last active
June 5, 2024 19:55
-
-
Save JeffreyWay/d9763eb0a6616915dbfa8f7d1bf64173 to your computer and use it in GitHub Desktop.
An Anchor Within an Anchor? https://laracasts.com/series/jeffreys-larabits/episodes/38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="bg-gray-200 p-4 rounded block relative"> | |
<h2 class="font-bold"> | |
<a href="https://laracasts.com/discuss/channels/laravel"> | |
Laravel | |
<span class="absolute inset-0"></span> | |
</a> | |
</h2> | |
<p class="mt-3"> | |
A web application framework with expressive, elegant syntax. | |
</p> | |
<div class="mt-3 bg-gray-300 p-4 rounded relative"> | |
<a href="https://laracasts.com/discuss/channels/laravel/model-injection-relationships-and-caching">Please help me with Laravel.</a> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment