Posts

Showing posts with the label Laravel framework tool

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']);