PHPackages                             ratulhasan/laravel-crud - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. ratulhasan/laravel-crud

AbandonedArchivedProject[Admin Panels](/categories/admin)

ratulhasan/laravel-crud
=======================

CRUD with laravel for rapid development.

018HTML

Since Oct 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/RatulHasan/laravel-crud)[ Packagist](https://packagist.org/packages/ratulhasan/laravel-crud)[ RSS](/packages/ratulhasan-laravel-crud/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

CRUD System by laravel
======================

[](#crud-system-by-laravel)

Laravel CRUD system for laravel developers'. It's easy to install and run.

### Installing

[](#installing)

Run create-project command with composer to install this project.

Here is the full installation command -

```
composer create-project ratulhasan/laravel-crud:dev-master

```

Now Change this options bellow within your .env,

To rename .env.example, run

```
php -r "copy('.env.example', '.env');"

```

```
DB_DATABASE=homestead // your database name
DB_USERNAME=homestead // your database user name
DB_PASSWORD=secret // your database password

```

```
cd to/your/project/dir

```

Give this command again:

```
composer update

```

Change your .env.example to .env and make necessary changes in that file especially database configurations to avoid db error. Then

```
php artisan key:generate

```

run project.

in Table Name (input) give your database table name &amp; hit save. 1 Controller should create accourding to your given table name 1 view folder should create accourding to your given table name A CRUD routes should create accourding to your given table name in web.php

### To check

[](#to-check)

```
Url: http://path/to/root/lara-crud/table_name

```

You should see a list page.

### Now add this to your nav

[](#now-add-this-to-your-nav)

/laravel-crud/resources/views/admin/pages/navbar.blade.php

### For Linux user

[](#for-linux-user)

The stream or file "/root/path/lara-crud/storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied

if see this kind of Permission denied error

just run this command from outside your project root directory to permit read and write

```
sudo chmod -R 777 [directory_name]

```

### For enable .htaccess

[](#for-enable-htaccess)

```
sudo gedit /etc/apache2/apache2.conf

```

Then find the line where there is

&lt;Directory /var/www/&gt;

```
 Options Indexes FollowSymLinks

 AllowOverride None

 Require all granted

```

replace "None" with "All"

AllowOverride All

### Happy coding

[](#happy-coding)

Author
------

[](#author)

**[Ratul Hasan](https://besofty.com)** | **[Email](mailto:ratuljh@gmail.com)**

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c8ca78175b939f0a93ff86aef296622fc543d3ab55886ef87cf6978e138f363f?d=identicon)[ratulhasan](/maintainers/ratulhasan)

---

Top Contributors

[![RatulHasan](https://avatars.githubusercontent.com/u/14246834?v=4)](https://github.com/RatulHasan "RatulHasan (11 commits)")

---

Tags

crudcrud-applicationcrud-generatorcrud-operationslaravellaravel-crud

### Embed Badge

![Health badge](/badges/ratulhasan-laravel-crud/health.svg)

```
[![Health](https://phpackages.com/badges/ratulhasan-laravel-crud/health.svg)](https://phpackages.com/packages/ratulhasan-laravel-crud)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
