nerdpanda/nerd-panda

my laravel create package practice

dev-master 2022-06-08 04:59 UTC

This package is auto-updated.

Last update: 2025-07-08 11:39:35 UTC


README

this package made for learning laravel package development !!!

in other words this package is practice , and this package no provide nothing feature for your laravel application !!!

installation

if you need to read my codes and see my code functionalities you can use below command for install this package

    composer require nerdpanda/nerd-panda

after installation

if you go to

  GET domain.local/nerd-panda

route you see ugly page !!! if you want to see beautiful page you should use below command for publish package assets to public directory of your laravel application !!!

php artisan vendor:publish --tag=nerdPanda.assets