- PHP ^8.1
- Laravel ^10
- Livewire ^2.5
- Tailwind ^3.0
- Laravel permissions ^5.10
- laraveldaily/laravel-charts ^0.2.3
- yoeunes/toastr ^2.3
- maatwebsite/excel ^3.1
- Clone the repo and
cd
into it. - Run composer install
- Copy
.env.example
toenv
- Run
php artisan key:generate
- Set your database credentials in your
.env
file and runphp artisan migrate:seed
- Run
npm install && npm run dev
- Finally run
php artisan serve
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
.
Change project_name to whatever you want to call your project
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 ⭐
Licensed under the MIT license