laravel crud opeartions

initilization and tempalte integration

 

div class container

@yield('conent or blade name')

@extends('layouts.user_layout')

@section9'content')

@endsection

$request->except(['_token','regist']);

flash data


writing in routeserviceprovider






pagination

app service provider php

boot

paginatore::userbootstrap();


controller -> paginate('10');


blade

{!! $user -> links !!}




No comments:

Post a Comment

How to host application on server new way

 copy the htacess from public to root copy the server.php from public to root but rename to index.php htacess <IfModule mod_rewrite.c>...