Skip to content

Laravel Tinker: Interactive shell for Laravel framework. Execute PHP code, interact with your application, and troubleshoot in real-time.

Notifications You must be signed in to change notification settings

natthasath/demo-laravel-breeze-tinker

Repository files navigation

🎉 DEMO Laravel Breeze Tinker

Laravel Tinker: Interactive shell for Laravel framework. Execute PHP code, interact with your application, and troubleshoot in real-time.

version rating uptime

🚀 Setup

  • Create Project
composer create-project laravel/laravel example-app
  • Install Package
composer require laravel/breeze --dev
  • Configure Environment
cp .env.example .env
  • Migrate
php artisan breeze:install
 
php artisan migrate
npm install
npm run dev
  • Make Command Tinker
php artisan make:command CreateUser
php artisan make:command Sendmail
  • Test Command Tinker
php artisan create:user "Admin" "admin@example.com" "password"
php artisan send:mail "admin@example.com"

🏆 Run

php artisan serve

About

Laravel Tinker: Interactive shell for Laravel framework. Execute PHP code, interact with your application, and troubleshoot in real-time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages