There are 3 repositories under laravel-crud topic.
🦉 Administrative interface builder for Laravel (Laravel admin)
Free and open-source Laravel admin dashboard interface built with Livewire & Alpine.js based on Bootstrap 5
Laravel Code Generator based on MySQL Database
Create a Laravel 10 CRUD in a few seconds
Simplify the process of building CRUD (Create, Read, Update, Delete) functionality in Laravel using the features of Orchid.
Laravel CRUD generator: Generate CRUD for any db table with the make:crud command.
Music Social Network Api is the the backend/api for music-social-network. Made with Laravel
Quick, Laravel CRUD boilerplate using Livewire with RBAC. Uses Docker for local development & production deployments, has better auth views based on Bootstrap, nicely integrates Select2 and Flatpickr as well.
Simple Laravel 10 CRUD Application Tutorial
Laravel Boilerplate Version 8
Simple Laravel 11 CRUD Application Tutorial
Laravel 8 CRUD (Create, Read, Update, Delete) with multiple image uploads.
Simple Laravel 10 User Roles and Permissions
Origin CMS for Laravel to kickstart your web applications
CRUD + Pagination + Search API using Laravel 9
A step by step Laravel Livewire CRUD tutorial
(Pending for further development) A simple laravel api module service generator to provide you with a clean and lightweight code structure.
The Laravel datatables with authentication (email verify support), import, export and crud operations.
DataGrid helpers for easy creating CRUD in Laravel Framework Applications
A movie cms for laravel with backend
A Laravel todo application that can help to manage your task easily and remind you about tasks. Application cover complete CURD operation like create a task, view task, update task and delete a task. Application developed with Laravel functionality like routing, controller model etc
Website Donasi Berbasis Laravel Dengan Implementasi CRUD
Laravel v9.14.1 Blog application with Tailwind CSS v3.0.18
The goal of this project is to create an API and simple Front-end to demonstrate the CRUD operations using RESTful Web Services. The API is developed using Laravel Framework (v5.6) and the Front-end was developed using React (v16.4.1). Thus, this project is a perfect example to demonstrate that how can we use React with Laravel Framework.
A basic crud application using Laravel and React
Easy to use Laravel CRUD package with Controller, Model and Log system built in
laravel blogging application with api routes. Make Awesome blogging application with your front-end framework like Angular, React or Vue.js <3
Aplikasi Manajemen Keuangan Pribadi dengan Framework Laravel
Laravel CRUD using repositories pattern with AngularJS
Simple Laravel 12 CRUD Application Tutorial
Laravel 10 bootstrap crud generator
Laravel Dashboard with crud operations.
Build a multi-authentication system in Laravel 11 with separate guards, providers, and middlewares for user and admin dashboards. Learn to create and utilize middleware, covering guest and authenticated middleware, with a focus on admin login and user registration.
Laravel artisan command to create CRUD files and actions which includes: views (index,create,show,edit) , controller , add a route , factory and test . It depends on the existing model.