Building a job board in Laravel
– www.youtube.com - submitted by Andrew Schmelyun
A 7-part series on creating a fully-functional job board from scratch with Laravel, Breeze, Cashier, and TailwindCSS.
Read more [www.youtube.com]
In this section you'll find links submitted by others.
Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?
To be able to submit a link you need to log in first.
Log in– www.youtube.com - submitted by Andrew Schmelyun
A 7-part series on creating a fully-functional job board from scratch with Laravel, Breeze, Cashier, and TailwindCSS.
Read more [www.youtube.com]
– postsrc.com - submitted by Sir Src
Let's build a page component to display the popular content (posts) with Laravel Livewire.
Read more [postsrc.com]
– adithya.dev - submitted by Adithya
Explanation on how Scout::flush() works
Read more [adithya.dev]
– postsrc.com - submitted by Sir Src
Learn how to create a Light and Dark theme with AlpineJS and TailwindCSS to make your website more accessible for everyone.
Read more [postsrc.com]
– www.csrhymes.com - submitted by Chris Rhymes
How to easily run Laravel artisan commands in PHP Storm
Read more [www.csrhymes.com]
– www.youtube.com - submitted by Ashish Dhamala
Let us see how to cache the entire response and load your website a lot faster. I have shown how to implement it using middleware. However, you can use spatie/laravel-responsecache cache which is well tested and very powerful with the implementation of tags as well.
Read more [www.youtube.com]
– www.youtube.com - submitted by Ashish Dhamala
Here is the list of 10 Laravel blade tips that will be very useful when you are developing a Laravel application.
Read more [www.youtube.com]
– www.youtube.com - submitted by Ashish Dhamala
This new feature of Laravel will let you log specific data in all the logs that you have performed in one request cycle.
Read more [www.youtube.com]
– laravel-forge-menubar.com - submitted by Jan Östlund
A free macOS menubar app for managing Laravel Valet.
Read more [laravel-forge-menubar.com]
– github.com - submitted by Patrick
An npm package for debugging cli scripts with ray or sending data to ray from the command line
Read more [github.com]
– uxdesign.cc - submitted by Tinni
7 unique ways of creating delightful digital experiences.
Read more [uxdesign.cc]
– github.com - submitted by Gautam Patadiya
Applicant tracking system build with Laravel and Vue including permission setup
Read more [github.com]
– stitcher.io - submitted by Brent
Some of my thoughts on open source software design
Read more [stitcher.io]
– tinywind.dev - submitted by Ryan Chandler
A small collection of free Tailwind components.
Read more [tinywind.dev]
– ryangjchandler.co.uk - submitted by Ryan Chandler
Let's take our reactive function and start reacting to data changes.
Read more [ryangjchandler.co.uk]
– ryangjchandler.co.uk - submitted by Ryan Chandler
Reactive JavaScript frameworks are full of magic. In this series, I'll cover the basics of reactivity in JavaScript, starting with proxies.
Read more [ryangjchandler.co.uk]
– doeken.org - submitted by Doeke Norg
An in-depth article on events and their workings within multiple frameworks.
Read more [doeken.org]
– www.csrhymes.com - submitted by Chris Rhymes
How to test Laravel Blade components, including input components with errors and using Orchestra Testbench.
Read more [www.csrhymes.com]
– postsrc.com - submitted by Sir Src
Learn how to generate QR codes in Laravel 8 and use it to allow for easy access to your content.
Read more [postsrc.com]
One of the many conventions found throughout the Laravel framework is dot notation. Dot notation is the use of dots `.` in strings to represent depth. In many instances, it allows for writing cleaner and more clear code.
Read more [ryanc.co]