Skip to content

This is a project based in the basic use of package jetstream of laravel. It uses the authentication based in jetstream and livewire.

Notifications You must be signed in to change notification settings

juankno/Laravel-jetstream

Repository files navigation

Laravel Jetstream starter

This is a project based in the basic use of package jetstream of laravel. It uses the authentication based in jetstream and livewire.

Getting started

Launch the starter project

(Assuming you've installed Laravel)

Fork this repository, then clone your fork, and run this in your newly created directory:

composer install

Next you need to make a copy of the .env.example file and rename it to .env inside your project root.

Run the following command to generate your app key:

php artisan key:generate

Then start your server:

php artisan serve

Next config your database and use:

php artisan migrate

optional, you can use the seeds to generate fake data in the app:

php artisan migrate --seed

Or:

php artisan db:seed

Now you can use for the authentication package:

npm install && npm run dev

If you need more information about laravel passport then you can read the documentation ([Laravel Jetstrean]https://laravel.com/docs/8.x/starter-kits#laravel-jetstream))

Your Laravel starter project is now up and running!

Licence

The Laravel framework and this project is open-sourced software licensed under the MIT license.

About

This is a project based in the basic use of package jetstream of laravel. It uses the authentication based in jetstream and livewire.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published