Skip to content

Latest commit

 

History

History
56 lines (46 loc) · 2.79 KB

README.md

File metadata and controls

56 lines (46 loc) · 2.79 KB

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.

Spatie Role Permission

Spatie Role Permission

Spatie Role Permission

Spatie Role Permission

Spatie Role Permission

Spatie Role Permission

Spatie Role Permission

Also Other List of package used in this Repo are

  1. Toastr Notifications

  2. 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'
                         ]
                     ];
                 }
             }
     ```
    
  3. artesaos/seotools

  4. 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

Demo

Email:[email protected]

Passowrd:aaaassss