Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekovegeance/laravel-templates
This modern Full Stack Laravel inertia solution is open-source and reusable, enabling developers to build web applications quickly and efficiently with Eloquent ORM, Laravel Brezze, and a responsive Shadcn/UI interface.
https://github.com/ekovegeance/laravel-templates
inertiajs laravel-breeze laravel-framework project-templates reactjs starter-kit typescript
Last synced: 27 days ago
JSON representation
This modern Full Stack Laravel inertia solution is open-source and reusable, enabling developers to build web applications quickly and efficiently with Eloquent ORM, Laravel Brezze, and a responsive Shadcn/UI interface.
- Host: GitHub
- URL: https://github.com/ekovegeance/laravel-templates
- Owner: ekovegeance
- Created: 2024-12-13T06:46:42.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-21T09:14:23.000Z (28 days ago)
- Last Synced: 2024-12-22T02:52:15.547Z (27 days ago)
- Topics: inertiajs, laravel-breeze, laravel-framework, project-templates, reactjs, starter-kit, typescript
- Language: TypeScript
- Homepage: https://laravel-templates.vngne.tech/
- Size: 4.78 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![img](https://github.com/ekovegeance/laravel-templates/blob/main/laravel-template.png)
## Getting StartedFirst, run the development server:
```bash
git clone https://github.com/ekovegeance/laravel-templates.git
composer install && npm install && npm run dev
```
Configure your local environment
```bash
cp .env.local .env
```
Migrate database
```bash
php artisan migrate --seed
```Open [http://localhost:8000](http://localhost:8000) with your browser to see the result.
## Tech Stack
- [Laravel Documentation](https://laravel.com/docs/11.x) - learn about Laravel
- [Eloquent ORM](https://laravel.com/docs/11.x/eloquent) - MySQL
- [Auth Laravel Breeze](https://laravel.com/docs/11.x/starter-kits#laravel-breeze) - Inertia React
- [Dependencies/ third party library](https://github.com/ekovegeance/laravel-templates/blob/main/package.json)With shadcn/ui [Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.](https://ui.shadcn.com/)
Generate UI [v0](https://v0.dev/https://v0.dev/)