This repository contains a collection of Packages which may be required while starting the new projects. This is not a package - it's a small part of Laravel project that you can use in a any project and then add your own custom functionality.
There are endpoints for any applications I've been using while starting any new project.
1.Laravel Roles Permissions Admin panel based on the Spatie Role Permission package
This package allows you to manage user permissions and roles in a database.
Also Other List of package used in this Repo are
-
cviebrock/eloquent-sluggable like if you have Post Model
```php use Cviebrock\EloquentSluggable\Sluggable; class Post extends Model { use Sluggable; /** * Return the sluggable configuration array for this model. * * @return array */ public function sluggable(): array { return [ 'slug' => [ 'source' => 'title' ] ]; } } ```
-
jorenvanhocht/laravel-share layouts/sharebutton.blade.php
just include this file where you want to have social media share link/buttons layouts/sharebutton.blade.php
Email:admin@gmail.com
Passowrd:aaaassss