Skip to content

Williamug/jetstream-laravel-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jetstream Laravel starter kit

Requirements

  • PHP ^8.1
  • Laravel ^10

What is included

  • Livewire ^2.5
  • Tailwind ^3.0
  • Laravel permissions ^5.10
  • laraveldaily/laravel-charts ^0.2.3
  • yoeunes/toastr ^2.3
  • maatwebsite/excel ^3.1

Installation

  1. Clone the repo and cd into it.
  2. Run composer install
  3. Copy .env.example to env
  4. Run php artisan key:generate
  5. Set your database credentials in your .env file and run php artisan migrate:seed
  6. Run npm install && npm run dev
  7. Finally run php artisan serve

or you can run all the steps in just on step.

git clone https://github.com/Williamug/jetstream-laravel-starter-kit.git project_name && cd project_name && composer install && cp .env.example .env && php artisan key:generate && touch database/database.sqlite && php artisan migrate --seed && npm install && code .

The command above will clone the repo and cd to your project, run composer install, run cp .env.example .env, generate the APP_KEY, create sqlite database file, migrate database and seed the database, install npm packages and open the project in vs code.

Note.

Change project_name to whatever you want to call your project

Note

Recommend to install this kit on a fresh project otherwise your project might break.

If you found this project usefull, then please consider giving it a ⭐

Sample images

Login Login

Sign Up signup

Dashboard Dashboard

Table Table

Modal Modal

Permissions Permissions

License

Licensed under the MIT license