Skip to content

jmdev11webdev/laravel-jetstream-livewire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Jetstream and Livewire Installation with Laravel


composer create-project laravel/laravel projectname "^12.0"
  • After creating the laravel project that have been downgrated to laravel 12 now run this command
  • If you will use the latest version of laravel you can run without the "^version" command

composer require laravel/jetstream // use this only if you're using laravel 12
composer require laravel/jetstream -W // use this if you will use jetstream with the latest version of laravel
  • using with -W command is for the jetstream to resolve version conflicts and update lock packages in composer.lock if needed and this is effective if you will still use jetstream with the latest laravel version (13)

  • If you want to learn more you can go to Jetstream Website.
  • Run this command to install livewire with jetstream, it's up to you if you want to use dark mode with "--dark"
php artisan jetstream:install livewire // without dark mode
php artisan jetstream:install livewire --dark // with default dark more

About

Guide on creating laravel project with jetstream and livewire.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors