In your typical Laravel application, you're probably used to using Laravel's helper methods for returning responses. Those responses might also vary in type: you might have an HTML response, generated from a Blade view, or a JSON response if the...
In your typical Laravel application, you're probably used to using Laravel's helper methods for returning responses.
Those responses might also vary in type: you might have an HTML response, generated from a Blade view, or a JSON response if the route being hit is an API endpoint.
Here's an example:
class PostController
{
public function index()
{
return view('posts.index', [
'post' => Post::published()->get(),
]);
}
}
In this article i will let you know to delete multiple rows through checkbox using ajax in laravel and before delete we will give a confirmation message.
As a Laravel development company, we use this framework to deliver robust & scalable customized Laravel web solutions & enterprise portals to global clients. 4200+ Projects | 16+ Yrs Exp | 97% Customer Retention
WebClues Infotech is a expert in building iOS, Android Apps, Web apps , Websites, Enterprise solutions. We have crafted many complex and innovative projects that meets our customer expectations.
Want to make the most out of the latest Laravel technology? Here is your guide on how to hire the best Laravel developer, and at the right price.
Sometimes we need to rollback one specific migration. Here, in this article we will discuss about the migration rollback in laravel.