Jetstream uses Tailwind CSS, and you can choose between Livewire or Inertia. Job Batching I believe that one of the most notable improvements is the Laravel's job batching feature. It now allows you to run a ba
I’d love to hear about: Those repetitive tasks that make you think there must be a better way Features you wish Laravel had out of the box Pain points that slow down your development flow Common challenges you face in your projects No issue is too small - what would make your Laravel ...
@geninoliveira They're very different. Basically, you're not moving from Livewire to Inertia, but you're moving from Livewire to Vue, as Inertia is very subtle and unobtrusive in its approach to code. It provides an "adhesive" layer between Laravel and Vue, while Livewire integrates directly...
It includes features like user registration, authentication, email verification, session management, and team management features. While the backend is Laravel, developers have a choice between Livewire and Inertia for their frontend stack. Jetsream isopen-sourced(3.8k stars) and free to use, but th...
Should I make any route in web.php for that? Cause google is telling me that sitemap.xml is not found and giving me 404 error.. I'm sorry maybe is it stupid question but I am novice in this, what is best practice for stuff like this ? Thanks for advice! :) ...
-- key() using Laravel 7's tag syntax --><livewire:view-item:item="$item":wire:key="$loop->index">@endforeach Wrap Blade conditionals (@if,@error,@auth) in an element @error('name'){{ $message }}@enderror Add wire:key. As a final measure, adding wire:key will...
Laravel 3 98 Level 1 KharNamOP Posted 4 years ago I am looking at the query builder, I don't understand the character "%" what is it? where('id','like','%'.$_data['q'] .'%') MichalOravec Posted 4 years ago The percentage ( % ) wildcard matches any string of zero or more...
$q->where('is_misentry', '!=', true ); $q->with( $related[ 'with' ] ); What do "where" and "with" do to the Builder object, that is saved to $q? 0 Level 75 MichalOravec Posted 4 years ago Check this out https://laravel.com/docs/7.x/queries#where-clauses https://lara...
I guess writing some abstract class or interface, extending it and creating objects using factory is not best way to do that. Is there any cool tool for this in Laravel (service containers?) or just some good practice? My goal is to do not touch any of the client code when I'll need...
Sign In Get Startedfor Free Reply to ThreadFollow Thread // Discussions All ThreadsPopular This WeekPopular All TimeSolvedUnsolvedNo Replies YetLeaderboard // Popular Channels LaravelGeneralEloquentVueCode ReviewTestingLivewireJavaScriptRequestsServersFeedbackForgeMore+ ...