Skip to content

A starter kit for the Laravel framework

Notifications You must be signed in to change notification settings

tcampbPPU/LaraOverkill

Repository files navigation

LaraOverkill

A starter kit for the Laravel framework.

Warning

This starter kit is for 10x developers only. If you are not a 10x developer, please leave this repo immediately.

LaraOverkill is an elite starter kit for elite developers. It includes the most advanced technologies your project needs to be successful. It comes batteries included with the following features:

  • React
  • Typescript
  • GraphQL
  • Tailwind CSS
  • Shadcn/ui

Installation

This starter kit should only be used for project ideas that are expected to have thousands of concurrent users.

Once your billion dollar idea is ready to be deployed, follow these steps to get started:

  1. Open NeoVim

If you already don't have NeoVim installed, you are not a true 10x developer and your project idea will not produce a billion dollars. Stop now.

  1. Clone this repo
git clone git@github.com:tcampbPPU/LaraOverkill.git
  1. Install composer dependencies
composer install
  1. Install npm dependencies
npm install
  1. Copy .env.example to .env
cp .env.example .env
  1. Generate an application key
php artisan key:generate
  1. Compile assets
npm run dev
  1. Start the development server
php artisan serve

TL;DR

If your time is too valuable to read the installation instructions, follow these steps:

git clone git@github.com:tcampbPPU/LaraOverkill.git; composer install; npm install; cp .env.example .env; php artisan key:generate; npm run dev; php artisan serve

Resources

If you made it this far you have successfully over engineered your project idea. Congratulations on your billions of dollars!

in all seriousness, this is a joke. Please use whatever tools you want to use. Me for example, I like Laravel & Vue.

Releases

No releases published

Packages

No packages published