First let’s go to your Laravel project And add your database this field `Permission` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ‘Reject’, And go to your blade file Permission url Ya route defined them checkbox and add button click url: “{{eventmie_url(‘admins/userpermittrip’)}}/” + email, And go to route Route::post(‘/userpermittrip’, ‘Admin\AdminTPController@storeupermission’); Go to your controller and your function Read More
Category: laravel
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
First let’s go to your Laravel project And create new modal Settings And go to your Laravel project and your controller use app use App\Settings; And go to your Laravel project and your controller function and defied your data other table And go to your Laravel project and your controller function and return view return view(‘alltrip’, Read More
First let’s go to your Laravel project Your blade File and this code is html tag with {{ $gallery->Description}} Go to your Laravel project Your blade File and this code is html tag remove {!! $gallery->Description !!} Now is your result html tag remove your view page
First let’s go to your Laravel project Your Controller Function and this code add Now is your Result html tag remove Refresh for this link => https://stackoverflow.com/questions/36247382/remove-html-tags-from-strings-on-laravel-blade/36247458
First let’s go to your Laravel project Your database Structure And go to your Laravel project Your Blade file SendMail.php Defied Your Mail and Name Now is your Result send mail name
Laravel Database Queries Query 12=>Show or get recently or last 6 data entered by user Three method : first method $dogs = Package::orderBy(‘id’, ‘desc’)->take(5)->get(); return $dogs; Second Method $dogs = Package::latest()->take(5)->get(); return $dogs; third Method $dogs= Package::orderBy(‘id’, ‘DESC’)->limit(5)->get(); return $dogs; Query 13=>Get all data except skip 4 first data which is added by tour Operator Read More
First let’s go to your laravel project and run this Command on Git Bash Ya TERMINAL Next step we have to install anhskohbo/no-captcha package for Google reCaptcha code, after install these package we able to generate captcha code in our register and login page. copy below code and paste in your terminal composer require anhskohbo/no-captcha Next Read More
Step 1: This is the Search Code This is Input the latter Search box View Step 2: Got to Route, Web.php Step 3: Go to the Controller Function Enter the input Box and click the search Trip Then Click india and view the page
I don’t know why I am getting this error: This is my blade file method: This is my model: Can you help me? I am trying to do dynamic dependency dropdown menu in view with this. Want to get user names and id from Userevent model for dropdown in view and than connect returnopretor with Read More