PHP Artisan Tinker toolkit

 Provide us Intractive Shell For application by which we can make Opreations in Application

# Craete,Update,Delete, Get and all coding things


C:\xamppnew\htdocs\laravel>php artisan tinker

Psy Shell v0.11.20 (PHP 8.2.4 — cli) by Justin Hileman

> env('SESSION_DRIVER')

= "file"


> env('DB_CONNECTION')

= "mysql"


> User::all():


> User::create(['name'=>'test','email' => 'terst@gmail.com','password' => '123456']);

Comments

Popular posts from this blog

Add Css And Js Files on Specific Page In laravel

Xpendy Pending

Laravel Join with two coloums