Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atymic/laravel-scaffold
Laravel + Inertia (Vue) + Tailwind Scaffold for new Projects
https://github.com/atymic/laravel-scaffold
inertia inertiajs laravel scaffold tailwind tailwindcss vue
Last synced: 10 days ago
JSON representation
Laravel + Inertia (Vue) + Tailwind Scaffold for new Projects
- Host: GitHub
- URL: https://github.com/atymic/laravel-scaffold
- Owner: atymic
- Created: 2020-02-08T07:51:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:44:31.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T09:45:07.068Z (26 days ago)
- Topics: inertia, inertiajs, laravel, scaffold, tailwind, tailwindcss, vue
- Language: PHP
- Homepage: https://atymic.dev
- Size: 833 KB
- Stars: 32
- Watchers: 4
- Forks: 3
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)
- TailwindCSSI'll try and keep it updated with major laravel version bumps :)
## Installing
```bash
$ 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](./composer.json) file.## Front End Scaffolding
I'm using a fairly heavily modified version of [harmonic's inertia preset](https://github.com/Harmonic/laravel-preset).
At some point, I'll update this to make it more customised.### Screenshots
![login](./screenshots/login.png)![home](./screenshots/home.png)
## 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.