All Projects → atymic → laravel-scaffold

atymic / laravel-scaffold

Licence: other
Laravel + Inertia (Vue) + Tailwind Scaffold for new Projects

Programming Languages

PHP
23972 projects - #3 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to laravel-scaffold

jetstream-inertia-generator
Laravel 8 Admin CRUD generator built with Jetstream, Inertia js, Vue 3 and Tailwindcss 2
Stars: ✭ 105 (+218.18%)
Mutual labels:  inertia, inertiajs
laravel-tvi
A CMS/CRM for creating & managing websites and form leads. Using Laravel, Tailwind CSS, Vue, and Inertia JS
Stars: ✭ 36 (+9.09%)
Mutual labels:  inertia, tailwind
inertiajs-tables-laravel-query-builder
Inertia.js Tables for Laravel Query Builder
Stars: ✭ 391 (+1084.85%)
Mutual labels:  inertia, inertiajs
scaffold
WIP - Simplified PHP framework, using modern practices and techniques. Making use of the best components available.
Stars: ✭ 56 (+69.7%)
Mutual labels:  scaffold
powergrid-demo
⚡ PowerGrid fully configured in a Laravel project.
Stars: ✭ 38 (+15.15%)
Mutual labels:  tailwind
generator-starterkit
Yeoman that scaffolds out a front end starterkit. 📦
Stars: ✭ 29 (-12.12%)
Mutual labels:  scaffold
LinkFree
Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe.
Stars: ✭ 2,856 (+8554.55%)
Mutual labels:  tailwind
github-markdown-tailwindcss
⛵ Replicate GitHub Flavored Markdown with Tailwind CSS components
Stars: ✭ 100 (+203.03%)
Mutual labels:  tailwind
vue-boilerplate
An opinionated Vue.js 2 boilerplate with Vue Router, AVA and Istanbul
Stars: ✭ 27 (-18.18%)
Mutual labels:  scaffold
tailwindcss-fluid
Fluid utilities for Tailwind CSS
Stars: ✭ 112 (+239.39%)
Mutual labels:  tailwind
x-blade-components
Laravel Blade Components ready to use
Stars: ✭ 36 (+9.09%)
Mutual labels:  tailwind
loopple
Drag & drop dashboard builder
Stars: ✭ 180 (+445.45%)
Mutual labels:  tailwind
svelte-pwa-now
A PWA ready Svelte v3.0 starter template with Tailwind, Now integration and optional Typescript suppot
Stars: ✭ 138 (+318.18%)
Mutual labels:  tailwind
atlas
Atlas: A React (Typescript), Laravel, Tailwind & Inertia starter kit. (Jetstream alternative)
Stars: ✭ 48 (+45.45%)
Mutual labels:  inertiajs
WeTrident
一站式App开发套件,帮助开发者快速开发可正式上线运营的App。
Stars: ✭ 121 (+266.67%)
Mutual labels:  scaffold
covid-19-stats
Get the latest COVID-19 statistics by country
Stars: ✭ 41 (+24.24%)
Mutual labels:  tailwind
inertia
A preset for installing @inertiajs in a fresh Laravel project
Stars: ✭ 80 (+142.42%)
Mutual labels:  inertiajs
notus-js
Notus JS: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 191 (+478.79%)
Mutual labels:  tailwind
babel-plugin-tailwind-rn
Allows you to use className="w-full md:w-1/2" syntax in your react native projects.
Stars: ✭ 31 (-6.06%)
Mutual labels:  tailwind
nuro.dev
🌿 Personal Portfolio
Stars: ✭ 260 (+687.88%)
Mutual labels:  tailwind

Laravel Scaffold

This is the scaffold I use for new laravel projects. In a nut shell, it's a basic laravel app, with the following stack:

  • Laravel (obviously) 7.x
  • Inertia.js (and Vue)
  • TailwindCSS

I'll try and keep it updated with major laravel version bumps :)

Installing

$ composer create-project --prefer-dist atymic/laravel-scaffold app-name

Packages

I've pre-installed a bunch of packages I end up installing on every project anyway. You can see a list of them in the composer.json file.

Front End Scaffolding

I'm using a fairly heavily modified version of harmonic's inertia preset. At some point, I'll update this to make it more customised.

Screenshots

login

home

Licence

MIT :)

Contributing

Feel free to send a PR, but this is my personal scaffold so if I disagree your PR won't get merged. Best to ask in an issue first.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].