Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

![img](https://github.com/ekovegeance/laravel-templates/blob/main/laravel-template.png)
## Getting Started

First, 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/)