Laravel Kit Changelog

What's new in Laravel Kit 2.0.8

Feb 14, 2023
  • Consider donating.

New in Laravel Kit 2.0.7 (Oct 4, 2022)

  • New features:
  • Format JSON output (thanks @damms005)
  • Bug fixes:
  • Fixed Tinker editor text selection
  • Fixed Ubuntu release
  • Fixed Tinker for Windows (#35)
  • Fixed submenus that should be enabled only when a project is open
  • Added native Apple Silicon release for macOS (#43)
  • Ported to Vue 3 and Vite
  • Updated electron

New in Laravel Kit 2.0.6 (Jan 23, 2022)

  • Tinker works now.
  • Press Ctrl+T to tinker immediately.

New in Laravel Kit 2.0.5 (Jan 21, 2022)

  • New Features:
  • Auto Tinker: Check the Auto tinker checkbox to automatically execute while typing code (thanks @evaleries )
  • Add ability to comment in Tinker
  • New Tinker implementation: This improves Tinker output and shows errors. It also runs cross platform.
  • Bug Fixes:
  • Fix window responsiveness
  • Fix route:list for Laravel 8

New in Laravel Kit 2.0.4 (May 17, 2021)

  • You can get the dark theme for free.
  • Artisan view is now more responsive.
  • Top bar buttons now with icons.
  • Changed license to GPLV2.

New in Laravel Kit 2.0.3 (Apr 24, 2021)

  • Fix macOS crash

New in Laravel Kit 2.0.2 (Mar 26, 2021)

  • You can choose your php executable to execute artisan commands #19
  • Fixes icon for Linux #21
  • You can zoom in or out #23
  • Added deb release
  • Performance and minor bug fixes

New in Laravel Kit 1.2.4 (Aug 1, 2020)

  • Fix showDialogError in index.js

New in Laravel Kit 1.2.3 (Jun 14, 2019)

  • Update Laravel 5.5 to 5.8
  • Remove Package Store feature: I think it's unnecessary in this application. If you still want it, you can try Composercat.
  • Update Menus
  • Update README.md: Links and GIF are updated. downloads badge is fixed by creating a new api.
  • NEW Icon
  • Using CircleCI insted of TravisCI to deploy for Windows and Linux (for some .travis.yml issues). Still using TravisCI for macOS deployment.
  • Changed my username (tarequemdhanif -> tmdh)

New in Laravel Kit 1.2.2 (Mar 6, 2018)

  • Package Store packagist API request parameter fix
  • Typo fixes
  • Update README.md
  • Add GIF instead of screenshots in README.md

New in Laravel Kit 1.2.1 (Feb 24, 2018)

  • Icons fix.

New in Laravel Kit 1.2.0 (Feb 19, 2018)

  • Added new feature: Package Store.
  • Recent projects can be accessed on Project > Open Recent.
  • Bug fixes.

New in Laravel Kit 1.1.0 (Feb 19, 2018)

  • Added new feature: Console.
  • Bug fixes.